Metadata-Version: 2.4
Name: llm-toolkit-schema
Version: 1.0.1
Summary: The foundational shared event schema for the LLM Developer Toolkit
Project-URL: Homepage, https://github.com/llm-toolkit/llm-toolkit-schema
Project-URL: Documentation, https://llm-toolkit-schema.readthedocs.io
Project-URL: Source, https://github.com/llm-toolkit/llm-toolkit-schema
Project-URL: Bug Tracker, https://github.com/llm-toolkit/llm-toolkit-schema/issues
Project-URL: Changelog, https://llm-toolkit-schema.readthedocs.io/en/latest/changelog.html
Author: LLM Toolkit Team
License: MIT
License-File: LICENSE
Keywords: events,llm,observability,opentelemetry,schema
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
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: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Logging
Classifier: Typing :: Typed
Requires-Python: >=3.9
Provides-Extra: dev
Requires-Dist: httpx>=0.27; extra == 'dev'
Requires-Dist: hypothesis>=6.100; extra == 'dev'
Requires-Dist: jsonschema>=4.21; extra == 'dev'
Requires-Dist: mypy>=1.10; extra == 'dev'
Requires-Dist: pre-commit>=3.7; extra == 'dev'
Requires-Dist: pydantic>=2.7; extra == 'dev'
Requires-Dist: pytest-asyncio>=0.23; extra == 'dev'
Requires-Dist: pytest-benchmark>=4.0; extra == 'dev'
Requires-Dist: pytest-cov>=5.0; extra == 'dev'
Requires-Dist: pytest-xdist>=3.5; extra == 'dev'
Requires-Dist: pytest>=8.0; extra == 'dev'
Requires-Dist: ruff>=0.4.0; extra == 'dev'
Provides-Extra: docs
Requires-Dist: pydata-sphinx-theme>=0.15; extra == 'docs'
Requires-Dist: sphinx>=7.0; extra == 'docs'
Provides-Extra: http
Requires-Dist: httpx>=0.27; extra == 'http'
Provides-Extra: jsonschema
Requires-Dist: jsonschema>=4.21; extra == 'jsonschema'
Provides-Extra: otel
Requires-Dist: opentelemetry-sdk>=1.24; extra == 'otel'
Provides-Extra: pydantic
Requires-Dist: pydantic>=2.7; extra == 'pydantic'
Description-Content-Type: text/markdown

# llm-toolkit-schema
llm-toolkit-schema defines the OpenTelemetry-compatible JSON/OTLP event schema that all Snapforge tools emit and consume. This is the glue that makes the ecosystem composable without custom integration.
