You're offline. Some features may be unavailable.

Concept

Agent roster

Three named agents with distinct scope, distinct tools, and distinct failure modes.

A fleet is only useful when each agent owns something the others do not. Overlapping agents produce three versions of the same answer and no decision.

Prime

The operator. Prime plans the run, calls tools, drafts content, and produces the answer a user sees first. It speaks in short declarative sentences and does not hedge. Prime holds the full tool registry: research, CRM reads, drafting, scheduling, and memory writes.

Veronica

The auditor. Veronica reads traces, run history, and cost events, and comments only when the numbers contradict the narrative. She cites specific metrics and log lines. When she has nothing to add, she passes rather than filling the space.

Rose

The counselor. Rose works on agents rather than on content. When a run stalls, loops, or fails a gate twice, Rose reads the trace, the memories in play, and the prompt, and proposes the smallest change that unblocks it.

How they talk

  • Dispatch is sequential, not parallel. Prime answers, then peers see that answer before deciding whether to speak.
  • An agent with nothing to add passes silently, so a thread stays a conversation rather than three monologues.
  • Responses are capped: three sentences for casual exchange, two paragraphs for substance.
  • Every turn is written to shared memory, so context survives the handoff.

Related