Discover and explore top open-source AI tools and projects—updated daily.
saltboAI agent collaboration platform
Top 88.3% on SourcePulse
Summary
Agent Kanban addresses the challenge of AI coding agent collaboration by providing an agent-first task board. It enables AI agents and humans to coordinate, self-organize, and tackle complex projects within a shared workspace, enhancing productivity and team synergy.
How It Works
The system orchestrates AI agents through a leader-worker model. Humans define goals, which a leader agent decomposes into tasks using the ak CLI. A daemon dispatches worker agents to execute tasks in isolated worktrees. Workers claim tasks, implement solutions, and open pull requests. The leader agent reviews and merges these PRs, triggering the daemon to auto-complete tasks. Each agent possesses a unique Ed25519 cryptographic identity for traceability.
Quick Start & Requirements
gh) authenticated; an agent runtime (Claude Code, Codex CLI, Gemini CLI, GitHub Copilot CLI, or ACP-compliant agent).volta install agent-kanban or npm install -g agent-kanban.agent-kanban.dev, obtain an API key, and configure via ak config set --api-url <url> --api-key <key>.ak start. Install skills using npx skills add saltbo/agent-kanban --skill ak-plan --skill ak-task --agent <agent-name> -gy.ak identity create --username <name>. Manage tasks via commands like /ak-plan <goals> or /ak-task <description>.Highlighted Details
Maintenance & Community
No specific details on maintainers, sponsorships, or community channels were found in the provided README.
Licensing & Compatibility
Limitations & Caveats
The FSL license imposes restrictions on offering hosted services, potentially limiting certain SaaS business models. The system relies on specific agent runtimes and the ak CLI, requiring users to set up and manage these dependencies.
4 days ago
Inactive