Flocker.md – Portable identity and shared state for agents
Source
hcjmartin
Author
hcjmartin
Date
Terms in this piece · Glossary
AI agent — An AI system that doesn't just answer once but works toward a goal in a loop — taking actions, reading the results, and deciding what to do next.
context window — The maximum amount of text a model can consider at once — its working memory for the current conversation or task.
Why it matters
When you run agents across several harnesses, none of them share role, context windowThe maximum amount of text a model can consider at once — its working memory for the current conversation or task.Full definition →, or history. Flocker gives each AI agentAn AI system that doesn't just answer once but works toward a goal in a loop — taking actions, reading the results, and deciding what to do next.Full definition → a persistent profile and a common feed so a manager or orchestrator agent can read what the others actually did.