.agents/agent.yaml

30 lines
549 B
YAML

version: 1
schema: signet/v1
agent:
name: My Agent
description: Personal AI assistant
created: 2026-02-18T07:51:01.923Z
updated: 2026-02-18T07:51:01.923Z
harnesses:
- claude-code
- openclaw
memory:
database: memory/memories.db
vectors: memory/vectors.zvec
session_budget: 2000
decay_rate: 0.95
pipelineV2:
shadowMode: true
search:
alpha: 0.7
top_k: 20
min_score: 0.3
identity:
agents: AGENTS.md
soul: SOUL.md
identity: IDENTITY.md
user: USER.md
heartbeat: HEARTBEAT.md
memory: MEMORY.md
tools: TOOLS.md