A drop-in markdown cognition layer for AI agents that need to analyze public agenda
Project description
Agenda Intelligence MD
A drop‑in cognition layer for AI agents that stops them from just summarizing news and starts producing decision‑ready analysis.
Bottom line: agents using this protocol move from “monitor developments” to “watch these 3 indicators; if X happens, decision Y becomes urgent.”
🚀 Quick start (OpenClaw)
-
Install skill (recommended):
clawhub install agenda-intelligence
Or copy
skills/agenda-intelligence/into your workspace. -
Use in a prompt:
[skill:agenda-intelligence] Brief: "EU AI Act amendment adds new high‑risk categories."The agent will load the protocol, run the CLI, and return a compact brief.
-
Or use the CLI directly (after
pip install agenda-intelligence-md):agenda-intelligence validate-brief examples/agenda-brief.json agenda-intelligence source-plan technology-ai
🎯 What it does
| Without Agenda‑Intelligence.md | With Agenda‑Intelligence.md |
|---|---|
| “Companies should monitor developments.” | “Watch for regulator guidance, first enforcement action, compliance deadline, and product redesigns. Treat as signal until those indicators appear.” |
The protocol forces the agent to answer:
- Signal classification: noise → weak signal → signal → structural shift → trigger event
- What changed? (fact)
- Why it matters? (incentives, leverage)
- Who is affected?
- Main uncertainty?
- Scenarios & watch‑next indicators
Result: shorter output, higher decision value.
🧠 Key features
- Source Acquisition Layer – tells the agent which source types to check before making claims (sanctions, regulation, elections, conflict, etc.).
- AnalysisBank – a memory layer that stores reusable reasoning patterns from good/bad outputs.
- Regional lenses – Central Asia & Caspian, Middle East, EU.
- Sector lenses – sanctions, export controls.
- JSON schemas – validate briefs, evidence packs, memory cards.
- CLI & Python API –
agenda-intelligencecommand,agent-manifest.jsonfor discovery.
📦 Installation
# From PyPI (when published)
pip install agenda-intelligence-md
# Or editable install from source
git clone https://github.com/vassiliylakhonin/agenda-intelligence-md
cd agenda-intelligence-md
pip install -e .
🛠 CLI examples
agenda-intelligence --help
agenda-intelligence manifest
agenda-intelligence list-lenses
agenda-intelligence source-types
agenda-intelligence source-plan sanctions
agenda-intelligence validate-brief examples/agenda-brief.json
agenda-intelligence validate-evidence examples/source/evidence-pack.json
agenda-intelligence memory-search "sanctions routing"
📚 Documentation
- Protocol:
Agenda-Intelligence.md– the core reasoning workflow. - Quickstart:
docs/quickstart.md - Integrations:
docs/integrations/– Claude Code, OpenAI Codex, Cursor, MCP. - Evaluation:
docs/evaluation.md– how the scoring works. - Roadmap:
ROADMAP.md
🏗 Repository structure
agenda-intelligence-md/
├─ src/agenda_intelligence/ # Python package
├─ schemas/ # JSON schemas
├─ examples/ # sample briefs, evidence packs
├─ analysis-bank/ # memory cards (failures & successes)
├─ skills/agenda-intelligence/ # OpenClaw skill wrapper
├─ docs/ # guides & integration notes
└─ tests/ # pytest suite
🤝 Contributing
Pull requests are welcome! Please:
- Open an issue to discuss changes.
- Create a feature branch (
feat/...,fix/...). - Run
pytestand ensure all tests pass. - Update docs if behavior changes.
See docs/quickstart.md for development setup.
📄 License
MIT – free for any use.
🔗 Related projects
- global-think-tank-analyst – deeper policy‑risk memos for OpenClaw.
- ReasoningBank – the inspiration for AnalysisBank.
Why this exists: Most agent‑written news analysis is a polished recap that doesn’t change any decision. This project gives agents a stricter workflow so their output actually helps someone decide, hedge, or act.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file agenda_intelligence_md-0.5.0.tar.gz.
File metadata
- Download URL: agenda_intelligence_md-0.5.0.tar.gz
- Upload date:
- Size: 36.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2ba2c2f1d72a703a49c35c84232e50b34eb5a0183da529c29c55deae0f6c8d22
|
|
| MD5 |
1f525ed47dea30e22b514a60bc85def3
|
|
| BLAKE2b-256 |
b28213071f473e97ab7fb3229ef6dc2cc60a54858892949acef47d38b0a3df0f
|
File details
Details for the file agenda_intelligence_md-0.5.0-py3-none-any.whl.
File metadata
- Download URL: agenda_intelligence_md-0.5.0-py3-none-any.whl
- Upload date:
- Size: 43.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3841b6ef2f41fed0edfb669a47fe613b29d447a09745ca72eacbef6f238749d8
|
|
| MD5 |
eee45350d7fe1fe72c1b1d630f831211
|
|
| BLAKE2b-256 |
d46b7393d6998e4a2b63e053752f29dda2e4441b57f18bf38ffb5a4496511189
|