Skip to content

Adding a dynamic RAG system to handle build errors#1216

Draft
wenta0g wants to merge 43 commits intogoogle:mainfrom
wenta0g:main
Draft

Adding a dynamic RAG system to handle build errors#1216
wenta0g wants to merge 43 commits intogoogle:mainfrom
wenta0g:main

Conversation

@wenta0g
Copy link
Copy Markdown
Collaborator

@wenta0g wenta0g commented Jan 13, 2026

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
Copy link
Copy Markdown
Collaborator Author

wenta0g commented Jan 13, 2026

/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
Copy link
Copy Markdown
Collaborator Author

wenta0g commented Jan 14, 2026

/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
Copy link
Copy Markdown
Collaborator Author

wenta0g commented Jan 25, 2026

/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
Copy link
Copy Markdown
Collaborator Author

wenta0g commented Jan 27, 2026

/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
Copy link
Copy Markdown
Collaborator Author

wenta0g commented Jan 27, 2026

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

@github-actions
Copy link
Copy Markdown

@wenta0g
Copy link
Copy Markdown
Collaborator Author

wenta0g commented Feb 6, 2026

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

@github-actions
Copy link
Copy Markdown

github-actions bot commented Feb 6, 2026

@wenta0g
Copy link
Copy Markdown
Collaborator Author

wenta0g commented Feb 10, 2026

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

@github-actions
Copy link
Copy Markdown

@iany0
Copy link
Copy Markdown
Collaborator

iany0 commented Feb 23, 2026

/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
Copy link
Copy Markdown
Collaborator

iany0 commented Mar 17, 2026

/gcbrun exp -n wenqi-rq341 -m vertex_ai_gemini-3-1-pro-chat -ll global -ag -b hard -- --use-error-memory --memory-model-filter vertex_ai_gemini-2-5-pro-chat

@github-actions
Copy link
Copy Markdown

@iany0
Copy link
Copy Markdown
Collaborator

iany0 commented Mar 17, 2026

/gcbrun exp -n wenqi-rq342 -m vertex_ai_gemini-3-1-pro-chat -ll global -ag -b hard -- --use-error-memory --memory-model-filter vertex_ai_gemini-2-5-pro-chat

@github-actions
Copy link
Copy Markdown

@iany0
Copy link
Copy Markdown
Collaborator

iany0 commented Mar 18, 2026

/gcbrun exp -n wenqi-rq343 -m vertex_ai_gemini-3-1-pro-chat -ll global -ag -b hard -- --use-error-memory --memory-model-filter vertex_ai_gemini-2-5-pro-chat

@github-actions
Copy link
Copy Markdown

@iany0
Copy link
Copy Markdown
Collaborator

iany0 commented Mar 20, 2026

/gcbrun exp -n wenqi-rq344 -m vertex_ai_gemini-3-1-pro-chat -ll global -ag -b hard -- --use-error-memory --memory-model-filter vertex_ai_gemini-2-5-pro-chat

@github-actions
Copy link
Copy Markdown

@iany0
Copy link
Copy Markdown
Collaborator

iany0 commented Mar 21, 2026

/gcbrun exp -n wenqi-rq345 -m vertex_ai_gemini-3-1-pro-chat -ll global -ag -b hard -- --use-error-memory --memory-model-filter vertex_ai_gemini-2-5-pro-chat

@github-actions
Copy link
Copy Markdown

@iany0
Copy link
Copy Markdown
Collaborator

iany0 commented Mar 22, 2026

/gcbrun exp -n wenqi-rq346 -m vertex_ai_gemini-3-1-pro-chat -ll global -ag -b hard -- --use-error-memory --memory-model-filter vertex_ai_gemini-2-5-pro-chat

@github-actions
Copy link
Copy Markdown

@iany0
Copy link
Copy Markdown
Collaborator

iany0 commented Mar 22, 2026

/gcbrun exp -n wenqi-rq35 -m vertex_ai_gemini-3-1-pro-chat -ll global -ag -b hard -- --use-error-memory --memory-model-filter vertex_ai_gemini-3-1-pro-chat

@github-actions
Copy link
Copy Markdown

@iany0
Copy link
Copy Markdown
Collaborator

iany0 commented Mar 23, 2026

/gcbrun exp -n wenqi-rq351 -m vertex_ai_gemini-3-1-pro-chat -ll global -ag -b hard -- --use-error-memory --memory-model-filter vertex_ai_gemini-3-1-pro-chat

@github-actions
Copy link
Copy Markdown

@iany0
Copy link
Copy Markdown
Collaborator

iany0 commented Mar 24, 2026

/gcbrun exp -n wenqi-rq352 -m vertex_ai_gemini-3-1-pro-chat -ll global -ag -b hard -- --use-error-memory --memory-model-filter vertex_ai_gemini-3-1-pro-chat

@github-actions
Copy link
Copy Markdown

@iany0
Copy link
Copy Markdown
Collaborator

iany0 commented Apr 15, 2026

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

@github-actions
Copy link
Copy Markdown

@iany0
Copy link
Copy Markdown
Collaborator

iany0 commented Apr 16, 2026

/gcbrun exp -n wqrq2 -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
Copy link
Copy Markdown
Collaborator

iany0 commented Apr 16, 2026

/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

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