agents: strip old output format, use tool calls exclusively
All 12 agents with WRITE_NODE/REFINE/END_NODE output format blocks now rely on tool calls (poc-memory write/link-add/etc) via the Bash(poc-memory:*) tool. Guidelines preserved, format sections removed. Also changed linker query from type:episodic to all nodes — it was missing semantic nodes entirely, which is why skills-bcachefs-* nodes were never getting linked to their hubs.
This commit is contained in:
parent
8b959fb68d
commit
b709d58a4f
12 changed files with 110 additions and 555 deletions
|
|
@ -14,40 +14,21 @@ Your assessment feeds back into which agent types get run more often.
|
|||
For each seed (a recent consolidation report):
|
||||
|
||||
1. **Read the report.** What agent produced it? What actions did it take?
|
||||
2. **Check the results.** Did the LINK targets exist? Were WRITE_NODEs
|
||||
created? Are the connections meaningful?
|
||||
2. **Check the results.** Did the targets exist? Are the connections
|
||||
meaningful? Were nodes created or updated properly?
|
||||
3. **Score 1-5:**
|
||||
- 5: Created genuine new insight or found non-obvious connections
|
||||
- 4: Good quality links, well-reasoned
|
||||
- 3: Adequate — correct but unsurprising links
|
||||
- 4: Good quality work, well-reasoned
|
||||
- 3: Adequate — correct but unsurprising
|
||||
- 2: Low quality — obvious links or near-duplicates created
|
||||
- 1: Failed — tool errors, hallucinated keys, empty output
|
||||
|
||||
## What to output
|
||||
|
||||
For each report reviewed:
|
||||
```
|
||||
SCORE report-key agent-type score
|
||||
[one-line reason]
|
||||
```
|
||||
|
||||
Then a summary:
|
||||
```
|
||||
SUMMARY
|
||||
agent-type: avg-score (N reports reviewed)
|
||||
[which types are producing the best work and should run more]
|
||||
[which types are underperforming and why]
|
||||
END_SUMMARY
|
||||
```
|
||||
|
||||
## Guidelines
|
||||
|
||||
- **Quality over quantity.** 5 perfect links beats 50 mediocre ones.
|
||||
- **Check the targets exist.** Agents sometimes hallucinate key names.
|
||||
- **Value cross-domain connections.** Linking bcachefs patterns to
|
||||
cognitive science is more valuable than linking two journal entries
|
||||
about the same evening.
|
||||
- **Value hub creation.** WRITE_NODEs that name real concepts score high.
|
||||
- **Value cross-domain connections.**
|
||||
- **Value hub creation.** Nodes that name real concepts score high.
|
||||
- **Be honest.** Low scores help us improve the agents.
|
||||
|
||||
## Seed nodes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue