iGent Concert
/ensemble/client-libraries/

Client Libraries

Current client guidance for Ensemble

New Ensemble integrations should use the Fabric SDK family and the inference/* methods on /rpc.

Current Guidance

Client pathStatusUse for
src/index.tsActive TypeScript integration surfaceFabric-aware local integration and examples
Go service codeActiveEnsemble server and provider adapters
src/client.tsLegacy compatibilityOlder REST-shaped clients
Python/Go REST client examplesLegacy compatibilityHistorical /api/v1/* workflows

1. Discover capabilities with Fabric core methods. 2. List models with inference/models.list. 3. Generate with inference/generate. 4. Use the advertised transport binding for streaming.

See Fabric SDKs for cross-language SDK expectations.