Expand description
Universal Input Adapter System for Smart Tree
Transform any context source into visualizable trees:
- File systems (traditional)
- QCP quantum contexts
- SSE event streams
- OpenAPI specifications
- MEM8 consciousness streams
- And more…
Modules§
- filesystem
- Traditional file system input adapter
- mem8
- MEM8 consciousness stream input adapter
- openapi
- OpenAPI/Swagger specification input adapter
- qcp
- QCP (Quantum Control Processor) Input Adapter
- sse
- Server-Sent Events (SSE) input adapter
Structs§
- Context
Node - Represents any kind of context node
- Entanglement
- Input
Processor - Universal input processor
- Quantum
State
Enums§
- Input
Source - Represents an input source
- Node
Type
Traits§
- Input
Adapter - Trait for all input adapters
Functions§
- context_
to_ file_ nodes - Convert context nodes to Smart Tree’s FileNode format