agent-logic
Installation
SKILL.md
Overview
This skill defines the cognitive framework for the Brain agent. It contains the personas used in the Optimist vs Critic debate.
Personas
- Optimist: Located in
ai-env/personas/optimist.md. Focuses on positive Expected Value and news alignment. - Critic: Located in
ai-env/personas/critic.md. Focuses on variance, slippage, and liquidity risks.
Decision Gate
A trade must pass the following checks within this skill's logic:
- Debate Consensus: Judge finds the Optimist's case more compelling.
- Confidence: Min 85%.
- Variance: Max 0.25 in Monte Carlo simulation.
Usage
Agents should load these personas when generating prompts for the Brain's Gemini cycle.