-
Notifications
You must be signed in to change notification settings - Fork 190
WIP: Integrate fa result wo main #1081
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This commit includes the following tasks: - implements a function analyzer agent using the ADK library. - implements a function that gets a function's source using the FuzzIntrospector API. - Provides this function as a tool to the function analyzer agent. - Adds basic prompt templates for the agent. - Creates a test file that can be used to access the agent independently.
…nction-analyzer-main
…s-fuzz-gen into introspector-tool
…s not need to perform any operation while waiting for results from the agent.
This commit refactors the agentic workflow so that the function's source is retrieved deterministically and included in the agemt. The prompts are also more specific on what requirements should be extracted.
…s-fuzz-gen into introspector-tool
First, the context retriever agent retrieves the source code of the function and its children for analysis. Then, the requirements extractor agent
…raw result and the list of requirements. The commit also updates function_analyzer_test to process multiple benchmarks in a provided file and write the results to a results file.
…trospector-tool
…alysis result to google cloud storage.
…nalyzer to get the model name dynamically.
…z-gen into upload-function-analysis-result
…rototyper's prompt.
This commit also modifies the prototyper and other relevant code to fetch analyzer result from a specific relative path identified by a CLI argument.
/gcbrun exp -n pamusuo-03a -- --rel-path arch-v1 |
/gcbrun exp -n pamusuo-01a -- --rel-path arch-v1 |
/gcbrun exp -n pamusuo-03a -- --rel-path arch-v2 -ag --model vertex_ai_gemini-1-5-chat |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Creating this PR to run cloud experiments.
I will close or update its content when I am done.