Metadata-Version: 2.4
Name: fusionkit-server
Version: 0.10.1
Summary: Internal HTTP sidecar for FusionKit synthesis.
Keywords: fusionkit,model-fusion,llm,ensemble,sidecar,fastapi
Author: Velum Labs
License-Expression: Apache-2.0
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Operating System :: OS Independent
Requires-Dist: fastapi>=0.139.0
Requires-Dist: fusionkit-core==0.10.1
Requires-Dist: uvicorn>=0.51.0
Requires-Dist: uvicorn[standard]>=0.38.0 ; extra == 'server'
Requires-Python: >=3.11
Project-URL: Homepage, https://fusionkit.velum-labs.com
Project-URL: Repository, https://github.com/velum-labs/handoffkit
Project-URL: Documentation, https://fusionkit.velum-labs.com
Provides-Extra: server
Description-Content-Type: text/markdown

# fusionkit-server

Internal synthesis sidecar for FusionKit.

This package exposes only the internal health, trajectory-fusion, native-run,
and tool-resume APIs used by the Node `@fusionkit/cli` process. It does not
provide a public model gateway or direct model passthrough.

The sidecar is started automatically. Maintainers can run it from a checkout
with `uv run --package fusionkit fusionkit-sidecar serve -c <config.yaml>`.
Public OpenAI, Anthropic, Cursor, and model-discovery surfaces are owned by the
Node RouteKit gateway.

Docs: https://fusionkit.velum-labs.com
Repository: https://github.com/velum-labs/handoffkit
