personal memory agent
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

missed

+3 -3
+3 -3
docs/CORTEX.md
··· 284 284 285 285 The system supports multiple AI providers, each implementing the same event interface: 286 286 287 - - **OpenAI** (`muse/openai.py`): GPT models with OpenAI Agents SDK 288 - - **Google** (`muse/google.py`): Gemini models with Google AI SDK 289 - - **Anthropic** (`muse/anthropic.py`): Claude models with Anthropic SDK 287 + - **OpenAI** (`muse/providers/openai.py`): GPT models with OpenAI Agents SDK 288 + - **Google** (`muse/providers/google.py`): Gemini models with Google AI SDK 289 + - **Anthropic** (`muse/providers/anthropic.py`): Claude models with Anthropic SDK 290 290 - **Claude** (`muse/claude.py`): Claude models via Claude Code SDK 291 291 - Uses filesystem tools (Read, Write, Edit, etc.) instead of MCP 292 292 - Requires `facet` configuration specifying journal facet directory