Metadata-Version: 2.4
Name: odin_protocol
Version: 1.1.0
Summary: ODIN Protocol - Heuristic-Empowered Logic Rule System for AI-to-AI Communication
Home-page: https://github.com/odin-protocol/python-sdk
Author: Travis Jacob Johnson
Author-email: travjohnson831@gmail.com
License: Commercial
Project-URL: Homepage, https://odin-protocol.com
Project-URL: Documentation, https://docs.odin-protocol.com
Project-URL: Repository, https://github.com/odin-protocol/python-sdk
Project-URL: Bug Tracker, https://github.com/odin-protocol/python-sdk/issues
Project-URL: Interactive Demo, https://huggingface.co/spaces/odin-protocol/demo
Project-URL: Enterprise, https://odin-protocol.com/enterprise
Keywords: ai,artificial-intelligence,hel-rule-system,communication,protocol,ai-coordination,self-healing,rule-engine,enterprise-ai,real-time-decision,cross-model,interoperability,standardized-ai,ai-infrastructure,coordination-problem,multi-agent
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: System :: Distributed Computing
Classifier: Topic :: Communications
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: protobuf>=4.0.0
Requires-Dist: httpx>=0.24.0
Requires-Dist: asyncio
Requires-Dist: typing-extensions>=4.0.0
Provides-Extra: dev
Requires-Dist: pytest>=7.0.0; extra == "dev"
Requires-Dist: pytest-asyncio>=0.21.0; extra == "dev"
Requires-Dist: black>=22.0.0; extra == "dev"
Requires-Dist: isort>=5.0.0; extra == "dev"
Requires-Dist: mypy>=1.0.0; extra == "dev"
Requires-Dist: flake8>=5.0.0; extra == "dev"
Provides-Extra: enterprise
Requires-Dist: redis>=4.0.0; extra == "enterprise"
Requires-Dist: pydantic>=2.0.0; extra == "enterprise"
Requires-Dist: fastapi>=0.100.0; extra == "enterprise"
Requires-Dist: uvicorn>=0.23.0; extra == "enterprise"
Provides-Extra: analytics
Requires-Dist: pandas>=1.5.0; extra == "analytics"
Requires-Dist: numpy>=1.21.0; extra == "analytics"
Requires-Dist: matplotlib>=3.5.0; extra == "analytics"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: project-url
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary


# ODIN Protocol - Heuristic-Empowered Logic Rule System

The definitive Python SDK for the ODIN Protocol HEL Engine - the world's first standardized AI-to-AI communication infrastructure with advanced rule-based decision making.

## 🧠 ODIN Protocol HEL Engine - 8 Core Capabilities

1. ⚙️ **Real-Time Decision-Making** - Sub-50ms response times with automatic routing
2. 🔧 **Self-Healing Communication** - Auto-detection and repair of communication failures  
3. 📐 **Standardized AI-to-AI Dialogue** - Universal .odin message format
4. 🎯 **Precision Control** - 100+ logical operators for fine-grained control
5. 🚨 **Early Error Prevention/Detection** - Proactive anomaly detection
6. �️ **Structured Logging & Analytics** - Comprehensive audit trails
7. 🌐 **Cross-Model Interoperability** - Works with GPT, Claude, Gemini, custom models
8. 🛡️ **Enterprise-Level Security** - SOC2, GDPR, HIPAA compliance

## 🚀 Quick Start

```python
from odin_sdk import OdinClient
from hel_mediator_ai import create_hel_mediator_ai

# Initialize HEL-powered system
mediator = create_hel_mediator_ai()
client = OdinClient()

# Create AI-to-AI message
message = client.create_message()\
    .set_ids("trace-1", "session-1", "agent-1", "agent-2")\
    .set_content("Analyze quarterly financial data")\
    .build()

# HEL system evaluates and routes automatically
result = mediator.evaluate_message(message)
print(f"Action: {result.action_taken}")
print(f"Processing time: {result.processing_time_ms}ms")
```

## 🏢 Industry Applications

### Financial Services
- Risk assessment automation
- Trading coordination systems
- Regulatory compliance monitoring

### Healthcare  
- Diagnostic collaboration networks
- Treatment planning optimization
- Clinical decision support

### Manufacturing
- Supply chain coordination
- Quality control automation
- Predictive maintenance

### Technology
- DevOps automation
- System monitoring
- Infrastructure coordination

## 📊 Performance Metrics

- **99.9%** reliability in production deployments
- **80%** reduction in AI development time
- **Sub-50ms** decision making across all rule types
- **100%** test pass rate (71 comprehensive tests)

## 🚀 Deployment Options

- **pip install odin_protocol** (Developer)
- **Docker containers** (Enterprise)
- **Kubernetes deployments** (Cloud Native)
- **On-premise installations** (Enterprise)

## 🛡️ Security & Compliance

- SOC2 Type II certified
- GDPR compliant data handling
- HIPAA ready for healthcare
- End-to-end encryption
- Role-based access control

## 🔗 Resources

- � [Documentation](https://docs.odin-protocol.com)
- 🧠 [Interactive Demo](https://huggingface.co/spaces/odin-protocol/hel-demo)
- 🐙 [GitHub Repository](https://github.com/odin-protocol/python-sdk)
- 💼 [Enterprise Contact](mailto:enterprise@odin-protocol.com)

**The future of AI coordination starts here. Solving the $50B coordination problem.**
