Features
Ticket-driven automation: create a ticket, AI agent executes workflow
Multi-agent orchestration: supports Claude Code, Codex, Gemini CLI
Kanban board for drag-and-drop ticket management with real-time status
Skill System: live-editable reusable packages with files and instructions
Full SDLC coverage: design, develop, test, deploy, operate
Self-hosted: Go single binary, open source
Multi-agent coding across multiple AI models
Human-in-the-loop review via pull requests
Traceability: every step tracked from ticket to deployment
Backlog management with AI agent assignment
CI/CD integration via GitHub Actions
Security auditing capabilities
Issue-driven orchestration: agents claim work and execute
Real-time board updates: drag tickets between columns
@ai_fn decorator for LLM-powered Python functions
@ai_classifier decorator for text classification
Structured data extraction via Pydantic models
Agent loops with tool calling and function calling
Built-in streaming (SSE) support
Async-first API for concurrent applications
Rate limiting and automatic retries
LLM response caching for performance
Concurrency control for workload management
CLI tool for monitoring and debugging
SQLite state store for persistence
OpenAI and Anthropic model support
Embeddings generation for semantic search
Local execution with no cloud dependency
Self-hosted deployable as a library