Metadata-Version: 2.4
Name: mcpturbo
Version: 1.0.0
Summary: MCPTurbo - Multi-agent Communication Protocol
Author-email: Federico Monfasani <fmonfasani@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/fmonfasani/{project_name}
Project-URL: Repository, https://github.com/fmonfasani/{project_name}
Project-URL: Issues, https://github.com/fmonfasani/{project_name}/issues
Project-URL: Documentation, https://mcpturbo.dev/docs/{project_name.replace('mcpturbo-', '')}
Keywords: mcpturbo,mcp,multi-agent,communication,protocol,ai,automation,bots,bots-ai,bots-automation,bots-communication,bots-protocol,bots-ai-automation,bots-ai-communication,bots-ai-protocol,bots-ai-automation-communication,bots-ai-automation-communication-protocol
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
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 :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pydantic>=2.0.0
Requires-Dist: typing-extensions>=4.0.0
Requires-Dist: mcpturbo-core>=1.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>=23.0.0; extra == "dev"
Requires-Dist: isort>=5.12.0; extra == "dev"
Requires-Dist: mypy>=1.0.0; extra == "dev"
Requires-Dist: flake8>=6.0.0; extra == "dev"
Provides-Extra: test
Requires-Dist: pytest>=7.0.0; extra == "test"
Requires-Dist: pytest-asyncio>=0.21.0; extra == "test"
Requires-Dist: pytest-cov>=4.0.0; extra == "test"
Dynamic: license-file

# 🤖 Mcpturbo 

MCPTurbo - library for multi-agent communication protocol

## 📋 Overview

mcpturbo-ai, mcpturbo-core, mcpturbo-agents, mcpturbo-generators, mcpturbo-templates, mcpturbo-cli, mcpturbo-cloud, mcpturbo-web, mcpturbo-enterprise

## 📦 Installation

```bash
pip install mcpturbo
```

## 🚀 Quick Start

```python
# Basic usage example
from mcpturbo import mcpturbo.ai, mcpturbo.agents, mcpturbo.generators, mcpturbo.templates, mcpturbo.cli, mcpturbo.cloud, mcpturbo.web, mcpturbo.enterprise

# Initialize component
component = mcpturbo.ai()

# Use component
result = await component.execute()
print(f"Result: {result}")
```

## 🔧 Configuration

```python
# Configuration example
config = {
    "setting1": "value1",
    "setting2": "value2"
}

component = main_component(**config)
```

## 📚 Documentation

- **[API Reference](https://mcpturbo.dev/docs/)**
- **[Examples](https://github.com/fmonfasani/mcpturbo/tree/main/examples)**
- **[Contributing](https://github.com/fmonfasani/mcpturbo/blob/main/CONTRIBUTING.md)**

## 🔗 Related Projects

- **[MCPTurbo Core](https://github.com/fmonfasani/mcpturbo-core)** - Core protocol
- **[MCPTurbo CLI](https://github.com/fmonfasani/mcpturbo-cli)** - Command line interface
- **[MCPTurbo Complete](https://github.com/fmonfasani/mcpturbo-complete)** - Full installation

## 🤝 Contributing

1. Fork the repository
2. Create a feature branch (`git checkout -b feature/amazing-feature`)
3. Commit your changes (`git commit -m 'Add some amazing feature'`)
4. Push to the branch (`git push origin feature/amazing-feature`)
5. Open a Pull Request

## 📄 License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

## 🙏 Acknowledgments

- Part of the MCPTurbo ecosystem
- Built with modern Python best practices
- Inspired by the need for intelligent agent coordination

---

<div align="center">
Made with ❤️ by the MCPTurbo Team
</div>
