Metadata-Version: 2.4
Name: picept
Version: 0.1.1
Summary: AI Agent Reliability Platform - Simulate, test, and optimize AI agents
Author-email: Cyrus Azamfar <cyrus@picept.ai>
Maintainer-email: Cyrus Azamfar <cyrus@picept.ai>
License: MIT
Project-URL: Homepage, https://picept.ai
Project-URL: Documentation, https://docs.picept.ai
Project-URL: Repository, https://github.com/Picept/picept
Project-URL: Bug Reports, https://github.com/Picept/picept/issues
Project-URL: Source, https://github.com/Picept/picept
Keywords: ai,agents,reliability,testing,optimization,simulation,failure-detection,observability
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.8
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 :: Software Development :: Testing
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: System :: Monitoring
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: opentelemetry-api>=1.20.0
Requires-Dist: opentelemetry-sdk>=1.20.0
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc>=1.20.0
Requires-Dist: openinference-instrumentation-langchain>=0.1.0
Requires-Dist: opentelemetry-instrumentation-threading>=0.44b0
Requires-Dist: opentelemetry-instrumentation-asyncio>=0.44b0
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: mypy; extra == "dev"
