Icepick requires a Hatchet API token for orchestration. You can generate a Hatchet token by signing up for a free account on Hatchet Cloud or following instructions for self-hosting Hatchet.Add this API token to the .env file in the project:
The default icepick agent is a simple deep research agent that can be triggered to perform a deep research task. It uses the OpenAI API to generate responses and the Hatchet API to orchestrate the agent’s execution. For a full walkthrough of this agent, see the deep research example.To start your agent, you can run the following:
Copy
npm run dev
To trigger the agent, in a separate terminal you can run:
Copy
npm run trigger
This will prompt you for a deep research prompt and then execute the agent.