MCPTurbo - Agent Base Classes and Lifecycle Management
Project description
🤖 Mcpturbo Agents
MCPTurbo - Agent Base Classes and Lifecycle Management
📋 Overview
BaseAgent class, lifecycle, capabilities, registry
📦 Installation
pip install mcpturbo-agents
🚀 Quick Start
# Basic usage example
from mcpturbo_agents import main_component
# Initialize component
component = main_component()
# Use component
result = await component.execute()
print(f"Result: {result}")
🔧 Configuration
# Configuration example
config = {
"setting1": "value1",
"setting2": "value2"
}
component = main_component(**config)
📚 Documentation
🔗 Related Projects
- MCPTurbo Core - Core protocol
- MCPTurbo CLI - Command line interface
- MCPTurbo Complete - Full installation
🤝 Contributing
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
📄 License
This project is licensed under the MIT License - see the LICENSE file for details.
🙏 Acknowledgments
- Part of the MCPTurbo ecosystem
- Built with modern Python best practices
- Inspired by the need for intelligent agent coordination
Made with ❤️ by the MCPTurbo Team
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mcpturbo_agents-1.0.0.tar.gz
(4.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mcpturbo_agents-1.0.0.tar.gz.
File metadata
- Download URL: mcpturbo_agents-1.0.0.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a5f2ff6ebbb79c9705ae21bde18e76788afddeb3cf3b5b87baffad490e64a8bc
|
|
| MD5 |
9ad801e15de3a3b9fe272cde2f11ec66
|
|
| BLAKE2b-256 |
d5fde2075e4b95185115a1fbf6c80183245044da3ff9a39c0aa38bd1b8ecd671
|
File details
Details for the file mcpturbo_agents-1.0.0-py3-none-any.whl.
File metadata
- Download URL: mcpturbo_agents-1.0.0-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b8acda9c72e83c3470b67037dfeb6866e8c2398b943c49d1cb757cc818a470a1
|
|
| MD5 |
ec1fb77d4af57e8607c802efa93ac146
|
|
| BLAKE2b-256 |
795927ffb89c33da73913cc74f61affe58a5f86a6733364ef1d7de72a856f8c7
|