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

Add a new feature - test and debug to create self-healing code #133

Open
KBB99 opened this issue Aug 4, 2023 · 0 comments
Open

Add a new feature - test and debug to create self-healing code #133

KBB99 opened this issue Aug 4, 2023 · 0 comments

Comments

@KBB99
Copy link

KBB99 commented Aug 4, 2023

Summary

Smol-ai generates a lot of awesome code, but this code cannot be executed for a variety of reasons. I propose creating a test-driven framework where unit tests are written and executed by tester subagents and end to end tests are executed by a meta agent. This will ensure high-quality code that is executable.

Feature Description

I will attempt to build in the learnings from my own projects, self-improving-ai and gpt-action-builder, by specifying that tests must be created for each file, executing these tests and passing the observation of the test execution back to the coding agent for fixes. Perhaps a CAMEL approach with one testing agent and one coding agent would be most effective.

I've begun playing with this and hope to have a pull-request soon. Open to any suggestions about how to structure it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant