Skip to content

andywu42/omniintelligence

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

577 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

omniintelligence

Intelligence, pattern learning, and code quality analysis as first-class ONEX nodes.

CI Python 3.12+ License: MIT

Install

uv add omninode-intelligence

Minimal Example

from omniintelligence.nodes.intent_classifier.node import NodeIntentClassifier

# All behavior driven by contract YAML
node = NodeIntentClassifier(container=container)
result = await node.execute(input_data)

Key Features

  • 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

Documentation

License

MIT

About

No description, website, or topics provided.

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 99.4%
  • Other 0.6%