Intelligence, pattern learning, and code quality analysis as first-class ONEX nodes.
uv add omninode-intelligencefrom omniintelligence.nodes.intent_classifier.node import NodeIntentClassifier
# All behavior driven by contract YAML
node = NodeIntentClassifier(container=container)
result = await node.execute(input_data)- Intent classification: Classify agent prompts into actionable intents
- Pattern extraction: Discover recurring patterns from code and events
- Drift detection: Detect configuration and behavior drift across repos
- Code review nodes: Automated quality assessment with multi-model review
- Run evaluation: Evaluate agent run outcomes for continuous improvement
- 21 ONEX nodes: Following Four-Node Architecture
- Architecture
- CLAUDE.md -- developer context and conventions
- AGENT.md -- LLM navigation guide