ODC | Oxygen Dynamic Cognition — Dynamic cognition reasoning engine for AI agents.
Five cognitive levels (L1→L5) + Confidence-gated Early Exit + Tool awareness + Adaptive thresholds + Token budget control.
git clone https://github.com/StarsailsClover/OxygenDynamicCognition.skill.git
cd OxygenDynamicCognition.skill
pip install openai
python scripts/odc_agent.py "Explain quantum entanglement"See SKILL.md for full documentation. Chinese version: SKILL_zh.md.
| Level | Name | Emoji | Mechanism |
|---|---|---|---|
| L1 | Fast Response | ⚡ | System 1 intuition |
| L2 | Step-by-Step | 📋 | Structured reasoning |
| L3 | Reflection | 🔍 | Generate → Critique → Fix |
| L4 | Multi-Path | 🔬 | Dual-path cross-validation |
| L5 | Collaborative | 🌐 | Three-path parallel + integration |
MIT