[Feature Request]: SVAMP for Reflexion #126
Labels
add-benchmark
Adding support for a benchmark
enhancement
New feature or request
good first issue
Good for newcomers
Milestone
Feature Description
The Reflexion implementation only has the supported prompts.
Add relevant prompts and logic to the current Reflexion implementation. You'll see that an agent's current structure is divided into
cog/agent
,cog/modules
, andcog/functional/
. This task will require you to modifycog/prompts
but also possibly edit/test your code in all the other relevant modulescog/functional
andcog/agent
.Checklist:
tmp.ipynb
in the root directory, showcasing the agent ran on a sample query from the benchmarkFigure 1. Printing out the prompt/output. I include the text "PROMPT AGENT" and "PROMPT AGENT OUT" with the delimiters to easily distinguish which function this prompt/output is from.
Check out the project lifecycle document.
Feel free to ask questions on Slack in the respective PR channel if you're confused! Good luck! 😎
Reason
No response
The text was updated successfully, but these errors were encountered: