Alex980102

Results 2 comments of Alex980102

Related: I've opened #36 and PR #35 which addresses part of the multi-model support challenge. The issue is that custom `BaseLlm` subclasses from external packages fail in bundled environments (like...

In the meantime, I've published [adk-llm-bridge](https://www.npmjs.com/package/adk-llm-bridge) which enables using 100+ models from different providers (OpenAI, Anthropic, Google, Mistral, Cohere, xAI, DeepSeek, etc.) through [Vercel AI Gateway](https://sdk.vercel.ai/docs/ai-sdk-core/provider-management). ```typescript import { LlmAgent...