apply_memory_config
Applies a memory configuration, initializing Palace directories, ChromaDB, and SQLite. Supports hot reload without MCP restart.
Instructions
[Agent-Driven] Apply chosen memory configuration: persist config, initialize Palace directories, ChromaDB, SQLite. Supports hot reload — no MCP restart needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | Yes | Memory mode. | personal |
| provider | Yes | Embedding provider (e.g. siliconflow, local). | |
| model | Yes | Embedding model name. | |
| api_key | No | API key for cloud providers. | |
| base_url | No | API base URL. | |
| dimension | No | Embedding dimension. | |
| cbt_mode | No | CBT safety mode. | |
| tenant_id | No | Tenant identifier (company mode). |