Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement]: Make Code Generation General #21

Open
wiseaidev opened this issue Apr 5, 2024 · 0 comments
Open

[Enhancement]: Make Code Generation General #21

wiseaidev opened this issue Apr 5, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@wiseaidev
Copy link
Contributor

Currently, BackendGPT and FrontendGPT are limited to supporting predefined programming languages such as Python, Rust, and JavaScript.

https://github.com/kevin-rs/kevin/blob/6ae9232db06362224da0e8cc0f45aab0dbcf2d26/src/agents/backend.rs#L107-L161

https://github.com/kevin-rs/kevin/blob/6ae9232db06362224da0e8cc0f45aab0dbcf2d26/src/agents/frontend.rs#L103-L160

To expand language support and enhance flexibility, we propose implementing an initial step. This involves calling the Gemini endpoint to generate a list of setup commands for the code environment. The endpoint should return a comma-separated list of commands. By looping over these commands and executing them sequentially, we can ensure a broader range of languages are supported.

@wiseaidev wiseaidev added enhancement New feature or request good first issue Good for newcomers labels Apr 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant