Myan V.
Myan V.
Related issue #969 This PR adds chat history logging to the Prototyper agent (and Enhancer as well, since Enhancers inherit from Prototypers). Unlike the initial suggestion in the issue, I...
I ran a few experiments in agentic mode today (with the `--ag` flag) and found that the samples' `log.txt` are not showing the agents' interactions that were logged to the...
Added a basic search functionality to the main index page of the experimental reports. Currently the search criteria only includes the project's name and benchmarks if they exist, but can...
To my understanding, right now while an experiment is running locally with `./run-all-experiments.py`, the results go in the `results` directory (or as specified by the user) whenever they're available. The...
This draft PR writes build_info.json to each sample's directory, containing the Cloud Build ID of each agent instances within each cycle.