Metadata-Version: 2.4
Name: opencontext-api
Version: 1.0.0
Summary: FastAPI adapter for OpenContext Runtime
Author: OpenContext Runtime maintainers
License-Expression: MIT
Project-URL: Homepage, https://github.com/CesarMSFelipe/OpenContext-Runtime
Project-URL: Documentation, https://github.com/CesarMSFelipe/OpenContext-Runtime#readme
Project-URL: Issues, https://github.com/CesarMSFelipe/OpenContext-Runtime/issues
Project-URL: Source, https://github.com/CesarMSFelipe/OpenContext-Runtime
Keywords: ai,llm,context-engineering,fastapi,security
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Framework :: FastAPI
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Internet :: WWW/HTTP :: HTTP Servers
Classifier: Topic :: Security
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: fastapi<0.136.3,>=0.110
Requires-Dist: httpx>=0.27
Requires-Dist: idna>=3.15
Requires-Dist: opencontext-core>=0.1.0
Requires-Dist: opencontext-profiles>=0.1.0
Requires-Dist: starlette>=1.0.1
Dynamic: license-file

# opencontext-api

FastAPI adapter for OpenContext Runtime.

Use this package when a non-Python host needs HTTP endpoints for runtime-first setup and context
preparation:

- `POST /v1/setup`
- `POST /v1/context`
- `GET /v1/traces/{trace_id}`

The API is intentionally thin and delegates context behavior to `opencontext-core`.
