Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

262 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crow logo

🐦‍⬛ Crow

PyPI version Python versions License

Monorepo for the Crow coding agent.

Crow is an ACP-native coding agent that runs in your terminal and inside ACP-compatible editors. It reads and edits code, runs shell commands, and searches the web — and it remembers: every session is written to a shared memory service you can query across sessions.

Packages

Package What it is
crow-cli The agent — CLI, ACP server, tool executors, memory client
crow-mcp MCP toolserver (filesystem, terminal, web search)
crow-memory Memory service — LanceDB + ColBERT/ColPali embeddings, runs as a Docker container
crow-task-mcp Task management MCP server
crow-orchestrator-mcp Orchestration MCP server

Getting started

Setup and usage live in the crow-cli README. In short:

git clone https://github.com/crow-cli/crow-cli
cd crow-cli/crow-cli
uv sync
uv run crow-cli init

# start the memory service
docker compose up -d

# run the agent
uv run crow-cli run "explain this project"

License

MIT. See LICENSE.md.

Releases

Packages

Contributors

Languages