Metadata-Version: 2.1
Name: maia_test_framework
Version: 0.2.0
Summary: A pytest-based framework for testing multi AI agents system. It provides a flexible and extensible platform for creating and running complex multi-agent simulations and capturing the results.
Author-email: Radosław Szymkiewicz <szymkiewicz.radoslaw@gmail.com>
License: Apache-2.0
Project-URL: Homepage, https://github.com/radoslaw-sz/maia
Project-URL: Documentation, https://github.com/radoslaw-sz/maia
Project-URL: Repository, https://github.com/radoslaw-sz/maia
Project-URL: Issues, https://github.com/radoslaw-sz/maia/issues
Keywords: ai,agents,testing,llm,multi-agent
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: pytest>=7.0.0
Requires-Dist: pytest-asyncio>=0.21.0
Requires-Dist: pydantic-settings>=2.8.1
Requires-Dist: httpx>=0.28.1
Requires-Dist: structlog>=25.2.0
Requires-Dist: litellm>=1.74.9.post1
Requires-Dist: pytest-json-report>=1.5.0
Requires-Dist: pytest
Requires-Dist: pytest-json-report
Provides-Extra: dev
Requires-Dist: pytest-json-report>=1.5.0; extra == "dev"
Provides-Extra: docs
Requires-Dist: mkdocs>=1.4.0; extra == "docs"
Requires-Dist: mkdocs-material>=9.0.0; extra == "docs"
Requires-Dist: mkdocstrings[python]>=0.20.0; extra == "docs"
Provides-Extra: integrations
