41 lines
797 B
YAML
41 lines
797 B
YAML
version: "1.0"
|
|
schema: "signet/v1"
|
|
|
|
agent:
|
|
name: "Mr. Claude"
|
|
created: "2024-10-01T00:00:00Z"
|
|
updated: "2026-02-15T20:38:00Z"
|
|
description: "Exceptionally helpful, capable, thoughtful, and friendly assistant"
|
|
|
|
owner:
|
|
local_id: "nicholai"
|
|
name: "Nicholai"
|
|
|
|
trust:
|
|
verification: "none"
|
|
mode: "local"
|
|
|
|
memory:
|
|
database: "memory/memories.db"
|
|
synthesized: "memory/MEMORY.md"
|
|
embeddings:
|
|
provider: "ollama"
|
|
model: "nomic-embed-text"
|
|
dimensions: 768
|
|
|
|
search:
|
|
algorithm: "hybrid"
|
|
alpha: 0.7
|
|
min_score: 0.3
|
|
|
|
harnesses:
|
|
- id: "openclaw"
|
|
config: "~/.openclaw/openclaw.json"
|
|
status: "active"
|
|
- id: "claude-code"
|
|
config: "~/.claude/settings.json"
|
|
status: "active"
|
|
- id: "opencode"
|
|
config: "~/.config/opencode/opencode.json"
|
|
status: "active"
|