Upstream Source
This page is part of Truthound Orchestration 3.x.
Source repository: seadonggyun4/truthound-orchestration
Upstream docs path: docs/api-reference/index.md
Edit upstream page: Edit in orchestration
API Reference¶
Shared Runtime APIs¶
Engine Creation¶
Use create_engine(...) with either a string engine name or an EngineCreationRequest.
Runtime Context¶
Use runtime context objects to describe the platform, connection hints, source descriptors, and zero-config policy.
Source Resolution¶
Supported normalized source kinds:
- dataframe
- local path
- remote URI
- SQL
- callable
- generic object
Compatibility And Preflight¶
These APIs validate engine resolution, serializer readiness, and whether a source needs credentials that have not been supplied.
Result Serialization¶
The shared wire format is the contract that platform packages should build on.