LICENSE
README.md
pyproject.toml
orchard/__init__.py
orchard.egg-info/PKG-INFO
orchard.egg-info/SOURCES.txt
orchard.egg-info/dependency_links.txt
orchard.egg-info/entry_points.txt
orchard.egg-info/requires.txt
orchard.egg-info/top_level.txt
orchard/app/__init__.py
orchard/app/ipc_dispatch.py
orchard/app/model_registry.py
orchard/app/model_resolver.py
orchard/cli/__init__.py
orchard/cli/main.py
orchard/cli/preload_manifest.py
orchard/clients/__init__.py
orchard/clients/client.py
orchard/clients/moondream.py
orchard/engine/__init__.py
orchard/engine/fetch.py
orchard/engine/global_context.py
orchard/engine/inference_engine.py
orchard/engine/io.py
orchard/engine/multiprocess.py
orchard/formatter/__init__.py
orchard/formatter/control_tokens.py
orchard/formatter/formatter.py
orchard/formatter/multimodal.py
orchard/ipc/__init__.py
orchard/ipc/endpoints.py
orchard/ipc/serialization.py
orchard/ipc/utils.py
orchard/server/__init__.py
orchard/server/app.py
orchard/server/config.py
orchard/server/dependencies.py
orchard/server/exceptions.py
orchard/server/models/__init__.py
orchard/server/models/completions.py
orchard/server/models/embeddings.py
orchard/server/models/reasoning.py
orchard/server/models/tools.py
orchard/server/models/chat/__init__.py
orchard/server/models/chat/format.py
orchard/server/models/chat/logprobs.py
orchard/server/models/chat/output.py
orchard/server/models/chat/request.py
orchard/server/models/chat/tools.py
orchard/server/models/responses/__init__.py
orchard/server/models/responses/format.py
orchard/server/models/responses/output.py
orchard/server/models/responses/request.py
orchard/server/models/responses/streaming.py
orchard/server/models/responses/tools.py
orchard/server/routes/__init__.py
orchard/server/routes/_common.py
orchard/server/routes/chat.py
orchard/server/routes/completions.py
orchard/server/routes/embeddings.py
orchard/server/routes/models.py
orchard/server/routes/responses.py
orchard/server/utils/batching.py
tests/test_e2e_basic.py
tests/test_e2e_batching.py
tests/test_e2e_best_of.py
tests/test_e2e_capabilities.py
tests/test_e2e_client.py
tests/test_e2e_determinism.py
tests/test_e2e_embeddings.py
tests/test_e2e_logprobs.py
tests/test_e2e_multi_candidate.py
tests/test_e2e_multi_token.py
tests/test_e2e_multimodal.py
tests/test_e2e_responses_basic.py
tests/test_e2e_responses_structured.py
tests/test_e2e_responses_tools.py
tests/test_e2e_stop_sequences.py
tests/test_e2e_structured_generation.py
tests/test_e2e_unicode_payload.py