Metadata-Version: 2.4
Name: visceral_devs
Version: 0.1.0
Summary: Visceral Python SDK — runtime optimization layer for AI agents
License: Apache-2.0
Project-URL: Homepage, https://visceral.ai
Project-URL: Source, https://github.com/visceral-ai/visceral-core
Project-URL: Bug Tracker, https://github.com/visceral-ai/visceral-core/issues
Keywords: ai,llm,optimization,agents,openai
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: httpx>=0.27
Requires-Dist: cryptography>=42.0
Requires-Dist: wrapt>=1.16
Requires-Dist: opentelemetry-api>=1.27
Requires-Dist: opentelemetry-sdk>=1.27
Requires-Dist: opentelemetry-exporter-otlp-proto-http>=1.27
Requires-Dist: openinference-instrumentation-openai>=0.1.18
Provides-Extra: dev
Requires-Dist: pytest>=8.0; extra == "dev"
Requires-Dist: pytest-asyncio>=0.23; extra == "dev"
Requires-Dist: ruff>=0.5; extra == "dev"
Requires-Dist: openai>=1.40; extra == "dev"
Requires-Dist: build>=1.0; extra == "dev"
Requires-Dist: twine>=5.0; extra == "dev"
