Our current coding agent uses the genai SDK, making it primarily suitable for Gemini family models. As we consider expanding our fallback options to include open models or models from other families (e.g., GPT, Anthropic), this Gemini-specific executor presents a limitation.
To be flexible with model family, lets build a platform native code executor that will:
- Integrate and utilize open-source models effectively
- Support models from various providers without being constrained by a single SDK
We can look at options like Modal, Daytona, or E2B as potential open code executors.
Refs #591
cc @01painadam @jterry64 @yellowcap
Our current coding agent uses the genai SDK, making it primarily suitable for Gemini family models. As we consider expanding our fallback options to include open models or models from other families (e.g., GPT, Anthropic), this Gemini-specific executor presents a limitation.
To be flexible with model family, lets build a platform native code executor that will:
We can look at options like Modal, Daytona, or E2B as potential open code executors.
Refs #591
cc @01painadam @jterry64 @yellowcap