Metadata-Version: 2.4
Name: fusionkit-core
Version: 0.10.1
Summary: Core local model fusion primitives.
Keywords: fusionkit,model-fusion,llm,ensemble,synthesis
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: httpx>=0.28.1
Requires-Dist: opentelemetry-api>=1.43.0
Requires-Dist: opentelemetry-exporter-otlp-proto-http>=1.43.0
Requires-Dist: opentelemetry-sdk>=1.43.0
Requires-Dist: pydantic>=2.12.5
Requires-Dist: pyyaml>=6.0.3
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
Description-Content-Type: text/markdown

# fusionkit-core

Core Python primitives for FusionKit model fusion.

This package owns fusion policy, prompts, judge/synthesis behavior, run records,
and one neutral OpenAI-compatible RouteKit client. RouteKit owns provider
accounts, credentials, retries, balancing, and pricing.

Most users should install `@fusionkit/cli`; import `fusionkit-core` directly
only when developing the internal synthesis sidecar.

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