Commit History

add tests for routing
174b3b0

Pedro commited on

update the prompt descriptions and remove unused tool descriptions
4a3fc36

Pedro commited on

store project directory as an absolute Path
98627c7

Pedro commited on

enforce 120-character line limit across prompts and tool descriptions
b0b89d0

Pedro commited on

remove validation from system and update references
52ecfc9

Pedro commited on

fix linting and formatting with ruff
4997b06

Pedro commited on

add auto-approve-plan argument as an option to automate approval of plan reviews
54edd3b

Pedro commited on

clean descriptions
56826f5

Pedro commited on

'add deepinfra/fp4' as a provider
9bd7e71

Pedro commited on

reorder nodes for readability without behavior changes
89804df

Pedro commited on

simplify tool project path access and clean descriptions
fbca07e

Pedro commited on

restructure system(former runtime) folder and update references
9febf4f

Pedro commited on

reorganize project structure
09e0e4a

Pedro commited on

reorganize workflow modules and fix imports
f60e55e

Pedro commited on

refactor code
0cc127a

Pedro commited on

enable the configuration of model providers
3534f45

Pedro commited on

add sqlite persistence for langgraph state
79514f9

Pedro commited on

add workflow run metadata persistence
cdb6539

Pedro commited on

add summary history for coder and tester
212bccc

Pedro commited on

break consecutive coder invalid responses loop, terminating the workflow
3641dc7

Pedro commited on

improve prompts for workflow
43a0952

Pedro commited on

change execute_proces to terminate process group after timeout
f33f7d1

Pedro commited on

add uv build tool for the tester agent
646d901

Pedro commited on

add bypass interruption to automate approval
55f8ef7

Pedro commited on

fix human in the loop interruption issue
a668051

Pedro commited on

add in-memory checkpoint saver and migrate folder creation process
06e1bfa

Pedro commited on

integrate prepare_planner_revision_node and planner_node
c7e8a85

Pedro commited on

add prepare_planner_revision_node
8e02baf

Pedro commited on

add human plan review node
17c1c14

Pedro commited on

add prepare_plan_review_node
d2e8017

Pedro commited on

fix minor issues
88750f0

Pedro commited on

format and fix minor issues due to the transition nodes
2bf281f

Pedro commited on

add the prepare_code_repair node and update graph
0707f61

Pedro commited on

add transition node for context preparation from coder to tester
9bcb18b

Pedro commited on

add transition node for context preparation between planner and coder
e9b9bfd

Pedro commited on

improve description of some TesterSummary fields and fix other minor details
0450a06

Pedro commited on

add tool tester_run_project_verification and validation to enforce that the verifications occur before moving to the next node
fccd7f6

Pedro commited on

improve planner prompt to forbid the creation of any file outside of the project directory
f8fbe60

Pedro commited on

add coder retry loop and coder persistent data rule
b40eaae

Pedro commited on

add auto tester retry loop and annotate std input
c6231ab

Pedro commited on

add tester_run_verification_command to tester; update tester summary fields description, and related
ea15e09

Pedro commited on

add coder's and tester's states to facilitate routing
96e57e5

Pedro commited on

expand coder working scope
e9e55ec

Pedro commited on

fix graph
01c9843

Pedro commited on

defining routes, improving graph and other work related to tester node
76e192b

Pedro commited on

modifying tools for reuse
e526aa8

Pedro commited on

starting to work on tester node and consolidating some tools into a shared folder for reuse.
878b473

Pedro commited on

validate tool inputs with reusable pydantic types
c706455

Pedro commited on

remove factory from coder and planner nodes
a9561a2

Pedro commited on

tie up code and start working on the tester node
ee30fd7

Pedro commited on