Skip to content

Conversation

@wenta0g
Copy link
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
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

@wenta0g
Copy link
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

@wenta0g
Copy link
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

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