Metadata-Version: 2.4
Name: ai-swarm
Version: 0.1.7
Summary: This is a framework for a multi-agent system
Project-URL: Homepage, https://github.com/yourusername/your-project
Project-URL: Documentation, https://your-project.readthedocs.io
Project-URL: Repository, https://github.com/yourusername/your-project
Project-URL: Issues, https://github.com/yourusername/your-project/issues
Author-email: Riaz Munshi <riaz@pixls.ai>
License: MIT
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.12
Requires-Dist: langchain-google-genai>=3.0.3
Requires-Dist: langchain>=1.0.7
Requires-Dist: langfuse>=3.10.0
Requires-Dist: loguru>=0.7.3
Requires-Dist: python-dotenv>=1.2.1
Description-Content-Type: text/markdown

# Swarm

A general purpose multi-agent system

### Tagging and Publishing

Make sure it matches with the current package

    git tag -a v0.1.0 -m v0.1.0
    git push --tags
