Overview of Spacebot agentic AI system
mainSpacebot is an agentic AI system designed to replace monolithic LLM sessions with specialized, delegated processes. Instead of a single large model handling everything, work is distributed across dedicated roles to improve reliability and focus.
Key abstractions include:
- Channels: Conversational agents that provide user-facing identity and personality.
- Branches: Non-blocking, forked thinking processes used for exploration.
- Workers: Specialized processes dedicated to specific tasks like research, code execution, or file operations.
- Cortex: The system-level layer responsible for observation and memory consolidation.
- Memory Graph: A structured system for storing memories with semantic associations, rather than relying on flat markdown files.