How the agent retrieval policy works
mainTo manage context window limits, the system uses a bounded retrieval policy for the agents. The amount of information provided to each agent is strictly controlled:
Supervisor Context
The Supervisor receives the following working set:
- The open working set.
- Four recent closed tasks.
- Required dependency/basis context.
- Six recent observations plus required basis.
- Aggregate/four-item history.
- Four recent diagnostics.
Executor Context
The Executor receives a more focused set:
- The current task.
- Its explicit basis.
- Up to two observations from the same task.
- One bounded retry diagnostic.