Skip to main content

Module agent_consensus

Module agent_consensus 

Source
Expand description

Agentic consensus for response voting

Agents vote on responses to queries. No trust needed - majority wins. As long as majority are honest, you get correct results.

Structs§

AgentConsensusVoting
Agentic consensus for response voting
ConsensusResult
Result of consensus voting
Query
A query submitted to the agent network
Response
A response to a query

Type Aliases§

QueryId
Query ID (32-byte hash)
ResponseId
Response ID (32-byte hash)