Metadata-Version: 2.4
Name: agentnxt
Version: 0.1.0
Summary: Advanced Python Framework for Orchestrating AI Agents
Home-page: https://github.com/agentnxt/agentnxt
Author: AgentNXT Team
Author-email: info@agentnxt.io
Project-URL: Bug Tracker, https://github.com/agentnxt/agentnxt/issues
Project-URL: Documentation, https://agentnxt.readthedocs.io/
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: openai>=1.0.0
Requires-Dist: requests>=2.25.0
Requires-Dist: pydantic>=2.0.0
Requires-Dist: tenacity>=8.0.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# AgentNXT

Advanced Python Framework for Orchestrating AI Agents

## Overview

AgentNXT is a powerful Python framework for creating, orchestrating, and deploying AI agents that can work together to solve complex tasks. Built with OpenAI integration at its core, AgentNXT provides a flexible architecture for developing advanced multi-agent systems with minimal boilerplate code.

## Installation

```bash
pip install agentnxt

