You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LLM provider lock-in. The Agent class calls the Anthropic API directly. If I want to use OpenAI, Gemini, or a local model, I have to fork your code. Abstract the LLM layer behind a Provider interface with implementations for each vendor.
LLM provider lock-in. The Agent class calls the Anthropic API directly. If I want to use OpenAI, Gemini, or a local model, I have to fork your code. Abstract the LLM layer behind a Provider interface with implementations for each vendor.