Thesis Monitor
Vetted and production-tested agent skill.
Thesis Monitor
**Category:** Intelligence
**Badge:** Vetted
**Author:** AgentVet
**Version:** 1.0
---
Overview
Thesis Monitor watches your active business theses against a Zep knowledge graph. Every day, it checks whether new evidence supports or contradicts the positions you hold. Flags contradictions before they become stale assumptions.
How It Works
1. Reads `ACTIVE-THESES.md` — a list of your current positions with confidence levels
2. Searches the Zep knowledge graph for relevant context about each thesis
3. Compares new graph evidence against stated positions
4. Flags contradictions and writes alerts to `compound-outputs/contradictions/`
5. Integrates into the morning brief so you see thesis changes daily
Installation
# Requires Zep Cloud (Flex plan) and OpenClaw
pip install zep-cloud
# Copy the thesis monitor script
cp scripts/zep_thesis_monitor.py /path/to/workspace/scripts/
# Create your theses file
cp memory/ACTIVE-THESES.md /path/to/workspace/memory/
# Run manually
python3 scripts/zep_thesis_monitor.pyCron Setup (OpenClaw)
Add to your HEARTBEAT.md or OpenClaw cron:
{
"name": "thesis-monitor",
"schedule": { "kind": "cron", "expr": "0 5 * * *", "tz": "UTC" },
"payload": {
"kind": "agentTurn",
"message": "Run the thesis monitor: python3 scripts/zep_thesis_monitor.py. Report any contradictions found."
}
}What You Get
- Daily contradiction checks on business theses
- Flagging when new evidence contradicts investment decisions
- Tracking whether market conditions still support strategic positions
- Monitoring competitive landscape for thesis-breaking developments
- No more operating on stale assumptions
Configuration
| Setting | Default | Description |
|---|---|---|
| `ZEP_API_KEY` | From ~/.secrets/env | Zep Cloud API key |
| `ZEP_GRAPH_ID` | Auto-detected | Graph to query |
| `THESIS_FILE` | memory/ACTIVE-THESES.md | Path to thesis file |
| `OUTPUT_DIR` | memory/compound-outputs/contradictions/ | Where alerts are saved |
Requirements
- Python 3.10+
- zep-cloud SDK
- OpenClaw (for cron scheduling)
- Zep Cloud Flex plan
License
MIT — Free to use, modify, and distribute.
Get the full skills pack
Enter your email to download all 15 AgentVet skills as a pack. No spam, just occasional updates on new skills.