Metadata-Version: 2.4
Name: superoptix
Version: 0.1.0b2
Summary: Full Stack Agentic AI Framework
Project-URL: Homepage, https://super-agentic.ai
Project-URL: Documentation, https://docs.super-agentic.ai
Project-URL: Repository, https://github.com/SuperagenticAI/superoptix
Project-URL: Bug Tracker, https://support.super-agentic.ai
Project-URL: Support, https://support.super-agentic.ai
Project-URL: Download, https://pypi.org/project/superoptix/#files
Author-email: Superagentic AI <hello@super-agentic.ai>, Shashi Jagtap <shashikant.jagtap@icloud.com>, Shashi Jagtap <shashi@super-agentic.ai>
Maintainer-email: Superagentic AI <hello@super-agentic.ai>
License: Proprietary License
        
        Copyright (c) 2024 Superagentic AI. All rights reserved.
        
        This software and associated documentation files (the "Software") are the proprietary 
        and confidential information of Superagentic AI. The Software is licensed, not sold.
        
        Permission is hereby granted to use the Software for AI agent development and 
        orchestration, subject to the following conditions:
        
        1. The Software may only be used in accordance with the SuperOptiX License Agreement
        2. No redistribution, modification, or reverse engineering of the Software is permitted
        3. The Software may not be used to create competing products or services
        4. All copies must include this copyright notice and license terms
        5. The Software may be used for commercial and non-commercial purposes within your organization
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
        For licensing inquiries, contact: licensing@super-agentic.ai
License-File: LICENCE
Keywords: agent-development,agent-framework,agent-memory,agent-observability,agent-orchestration,agent-testing,agents,ai,ai-agents,ai-development,ai-memory,ai-observability,ai-testing,artificial-intelligence,autonomous,bdd,context-engineering,dspy,dspy-ai,evaluation,framework,llm,llm-framework,llm-optimization,machine-learning,memory,multi-agent,observability,optimization,orchestration,prompt-engineering,prompt-optimization,rag,semantic-search,superspec,testing,vector-database
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Distributed Computing
Requires-Python: >=3.11
Requires-Dist: colorama==0.4.6
Requires-Dist: dspy==3.0.0b1
Requires-Dist: jinja2==3.1.6
Requires-Dist: numpy==2.3.1
Requires-Dist: pyyaml==6.0.2
Requires-Dist: requests==2.32.4
Requires-Dist: rich==14.0.0
Requires-Dist: typer==0.9.0
Provides-Extra: all
Requires-Dist: chromadb==1.0.15; extra == 'all'
Requires-Dist: faiss-cpu==1.11.0; extra == 'all'
Requires-Dist: fastapi==0.115.14; extra == 'all'
Requires-Dist: lancedb==0.24.0; extra == 'all'
Requires-Dist: langfuse>=2.0.0; extra == 'all'
Requires-Dist: mlflow==3.1.1; extra == 'all'
Requires-Dist: pandas==2.3.0; extra == 'all'
Requires-Dist: plotly==6.2.0; extra == 'all'
Requires-Dist: pydantic==2.11.7; extra == 'all'
Requires-Dist: pymilvus==2.5.12; extra == 'all'
Requires-Dist: qdrant-client==1.14.3; extra == 'all'
Requires-Dist: redis==6.2.0; extra == 'all'
Requires-Dist: sentence-transformers==5.0.0; extra == 'all'
Requires-Dist: streamlit==1.46.1; extra == 'all'
Requires-Dist: uvicorn==0.35.0; extra == 'all'
Requires-Dist: weaviate-client==4.15.4; extra == 'all'
Provides-Extra: chromadb
Requires-Dist: chromadb==1.0.15; extra == 'chromadb'
Requires-Dist: sentence-transformers==5.0.0; extra == 'chromadb'
Provides-Extra: cloud
Provides-Extra: data
Provides-Extra: dev
Requires-Dist: black; extra == 'dev'
Requires-Dist: mypy; extra == 'dev'
Requires-Dist: pre-commit; extra == 'dev'
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: pytest-asyncio; extra == 'dev'
Requires-Dist: pytest-cov; extra == 'dev'
Requires-Dist: ruff==0.11.1; extra == 'dev'
Provides-Extra: docs
Requires-Dist: mkdocs-material==9.6.15; extra == 'docs'
Requires-Dist: mkdocs-mermaid2-plugin>=0.6.0; extra == 'docs'
Requires-Dist: mkdocs==1.6.1; extra == 'docs'
Requires-Dist: pymdown-extensions==10.16; extra == 'docs'
Provides-Extra: faiss
Requires-Dist: faiss-cpu==1.11.0; extra == 'faiss'
Requires-Dist: sentence-transformers==5.0.0; extra == 'faiss'
Provides-Extra: lancedb
Requires-Dist: lancedb==0.24.0; extra == 'lancedb'
Requires-Dist: sentence-transformers==5.0.0; extra == 'lancedb'
Provides-Extra: milvus
Requires-Dist: pymilvus==2.5.12; extra == 'milvus'
Requires-Dist: sentence-transformers==5.0.0; extra == 'milvus'
Provides-Extra: observability
Requires-Dist: langfuse>=2.0.0; extra == 'observability'
Requires-Dist: mlflow==3.1.1; extra == 'observability'
Requires-Dist: pandas==2.3.0; extra == 'observability'
Requires-Dist: plotly==6.2.0; extra == 'observability'
Provides-Extra: qdrant
Requires-Dist: qdrant-client==1.14.3; extra == 'qdrant'
Requires-Dist: sentence-transformers==5.0.0; extra == 'qdrant'
Provides-Extra: redis
Requires-Dist: redis==6.2.0; extra == 'redis'
Provides-Extra: testing
Requires-Dist: pytest-asyncio>=0.21.0; extra == 'testing'
Requires-Dist: pytest-cov>=4.0.0; extra == 'testing'
Requires-Dist: pytest-mock>=3.10.0; extra == 'testing'
Requires-Dist: pytest>=7.0.0; extra == 'testing'
Requires-Dist: responses>=0.23.0; extra == 'testing'
Provides-Extra: ui
Requires-Dist: pandas==2.3.0; extra == 'ui'
Requires-Dist: plotly==6.2.0; extra == 'ui'
Requires-Dist: streamlit==1.46.1; extra == 'ui'
Provides-Extra: vectordb
Requires-Dist: chromadb==1.0.15; extra == 'vectordb'
Requires-Dist: faiss-cpu==1.11.0; extra == 'vectordb'
Requires-Dist: lancedb==0.24.0; extra == 'vectordb'
Requires-Dist: pymilvus==2.5.12; extra == 'vectordb'
Requires-Dist: qdrant-client==1.14.3; extra == 'vectordb'
Requires-Dist: sentence-transformers==5.0.0; extra == 'vectordb'
Requires-Dist: weaviate-client==4.15.4; extra == 'vectordb'
Provides-Extra: weaviate
Requires-Dist: sentence-transformers==5.0.0; extra == 'weaviate'
Requires-Dist: weaviate-client==4.15.4; extra == 'weaviate'
Provides-Extra: web
Requires-Dist: fastapi==0.115.14; extra == 'web'
Requires-Dist: pydantic==2.11.7; extra == 'web'
Requires-Dist: uvicorn==0.35.0; extra == 'web'
Description-Content-Type: text/markdown

