Repo and docs research
Split broad read-only investigation into evidence-backed worker packets.
AgentFanout is a portable orchestration skill and deterministic advisory router for teams building agent runtimes that need bounded workers, validation, and main-session control.
AgentFanout classifies work, applies hard safety gates, shapes compact worker packets, and tells a host runtime when fanout is worth the overhead. The host runtime still launches workers through its own mechanism.
Workers receive scoped tasks instead of full private context or session authority.
The router returns advisory JSON for provider choice, fanout size, validation, and dispatch requirements.
Secrets, private tools, git state, destructive actions, and final synthesis stay in the main session.
Split broad read-only investigation into evidence-backed worker packets.
Route independent checks to validators before the main session integrates the result.
Use Codex, Claude, MiniMax, local LLMs, or future adapters without making one provider the orchestration core.
AgentFanout is currently v0.1.1. It is published as an MIT-licensed public repository with CI, security policy, release notes, and a documented public release gate.
$ cp -R AgentFanout "$HOME/.pai/skills/AgentFanout"
$ python3 scripts/route.py "review twenty independent modules"
$ python3 tests/run_tests.py
No. AgentFanout provides routing policy, worker packet shaping, safety gates, and validation requirements. The host runtime launches workers.
AgentFanout is provider-agnostic and includes adapter guidance for Codex, Claude, MiniMax, local LLMs, and future runtimes.
Private tools, credentials, git state, destructive operations, and final synthesis remain controlled by the main session.
The public source is maintained on GitHub at SynapseGrid-Labs/AgentFanout with release notes, security policy, and contribution guidance.