Skip to content

CorvidLabs/corvid-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

980 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Version CI License Coverage

corvid-agent

Your own AI developer. Tell it what you need β€” it writes the code, opens pull requests, and ships it.

No coding experience required. You describe what you want in plain English, and your agent builds it.

Website | Docs | Blog | API Reference


Quick start

Option A β€” one-line installer (auto-detects everything):

curl -fsSL https://raw.githubusercontent.com/CorvidLabs/corvid-agent/main/scripts/install.sh | bash

Option B β€” clone and setup:

git clone https://github.com/CorvidLabs/corvid-agent.git && cd corvid-agent
bun run setup              # guided wizard: detects AI provider, creates .env, installs deps
bun run dev                # starts server + dashboard at http://localhost:3000

Option C β€” Docker (no Bun/Node required):

git clone https://github.com/CorvidLabs/corvid-agent.git && cd corvid-agent
cp .env.example .env       # edit with your API keys (or leave defaults for local Ollama)
docker compose up -d       # builds and starts at http://localhost:3000

Add corvid-agent tools to your AI editor (Claude Code, Cursor, Copilot):

corvid-agent init --mcp    # configures MCP server + copies Agent Skills

Full setup guide β†’ | MCP setup β†’ | VibeKit integration β†’


What is corvid-agent?

An open-source AI agent platform that writes code, opens pull requests, and ships software. It combines LLM-powered coding with on-chain identity (Algorand/AlgoChat), multi-agent orchestration, and integrations with Discord, Telegram, Slack, and GitHub.

You describe what you want in plain English. Your agent designs, codes, tests, and deploys it.


What can it build?

Every app above was designed, coded, tested, and deployed by corvid-agent β€” zero human-written application code. See all apps β†’


Who is it for?

What you get
Creators β€” have ideas but don't code Describe what you want in plain English. It designs, codes, and deploys. Get started β†’
Developers β€” write code and want help Automated PR reviews, CI fixes, test generation, issue triage. Use cases β†’
Teams β€” need AI to handle dev work Agents review code, write features, ship PRs. Business guide β†’
Enterprise β€” need security, compliance, scale Multi-tenant, RBAC, audit trails, Docker/K8s. Enterprise guide β†’

Talk to it from anywhere

Channel What you need
Web dashboard Nothing β€” included at http://localhost:3000
Terminal corvid-agent (interactive CLI)
Discord / Telegram / Slack Add a bot token to .env
Your AI editor corvid-agent init --mcp (Claude Code, Cursor, Copilot, etc.)

Extend with VibeKit (Algorand smart contracts)

corvid-agent handles dev orchestration. VibeKit handles blockchain operations. Together they give you a complete Algorand development stack:

corvid-agent init --mcp    # add corvid-agent MCP tools
vibekit init               # add blockchain MCP tools (deploy, assets, indexer)

Your AI editor gets 50 corvid-agent tools (code, GitHub, scheduling, agents) plus 42 VibeKit tools (contract deploy, ASA management, transaction signing) β€” all working side by side.

VibeKit integration guide β†’


Agent Skills (skills-as-markdown)

Skills are markdown files in .skills/ or skills/ that teach AI assistants how to use corvid-agent. Each skill has a short description for discovery and a full body loaded on demand:

skills/
  coding/SKILL.md          # File operations, shell commands
  github/SKILL.md          # PRs, issues, reviews
  smart-contracts/SKILL.md # VibeKit + Algorand contract tools
  scheduling/SKILL.md      # Cron-based task automation
  ...30 skills total

corvid-agent init --mcp copies skills to your editor automatically. Skill list β†’


Tech stack

Bun + Angular 21 + SQLite + Claude Agent SDK + Algorand (on-chain identity). 50 MCP tools, ~380 API endpoints, 10,500+ test files, 193 E2E spec files.

Architecture β†’ | Security β†’ | Deployment β†’


Contributing

Open source because AI agents should be owned by the people who run them.

License

MIT