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.
- Node
Context - Execution context attached to every
NodeTask. - Node
Result - Standard result unit — the universal output for local execution and P2P routing.
- Node
Task - Standard task unit — the universal input for local execution and P2P routing.