Skip to content

Releases: lanl/arcs

ARCS:gentic Retrieval-Augmented Code Synthesis with Iterative Refinement

29 Apr 18:53

Choose a tag to compare

ARCS turns a question and a codebase into runnable, tested code. It indexes your library with a vector store, breaks the question into function-sized steps, generates code one step at a time with the relevant context retrieved from the index, and then executes a self-written test suite in an isolated sandbox — refining the code until the tests pass.