API reference¶
The complete unaiverse API, generated from the source docstrings and
organized by architectural layer (via the project knowledge graph).
Each module page opens with a plain-language summary of what it does.
- Agent — wrap a model, run it.
- World — coordinate agents.
- Node — host on the network.
- DataProps — typed streams.
- Interaction — agent requests.
- HybridStateMachine — behavior engine.
The layers¶
Data streaming¶
Data streaming infrastructure including stream libraries, proxies, data properties, and stream management that move tensors and samples between peers.
P2P networking¶
Decentralized peer-to-peer networking layer: node and connection-pool management, profiles, tokens, the FFI-bridged Go libp2p implementation, WebRTC signaling, and the protobuf message schema.
Shared utilities¶
Cross-cutting helpers used throughout the framework: logging, miscellaneous utilities, file-descriptor capture, and the sandbox execution environment.
Generated
These pages are built from the docstrings in unaiverse-src at
build time, grouped using the Understand-Anything knowledge graph.
Complexity badges: 🟢 simple · 🟡 moderate · 🔴 complex.