Agent Fleet Platform - Multi-agent orchestration with Forgejo + Matrix
Find a file
Zer4tul 1f351a1734 docs: replace localhost with FLEET_API_URL, add persistence and heartbeat guidance
- Replace all localhost:9090 with FLEET_API_URL:PORT placeholder
- Add Step 0: persist Fleet API URL to agent memory
- Clarify heartbeat must be periodic loop (60s interval)
- Add execution mode self-selection decision flow
- Add persisting configuration section (URL, agent_id, token)
2026-05-12 18:34:23 +08:00
.claude init: OpenSpec project scaffolding with proposal, design, specs, tasks 2026-05-11 14:37:43 +08:00
docs docs: replace localhost with FLEET_API_URL, add persistence and heartbeat guidance 2026-05-12 18:34:23 +08:00
openspec/changes docs: add agent API reference, onboarding guide, and universal skill 2026-05-12 14:57:05 +08:00
skill docs: replace localhost with FLEET_API_URL, add persistence and heartbeat guidance 2026-05-12 18:34:23 +08:00
src fix: SSH executor uses source ~/.profile for remote PATH 2026-05-12 16:36:02 +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 fix: SSH executor uses source ~/.profile for remote PATH 2026-05-12 16:36:02 +08:00
Cargo.toml fix: SSH executor uses source ~/.profile for remote PATH 2026-05-12 16:36:02 +08:00
config.example.toml feat: dual execution model (SSH CLI + HTTP pull) 2026-05-12 14:07:56 +08:00