Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ This comprehensive list showcases the latest and greatest AI-powered development

**[agentbox](https://github.com/madarco/agentbox)** - Run multiple coding agents in parallel, each teleported into its own sandboxed box (local Docker or cloud VMs via Hetzner/Daytona/Vercel/E2B) with sub-1s checkpoint starts. Works with Claude Code, Codex, and OpenCode.

**[agent-cost-guardrails](https://github.com/sapph1re/agent-cost-guardrails)** - Python budget tracking and circuit-breaker middleware with adapters for CrewAI, AutoGen/AG2, and LangGraph; checks estimated tokens before calls and records actual token cost after responses.

**[agent-deck](https://github.com/asheshgoplani/agent-deck)** - Terminal session manager for AI coding agents.

**[agent-kanban](https://github.com/saltbo/agent-kanban)** - Agent-first kanban board with leader-worker model, cryptographic agent identity, and multi-runtime support (Claude Code, Codex, Gemini CLI).
Expand Down