distribute_context_to_agents
Construct one context pack shared across multiple agents, replacing independent context builds with a single consistent source for your worker swarm.
Instructions
Leader-Agent swarm coordinator. Constructs one context pack and distributes it to N worker agents (perplexity-bug-resolver, codex-reviewer, grok-x-intelligence, etc.), recording provenance per agent. Replaces N independent context derivations with a single shared pack.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Context query used to construct the pack | |
| agents | Yes | Agent names that should receive the pack | |
| maxItems | No | Max items in the constructed pack (default 8) | |
| maxChars | No | Max characters in the constructed pack (default 6000) | |
| namespaces | No | Optional contextfs namespaces to source from | |
| ttlMs | No | Optional pack TTL in milliseconds (default 15 minutes) |