Skip to content
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

Add BaseAgent, EmbodiedAgent, BaseToolAgent, HuggingFaceToolAgent and full and fast test mode (#123) #123

Merged
merged 17 commits into from
Jun 4, 2023

Conversation

lightaime
Copy link
Member

@lightaime lightaime commented May 28, 2023

Please refer to the original paper for more details:

image
  • Refactor EmbodiedAgent.execute_code with CodePrompt.execute.
  • Refactor EmbodiedAgent.get_explanation_and_code with BaseMessage.extract_text_and_code_prompts.

@lightaime lightaime added Agent Related to camel agents Prompt Related to camel prompts workflow Test Example labels May 28, 2023
@lightaime lightaime self-assigned this May 28, 2023
@lightaime
Copy link
Member Author

lightaime commented May 28, 2023

Added fast test mode and full test mode for fixing #120. Not sure if we can turn on different modes when we modify different files.

@lightaime lightaime linked an issue May 28, 2023 that may be closed by this pull request
Copy link
Member

@Benjamin-eecs Benjamin-eecs left a comment

Choose a reason for hiding this comment

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

LGTM!

@hammoudhasan
Copy link
Collaborator

LGTM!

@lightaime lightaime merged commit 86a978e into master Jun 4, 2023
@lightaime lightaime deleted the embodied_agent_hftool_agent branch June 4, 2023 23:56
@lightaime lightaime changed the title Add EmbodiedAgent, ToolAgent, HuggingFaceToolAgent and full and fast test mode Add BaseAgent, EmbodiedAgent, BaseToolAgent, HuggingFaceToolAgent and full and fast test mode (#123) Jun 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Agent Related to camel agents Example Prompt Related to camel prompts Test workflow
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants