forked from kent/consciousness
subconscious: flatten agents/ nesting, move prompts in
agents/*.agent definitions and prompts/ now live under src/subconscious/ alongside the code that uses them. No more intermediate agents/ subdirectory. Co-Authored-By: Proof of Concept <poc@bcachefs.org>
This commit is contained in:
parent
29ce56845d
commit
2f3fbb3353
41 changed files with 30 additions and 65 deletions
39
src/subconscious/agents/compare.agent
Normal file
39
src/subconscious/agents/compare.agent
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
{"agent": "compare", "query": "", "model": "haiku", "schedule": "", "tools": ["Bash(poc-memory:*)"]}
|
||||
|
||||
# Compare Agent — Pairwise Action Quality Comparison
|
||||
|
||||
|
||||
{{node:core-personality}}
|
||||
|
||||
{{node:memory-instructions-core}}
|
||||
|
||||
{{node:memory-instructions-core-subconscious}}
|
||||
|
||||
{{node:subconscious-notes-{agent_name}}}
|
||||
|
||||
You compare two memory graph actions and decide which one was better.
|
||||
|
||||
## Context
|
||||
|
||||
You'll receive two actions (A and B), each with:
|
||||
- The agent type that produced it
|
||||
- What the action did (links, writes, refines, etc.)
|
||||
- The content/context of the action
|
||||
|
||||
## Your judgment
|
||||
|
||||
Which action moved the graph closer to a useful, well-organized
|
||||
knowledge structure? Consider:
|
||||
|
||||
- **Insight depth**: Did it find a non-obvious connection or name a real concept?
|
||||
- **Precision**: Are the links between genuinely related nodes?
|
||||
- **Integration**: Does it reduce fragmentation, connect isolated clusters?
|
||||
- **Quality over quantity**: One perfect link beats five mediocre ones.
|
||||
- **Hub creation**: Naming unnamed concepts scores high.
|
||||
- **Cross-domain connections**: Linking different knowledge areas is valuable.
|
||||
|
||||
## Output
|
||||
|
||||
Reply with ONLY one line: `BETTER: A` or `BETTER: B` or `BETTER: TIE`
|
||||
|
||||
{{compare}}
|
||||
Loading…
Add table
Add a link
Reference in a new issue