@codeatlasdev/ao-plugin-agent-kiro
v0.2.0
Published
Agent Orchestrator plugin: Kiro CLI agent adapter
Maintainers
Readme
@codeatlasdev/ao-plugin-agent-kiro
Agent Orchestrator plugin that adds Kiro CLI as an agent backend.
Install
ao plugin install @codeatlasdev/ao-plugin-agent-kiroOr add to your agent-orchestrator.yaml:
defaults:
agent: kiro
plugins:
- name: agent-kiro
source: npm
package: "@codeatlasdev/ao-plugin-agent-kiro"What it does
Spawns Kiro CLI (kiro-cli chat) sessions inside AO-managed tmux worktrees. Handles:
- Launch with inline prompts and permission flags
- Activity detection via terminal output parsing + AO JSONL logs
- Session resume via
kiro-cli chat --resume - PATH wrapper hooks for
gh/gitmetadata interception - Process liveness checks
Permission mapping
| AO Mode | Kiro CLI Flag |
| -------------- | -------------------- |
| permissionless | --trust-all-tools |
| auto-edit | --trust-all-tools |
| default | (none) |
| suggest | (none) |
Requirements
- Kiro CLI installed and authenticated (
kiro-cli login) - Agent Orchestrator >= 0.2.0
Development
bun install
bun run build
bun testLicense
MIT
