Reference entry.
This isn't packaged for one-click install. We link it as an inspiration or
integration target — read the upstream source first, then adapt the pattern to
Open Think. The install steps below are best-effort, not guaranteed.
Multica explores multi-agent patterns where a coordinator agent delegates to specialist agents over structured protocols. Listed here as an inspiration for Open Think's future "facets" / sub-agents work. Today, the practical integration is to use Multica's patterns inside Helm's propose → approve loop, with each specialist backed by a separate session.
Install
1 · Steps
- Read Multica's orchestration pattern docs.
- Map coordinator/specialist roles to Open Think sessions — one session per agent identity.
- Wire cross-session messaging via session fork + fiber handoffs (see docs/THINK_ALIGNMENT.md).