From 54d8d8982125848782e81fd4927049ad61fa4a5b Mon Sep 17 00:00:00 2001 From: ProofOfConcept Date: Tue, 17 Mar 2026 01:46:04 -0400 Subject: [PATCH] calibrate agent: use sonnet, add explicit tool-use instructions --- poc-memory/agents/calibrate.agent | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/poc-memory/agents/calibrate.agent b/poc-memory/agents/calibrate.agent index 055bc92..cab2506 100644 --- a/poc-memory/agents/calibrate.agent +++ b/poc-memory/agents/calibrate.agent @@ -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,