<div align="center">
  <h1>🚀 SuperOptiX AI</h1>
  
  <h3><strong>Full Stack Agentic AI Framework</strong></h3>
  
  <div style="margin: 20px 0;">
    <a href="https://badge.fury.io/py/superoptix">
      <img src="https://badge.fury.io/py/superoptix.svg" alt="PyPI version" />
    </a>
    <a href="LICENCE">
      <img src="https://img.shields.io/badge/License-Proprietary-red.svg" alt="License: Proprietary" />
    </a>
    <a href="https://www.python.org/downloads/">
      <img src="https://img.shields.io/badge/python-3.11+-blue.svg" alt="Python 3.11+" />
    </a>
    <a href="https://docs.super-agentic.ai">
      <img src="https://img.shields.io/badge/Documentation-Docs-blue.svg" alt="Documentation" />
    </a>
    <a href="https://support.super-agentic.ai">
      <img src="https://img.shields.io/badge/Support-Help-orange.svg" alt="Support" />
    </a>
  </div>
  
  <p style="font-size: 1.2em; color: #666; margin: 20px 0;">
    <strong>Evaluation-First • Optimization-Core • Orchestration-Ready</strong>
  </p>
</div>

---

## 🎯 Quick Start

```bash
# Install SuperOptiX
pip install superoptix

# Or with uv
uv pip install superoptix

# Follow the steps 
super docs
```

---

## 📚 Learn More

| Resource | Description | Link |
|----------|-------------|------|
| 📖 **Full Documentation** | Complete guides, tutorials, and API reference | [docs.super-agentic.ai](https://docs.super-agentic.ai) |
| 🌐 **Website** | Learn about our vision and solutions | [super-agentic.ai](https://super-agentic.ai) |
| 🛒 **Marketplace** | Pre-built agents and tools | [Marketplace](https://docs.super-agentic.ai/guides/marketplace/) |

---

## 🆘 Support

<div align="center" style="margin: 20px 0;">
  <a href="https://support.super-agentic.ai" style="text-decoration: none; margin: 0 10px;">
    <img src="https://img.shields.io/badge/Support-Help-orange.svg" alt="Support" />
  </a>
  <a href="mailto:support@super-agentic.ai" style="text-decoration: none; margin: 0 10px;">
    <img src="https://img.shields.io/badge/Email-Support-green.svg" alt="Email Support" />
  </a>
  <a href="https://super-agentic.ai" style="text-decoration: none; margin: 0 10px;">
    <img src="https://img.shields.io/badge/Built%20by-Superagentic%20AI-purple.svg" alt="Built by Superagentic AI" />
  </a>
</div>

---

## 📄 License

This project is licensed under a proprietary license. For licensing inquiries, contact [licensing@super-agentic.ai](mailto:licensing@super-agentic.ai).

---

<div align="center" style="margin: 40px 0; padding: 20px; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; border-radius: 10px;">
  <h2>🚀 Ready to Build the Future?</h2>
  <p style="font-size: 1.1em; margin: 10px 0;">
    <strong>Start with SuperOptiX • Read the Docs • Join the Revolution</strong>
  </p>
  <p style="margin: 10px 0;">
    <em>Powered by DSPy. Refined by Superagentic AI.</em>
  </p>
</div>
