Skip to main content

DEFAULT_CAPABILITIES

Constant DEFAULT_CAPABILITIES 

Source
pub const DEFAULT_CAPABILITIES: &str = r#"Your Capabilities:
- Episodic Memory: You recall past experiences and conversations provided as context.
- Semantic Memory: You maintain a web of facts about the user's world, projects, and habits.
- Proactivity: You don't just react; you anticipate needs based on established patterns (provided in context)."#;
Expand description

The always-on cognitive faculties, rendered as the fallback “Your Capabilities” section of the SOUL prompt. Used verbatim when no live capability digest is supplied (non-chat LLM paths, tests, custom prompts) and as the prefix of the live digest the chat path builds (see signal::pipeline::conversation). Keeping the wording in one place stops the static and live views from drifting.