Expand description
SpaceManager: manages Space lifecycle and routing.
The SpaceManager is the core component for Space system:
- Detects which Space a message belongs to (3-layer strategy)
- Creates/manages Spaces (auto + manual)
- Routes messages to the appropriate Space
- Manages knowledge flow via KnowledgeBridge
Structs§
- Space
Manager - Manages Spaces and routes messages to appropriate Spaces.
Enums§
- Space
Manager Error - Errors from SpaceManager operations.