Agent Fleet Platform - Multi-agent orchestration with Forgejo + Matrix
Find a file
Zer4tul b75546bda6 feat: agent registry API + heartbeat checker + core unit tests
Tasks completed:
- 2.7: Core unit tests (14 tests: state machine, event store, queue, timeout, retry)
- 3.1: POST /api/v1/agents/register (upsert on duplicate)
- 3.2: POST /api/v1/agents/heartbeat
- 3.3: POST /api/v1/agents/deregister (offline + requeue running tasks)
- 3.4: GET /api/v1/agents (filter by capability + status)
- 3.5: Background heartbeat checker (marks offline, sets tasks agent_lost)
- 3.6: API unit tests (register, duplicate, heartbeat, deregister, checker)

All 14 tests pass. cargo check clean (warnings only).
2026-05-11 19:29:16 +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 registry API + heartbeat checker + core unit tests 2026-05-11 19:29:16 +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: implement orchestrator core (Rust) 2026-05-11 14:57:23 +08:00
Cargo.toml feat: implement orchestrator core (Rust) 2026-05-11 14:57:23 +08:00
config.example.toml feat: implement orchestrator core (Rust) 2026-05-11 14:57:23 +08:00