Skip to main content

Module types

Module types 

Source
Expand description

Core types for multi-agent coordination.

Structs§

AgentOutput
Output from one agent’s execution.
AgentSpec
Blueprint for an agent in a multi-agent system.
Message
A message between agents in a multi-agent system.
TokenAccounting
Token and cost accounting contributed by an AgentRunner. Runners opt in by setting AgentOutput::tokens; benchmarks that need economic metrics read it.

Enums§

MessageKind