Skip to main content

Crate alice_runtime

Crate alice_runtime 

Source
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.