Poly Series
PolyBrain
Hermes Agent skill for multi-model orchestration — parallel subagents, citation enforcement, source verification.
Problem
Single-model agents produce confident answers without verifying claims, citing sources, or decomposing complex objectives into parallel workstreams.
Solution
PolyBrain orchestrates multiple models as specialised subagents — decomposing objectives, routing to roles, executing in parallel, synthesizing results, and enforcing citation-backed verification.
How it works
01
Orchestrator
02
Researchers
03
Builder
04
Synthesizer
05
Verifier
When to use
- - Research tasks that need multiple perspectives.
- - Agent workflows where citations and source checks matter.
- - Complex objectives that benefit from decomposition.
Not for
- - Single-turn toy prompts where orchestration overhead is unnecessary.
- - Hidden automation flows where humans cannot inspect the reasoning path.
Features
Parallel subagent execution
Role-based task routing
Citation enforcement
Source verification loop
Install / usage
lattice polybrain run \
--objective "Compare agent orchestration strategies" \
--roles researcher,builder,verifier \
--require-citationsArchitecture
Problem
Single-model agents produce confident answers without verifying claims, citing sources, or decomposing complex objectives into parallel workstreams.
Solution
PolyBrain orchestrates multiple models as specialised subagents — decomposing objectives, routing to roles, executing in parallel, synthesizing results, and enforcing citation-backed verification.
Related