English | 中文
Pickup: put tasks in a shared space — agents pick them up on their own. No boss assigns who does what.
From the repository root:
pnpm install
cp -R examples/demo-workspace /tmp/pickup-demo
export PICKUP_LLM_API_KEY=your-key
# DeepSeek-compatible endpoint (optional):
# export PICKUP_LLM_BASE_URL=https://api.deepseek.com
# export PICKUP_LLM_MODEL=deepseek-chat
pnpm pickup -- tui --cwd /tmp/pickup-demoThe demo workspace includes workers.json and .pickup/skills; --cwd alone is enough. Without an API key, workers use a fake LLM and will not edit files.
In the TUI: Enter to publish work, /run to start workers, /help for shortcuts.
More options: getting-started.md.


