Documentation
¶
Overview ¶
Package main demonstrates how to create a custom AI provider executor and integrate it with the CLI Proxy API server. This example shows how to: - Create a custom executor that implements the Executor interface - Register custom translators for request/response transformation - Integrate the custom provider with the SDK server - Register custom models in the model registry
This example uses a simple echo service (httpbin.org) as the upstream API for demonstration purposes. In a real implementation, you would replace this with your actual AI service provider.
Click to show internal directories.
Click to hide internal directories.