Skip to content

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
wants to merge 22 commits into from
Closed

Conversation

AmPaschal
Copy link
Collaborator

Creating this PR to run cloud experiments.
I will close or update its content when I am done.

AmPaschal added 20 commits May 21, 2025 13:59
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.
…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.
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.
This commit also modifies the prototyper and other relevant code to fetch analyzer result from a specific relative path identified by a CLI argument.
@AmPaschal AmPaschal marked this pull request as draft June 3, 2025 14:24
@AmPaschal
Copy link
Collaborator Author

/gcbrun exp -n pamusuo-03a -- --rel-path arch-v1

@AmPaschal
Copy link
Collaborator Author

/gcbrun exp -n pamusuo-01a -- --rel-path arch-v1

@AmPaschal
Copy link
Collaborator Author

/gcbrun exp -n pamusuo-03a -- --rel-path arch-v2 -ag --model vertex_ai_gemini-1-5-chat

@AmPaschal AmPaschal closed this Jun 11, 2025
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.

1 participant