Agent Fleet Platform - Multi-agent orchestration with Forgejo + Matrix
Find a file
Zer4tul 1bc7580ecc refactor: remove Matrix bot, make agent-fleet platform-agnostic API service
- Remove src/integrations/matrix/ (bot connection, command parsing, notification formatting)
- Remove matrix-sdk dependency from Cargo.toml
- Remove MatrixConfig from config.rs and [matrix] from config.example.toml
- Add GET /api/v1/tasks (list with status/agent_id filter)
- Add POST /api/v1/tasks/{task_id}/retry (Failed/AgentLost → Assigned)
- Add EventStore::list_tasks() with parameterized query
- 29/29 tests pass

Platform integration (Telegram, Matrix, Feishu) is Agent-side responsibility.
agent-fleet is now a pure HTTP API orchestration engine.
2026-05-12 10:59:19 +08:00
.claude init: OpenSpec project scaffolding with proposal, design, specs, tasks 2026-05-11 14:37:43 +08:00
openspec/changes refactor: remove Matrix bot, make agent-fleet platform-agnostic API service 2026-05-12 10:59:19 +08:00
src refactor: remove Matrix bot, make agent-fleet platform-agnostic API service 2026-05-12 10:59:19 +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 refactor: remove Matrix bot, make agent-fleet platform-agnostic API service 2026-05-12 10:59:19 +08:00
Cargo.toml refactor: remove Matrix bot, make agent-fleet platform-agnostic API service 2026-05-12 10:59:19 +08:00
config.example.toml refactor: remove Matrix bot, make agent-fleet platform-agnostic API service 2026-05-12 10:59:19 +08:00