Expand description
Fleet — independent agents with shared knowledge graph.
Unlike other patterns:
- Not Swarm: agents work on different problems, not the same one
- Not Pipeline: no ordering between agents
- Not Supervisor: no review loop
Agents run fully independently but share a car-memgine knowledge graph.
Each agent can publish facts that others discover via spreading activation.
This maps to Hydra’s “heads” concept: parallel missions with explicit
knowledge sharing.
Structs§
- Fleet
- Fleet orchestrator — runs independent agents concurrently with shared knowledge.
- Fleet
Result - Result from a Fleet execution.