Skip to content

Moving Agents Out of Froggy #44

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

Merged
merged 29 commits into from
Feb 5, 2025
Merged

Moving Agents Out of Froggy #44

merged 29 commits into from
Feb 5, 2025

Conversation

xingdi-eric-yuan
Copy link
Collaborator

@xingdi-eric-yuan xingdi-eric-yuan commented Feb 5, 2025

Need to merge #42 first.

  1. Removing CoT and Tadpole agents.
  2. Moving agents from froggy to outside.
  3. Renaming AgentZeroShot -> PdbAgent, AgentZeroShot_NoPDB -> RewriteOnly, AgentZeroShot_PdbAfterRewrites -> PdbAfterRewrites.

@xingdi-eric-yuan xingdi-eric-yuan force-pushed the move_agents branch 2 times, most recently from d819abf to 500eba4 Compare February 5, 2025 13:59
scripts/run.py Outdated
Comment on lines 96 to 101
case "pdb_agent":
from agent import PdbAgent as agent_class
case "rewrite_only":
from agent import RewriteOnly as agent_class
case "pdb_after_rewrites":
from agent import PdbAfterRewrites as agent_class
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This assumes we are running the script from the root of the repo. Also, this assumes there's no python library called agent installed on the system. That's okay with me, I don't know what's the proper to deal with that setup.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe rename agent -> example_agent so these example code can coexist with users' agents.

@xingdi-eric-yuan xingdi-eric-yuan merged commit cd29bb2 into main Feb 5, 2025
4 checks passed
@xingdi-eric-yuan xingdi-eric-yuan deleted the move_agents branch February 5, 2025 19:11
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