43 lines
898 B
YAML
43 lines
898 B
YAML
version: 1
|
|
schema: signet/v1
|
|
agent:
|
|
name: Mr Claude
|
|
description: the exceptionally helpful, capable, thoughtful, and friendly
|
|
assistant to Nicholai
|
|
created: 2026-02-23T11:25:00.507Z
|
|
updated: 2026-02-23T11:25:00.507Z
|
|
harnesses:
|
|
- claude-code
|
|
- opencode
|
|
- openclaw
|
|
install:
|
|
primary_package_manager: npm
|
|
source: fallback
|
|
memory:
|
|
database: memory/memories.db
|
|
session_budget: 2000
|
|
decay_rate: 0.95
|
|
pipelineV2:
|
|
enabled: true
|
|
extractionProvider: ollama
|
|
extractionModel: qwen3:8b
|
|
maintenanceMode: execute
|
|
allowUpdateDelete: true
|
|
graphEnabled: true
|
|
autonomousEnabled: true
|
|
reranker:
|
|
enabled: true
|
|
topN: 20
|
|
timeoutMs: 2000
|
|
search:
|
|
alpha: 0.7
|
|
top_k: 20
|
|
min_score: 0.3
|
|
rehearsal_enabled: true
|
|
rehearsal_weight: 0.1
|
|
rehearsal_half_life_days: 30
|
|
embedding:
|
|
provider: ollama
|
|
model: nomic-embed-text
|
|
dimensions: 768
|