⚙️ Action Permission Rules
Change the tier for individual actions.
● = custom override.
HARDCODED = cannot be changed.
| Action Type | Current Tier | Default | |
|---|---|---|---|
| Loading rules… | |||
🧠 Memory
read-only
|
Database
i
SQLite database path
Stores all user facts, conversation history, and ingested file records.
|
{{ config.memory.db_path }} |
|
Vector index
i
ChromaDB vector index path
Stores semantic embeddings of conversations and documents for memory search.
|
{{ config.memory.chroma_path }} |
|
Max facts
i
Max facts
Maximum number of user facts held in memory. Older facts are pruned when limit is reached.
|
{{ config.memory.max_facts }} |
| Search results | {{ config.memory.semantic_search_results }} |