Skip to content

Adding a dynamic RAG system to handle build errors#1216

Draft
wenta0g wants to merge 45 commits into
google:mainfrom
wenta0g:main
Draft

Adding a dynamic RAG system to handle build errors#1216
wenta0g wants to merge 45 commits into
google:mainfrom
wenta0g:main

Conversation

@wenta0g

@wenta0g wenta0g commented Jan 13, 2026

Copy link
Copy Markdown
Collaborator

This PR introduces a RAG-based system to handle build errors more effectively. By retrieving previously successful fix snippets ("patch texts") from a database, the agent can reuse past solutions to avoid recurring build issues.

Implementation details:

  1. Under agent, we add a memory_prototyper agent that extends the general workflow of prototyper, but injects historical fix data into the context when compilation fails.

  2. Infrastructure: We add the memory_helper module with utilities to access and connect to cloudSQL instance.

Current Status and Purpose: This PR is a draft to verify that the memory_helper utilities can successfully authenticate and connect to the Cloud SQL instance from the CI/CD environment. It is not ready for review.

@wenta0g

wenta0g commented Jan 13, 2026

Copy link
Copy Markdown
Collaborator Author

/gcbrun exp -n wentao -m vertex_ai_gemini-2-5-pro-chat -ag -b quick-test -ns 1 -- --use-error-memory

@github-actions

Copy link
Copy Markdown

@wenta0g

wenta0g commented Jan 14, 2026

Copy link
Copy Markdown
Collaborator Author

/gcbrun exp -n wentao -m vertex_ai_gemini-2-5-pro-chat -ag -b quick-test -rd -ns 1 -- --use-error-memory

@github-actions

Copy link
Copy Markdown

@wenta0g

wenta0g commented Jan 25, 2026

Copy link
Copy Markdown
Collaborator Author

/gcbrun exp -n wentao -m vertex_ai_gemini-2-5-pro-chat -ag -b minor-for-ci -rd -ns 1 -- --use-error-memory

@github-actions

Copy link
Copy Markdown

@wenta0g

wenta0g commented Jan 27, 2026

Copy link
Copy Markdown
Collaborator Author

/gcbrun exp -n wentao -m vertex_ai_gemini-2-5-pro-chat -ag -b quick-test -rd -ns 5 -- --use-error-memory

@github-actions

Copy link
Copy Markdown

@wenta0g

wenta0g commented Jan 27, 2026

Copy link
Copy Markdown
Collaborator Author

/gcbrun exp -n wentao -m vertex_ai_gemini-2-5-pro-chat -ag -- --use-error-memory

@github-actions

Copy link
Copy Markdown

@wenta0g

wenta0g commented Feb 6, 2026

Copy link
Copy Markdown
Collaborator Author

/gcbrun exp -n wentao -m vertex_ai_gemini-2-5-pro-chat -ag -- --use-error-memory

@github-actions

github-actions Bot commented Feb 6, 2026

Copy link
Copy Markdown

@wenta0g

wenta0g commented Feb 10, 2026

Copy link
Copy Markdown
Collaborator Author

/gcbrun exp -n wentao -m vertex_ai_gemini-2-5-pro-chat -ag -- --use-error-memory

@github-actions

Copy link
Copy Markdown

@iany0

iany0 commented Feb 23, 2026

Copy link
Copy Markdown
Collaborator

/gcbrun exp -n wenqi-include -m vertex_ai_gemini-2-5-pro-chat -ag -b hard -- --use-error-memory --memory-project-filter all

@github-actions

Copy link
Copy Markdown

@iany0

iany0 commented Apr 16, 2026

Copy link
Copy Markdown
Collaborator

/gcbrun exp -n wqrq44 -m vertex_ai_gemini-3-1-pro-chat -ll global -ag -b hard -- --use-error-memory

@github-actions

Copy link
Copy Markdown

@wenta0g

wenta0g commented Apr 18, 2026

Copy link
Copy Markdown
Collaborator Author

/gcbrun exp -n wqrq44run2 -m vertex_ai_gemini-3-1-pro-chat -ll global -ag -b hard -- --use-error-memory

