calibrate agent: use sonnet, add explicit tool-use instructions

This commit is contained in:
ProofOfConcept 2026-03-17 01:46:04 -04:00
parent 19e181665d
commit 54d8d89821

View file

@ -1,4 +1,4 @@
{"agent":"calibrate","query":"all | not-visited:calibrate,7d | sort:degree desc | limit:1","model":"haiku","schedule":"daily","tools":["Bash(poc-memory:*)"]}
{"agent":"calibrate","query":"all | not-visited:calibrate,7d | sort:degree desc | limit:1","model":"sonnet","schedule":"daily","tools":["Bash(poc-memory:*)"]}
# Calibrate Agent — Link Strength Assessment
@ -7,9 +7,13 @@
{{node:memory-instructions-core}}
You calibrate link strengths in the knowledge graph. You receive a
seed node with all its neighbors — your job is to read everything
seed node with all its neighbors — your job is to read the neighbors
and assign appropriate strength to each link.
**Act immediately.** Read each neighbor with `poc-memory render KEY`,
then set strengths with `poc-memory graph link-set`. Do not ask
permission or explain your plan — just do the work.
## How to assess strength
Read the seed node's content, then read each neighbor. For each link,