Skip to content

Repository files navigation

Pickup

English | 中文

Pickup: put tasks in a shared space — agents pick them up on their own. No boss assigns who does what.

Pickup: workers discover and claim work from a shared space

Pickup TUI startup

Run

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-demo

The 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.

Pickup TUI: worker claims root work and publishes subtasks

More options: getting-started.md.

About

Pickup: put tasks in a shared space — agents pick them up on their own. No boss assigns who does what.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages