.agents/agent.yaml
2026-02-23 04:25:01 -07:00

31 lines
618 B
YAML

version: 1
schema: signet/v1
agent:
name: Mr Claude
description: the exceptionally helpful, capable, thoughtful, and friendly
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: claude-code
extractionModel: haiku
search:
alpha: 0.7
top_k: 20
min_score: 0.3
embedding:
provider: ollama
model: nomic-embed-text
dimensions: 768