Agent Fleet Platform - Multi-agent orchestration with Forgejo + Matrix
Find a file
Zer4tul 1dacd17231 feat: Agent Adapter Interface (Task 7)
- AgentAdapter trait: register, heartbeat, execute, submit_receipt, deregister
- AdapterRunner: lifecycle management (start with health check, heartbeat loop, graceful stop)
- AdapterInstanceConfig: per-adapter config (type, work_dir, model, capabilities, env, connection)
- Config integration: adapters field in Config + config.example.toml
- 3 tests: config extraction, runner lifecycle, fake execute

22/22 tests pass.
2026-05-12 00:46:11 +08:00
.claude init: OpenSpec project scaffolding with proposal, design, specs, tasks 2026-05-11 14:37:43 +08:00
openspec/changes/agent-fleet-platform chore: sync task checkboxes with implemented code 2026-05-11 14:58:36 +08:00
src feat: Agent Adapter Interface (Task 7) 2026-05-12 00:46:11 +08:00
.gitignore feat: implement orchestrator core (Rust) 2026-05-11 14:57:23 +08:00
AGENTS.md docs: add AGENTS.md for Codex working instructions 2026-05-11 14:59:24 +08:00
Cargo.lock feat: Forgejo integration + Receipt protocol 2026-05-11 19:42:03 +08:00
Cargo.toml feat: Forgejo integration + Receipt protocol 2026-05-11 19:42:03 +08:00
config.example.toml feat: implement orchestrator core (Rust) 2026-05-11 14:57:23 +08:00