Call Your AI Staff to Work
Hand it off to me and my team in chat —
we'll get the work done for you.
Hand off a task in chat — your specialist agents collaborate and the finished file lands right back in your conversation.
You don't need to understand how it works under the hood. You just need it to stop being a problem.
In your chat app, hand the work to Manager Agent — it parses intent and dispatches to the right specialists. You give the brief, you get the result.
CoStaff is not a single monolithic AI — it's a multi-agent + tool system stitched together. Each layer runs in its own container, does one thing, and can be swapped or extended independently.
If you can run a Docker app, you can run CoStaff. From zero to handing work over to your AI staff: three commands, about 5 minutes.
pip install costaff and you're done. Prerequisites are Python 3.10+ and Docker — both free, both already on most dev machines.costaff onboard.env — no config files to hand-edit.costaff startCommands are intuitively named and consistent — you know what they do at a glance, no docs lookup required.
You manage everything from the terminal — or from the web dashboard if you prefer clicking over typing.
| costaff onboard | Interactive first-time setup |
| costaff start | Turn everything on |
| costaff stop | Turn everything off |
| costaff status | Check what's running |
| costaff logs | See what's happening |
| costaff dashboard | Open the web UI |
| costaff database backup | Save your data |
Hand over tasks, receive PDFs, query data, get progress updates — all in the chat you already live in.
Free for personal use. For commercial inquiries, please fill out the form.
CoStaff source code is open, self-hostable, modifiable, and contributions are welcome. Personal use is free; for team or commercial use, please get in touch to learn more.
Most AI tools store your conversations on their servers and lock you into their model. CoStaff doesn't — your data lives 100% on your machine, and you decide whether AI inference goes offline too.