Metadata-Version: 2.4
Name: autopromptlab
Version: 0.2.8
Summary: Multi-agent prompt optimization framework for AI applications
Author: AutoPromptLab Team
License: MIT
Project-URL: Homepage, https://github.com/gim-home/AutoPromptLab
Project-URL: Repository, https://github.com/gim-home/AutoPromptLab
Keywords: prompt,optimization,llm,ai,autogen
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.12
Requires-Dist: autogen-agentchat>=0.7.5
Requires-Dist: autogen-ext[azure,openai]>=0.7.5
Requires-Dist: azure-identity>=1.25.1
Requires-Dist: fastapi>=0.125.0
Requires-Dist: fastmcp>=2.13.3
Requires-Dist: python-dotenv>=1.2.1
Requires-Dist: httpx>=0.24.0
Requires-Dist: click>=8.0.0
Requires-Dist: rich>=13.0.0
Provides-Extra: dev
Requires-Dist: pytest>=7.0.0; extra == "dev"
Requires-Dist: pytest-asyncio>=0.21.0; extra == "dev"
Requires-Dist: ruff>=0.1.0; extra == "dev"
