Skip to main content

Module protocol

Module protocol 

Source
Expand description

Standard Node I/O types for protocol handlers and P2P routing.

These types are the shared “currency” across stdio_rpc, agent_chat, MCP, and the future P2P layer. They intentionally carry only what a remote peer (or routing layer) needs — not full agent internals.

Structs§

NewSkill
An evolved skill produced during task execution.
NodeContext
Execution context attached to every NodeTask.
NodeResult
Standard result unit — the universal output for local execution and P2P routing.
NodeTask
Standard task unit — the universal input for local execution and P2P routing.