Expand description
Alice runtime wiring layer.
Configuration, bootstrap, context, and command implementations for the Alice agent.
Modules§
- agent_
backend - Agent backend abstraction.
- bootstrap
- Runtime/bootstrap wiring for Alice.
- chatbot_
runner - Chat adapter event loop.
- commands
- Command implementations for Alice CLI.
- config
- Alice runtime configuration.
- context
- Alice runtime context.
- handle_
input - Unified input handler with slash command routing, skill injection, and memory.
- memory_
context - Turn execution helpers with memory recall/writeback and skill injection.
- skill_
wiring - Skill system wiring: bootstrap + per-turn injection.