@github-actions

Copy link
Copy Markdown

@wenta0g

wenta0g commented Apr 18, 2026

Copy link
Copy Markdown
Collaborator Author

/gcbrun exp -n wentao-new-target-baseline2 -m vertex_ai_gemini-2-5-pro-chat -ag -b comparison-new

@github-actions

Copy link
Copy Markdown

@wenta0g

wenta0g commented Apr 18, 2026

Copy link
Copy Markdown
Collaborator Author

/gcbrun exp -n wqrq3new -m vertex_ai_gemini-2-5-pro-chat -ag -b comparison-new -- --use-error-memory

@github-actions

Copy link
Copy Markdown

@wenta0g

wenta0g commented Apr 18, 2026

Copy link
Copy Markdown
Collaborator Author

/gcbrun exp -n wqrq2new -m vertex_ai_gemini-2-5-pro-chat -ag -b comparison-new -- --use-error-memory --memory-project-filter exclude-current

@github-actions

Copy link
Copy Markdown

@iany0

iany0 commented Apr 19, 2026

Copy link
Copy Markdown
Collaborator

/gcbrun exp -n wentao-new-target-baseline3 -m vertex_ai_gemini-2-5-pro-chat -ag -b comparison-new

@github-actions

Copy link
Copy Markdown

@iany0

iany0 commented Apr 20, 2026

Copy link
Copy Markdown
Collaborator

/gcbrun exp -n wq-specific -m vertex_ai_gemini-2-5-pro-chat -ag -b hard -- --use-error-memory --memory-project-filter only-current

@github-actions

Copy link
Copy Markdown

@wenta0g

wenta0g commented Apr 21, 2026

Copy link
Copy Markdown
Collaborator Author

/gcbrun exp -n wq-exclude -m vertex_ai_gemini-2-5-pro-chat -ag -b hard -- --use-error-memory --memory-project-filter exclude-current

@github-actions

Copy link
Copy Markdown

@wenta0g

wenta0g commented Apr 21, 2026

Copy link
Copy Markdown
Collaborator Author

/gcbrun exp -n wq-rq3-all -m vertex_ai_gemini-2-5-pro-chat -ag -b hard -- --use-error-memory

@github-actions

Copy link
Copy Markdown

@iany0

iany0 commented Apr 22, 2026

Copy link
Copy Markdown
Collaborator

/gcbrun exp -n wq-specific -m vertex_ai_gemini-2-5-pro-chat -ag -b hard -- --use-error-memory --memory-project-filter only-current --memory-created-before-or-on 2026-03-15

@github-actions

Copy link
Copy Markdown

@iany0

iany0 commented Apr 22, 2026

Copy link
Copy Markdown
Collaborator

/gcbrun exp -n wq-all -m vertex_ai_gemini-2-5-pro-chat -ag -b hard -- --use-error-memory --memory-created-before-or-on 2026-03-15

@github-actions

Copy link
Copy Markdown

@wenta0g

wenta0g commented Apr 22, 2026

Copy link
Copy Markdown
Collaborator Author

/gcbrun exp -n wq-g31-all -m vertex_ai_gemini-3-1-pro-chat -ll global -ag -b hard -- --use-error-memory --memory-created-before-or-on 2026-03-15

@github-actions

Copy link
Copy Markdown

@iany0

iany0 commented Apr 23, 2026

Copy link
Copy Markdown
Collaborator

/gcbrun exp -n wq-exclude -m vertex_ai_gemini-2-5-pro-chat -ag -b hard -- --use-error-memory --memory-project-filter exclude-current --memory-created-before-or-on 2026-03-15

@github-actions

Copy link
Copy Markdown

@iany0

iany0 commented Apr 23, 2026

Copy link
Copy Markdown
Collaborator

/gcbrun exp -n wq-g31-rall -m vertex_ai_gemini-3-1-pro-chat -ll global -ag -b hard -- --use-error-memory --memory-created-before-or-on 2026-03-15

@github-actions

Copy link
Copy Markdown

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

Successfully merging this pull request may close these issues.

2 participants