Skip to content

Commit

Permalink
Modify codeAct paper link (All-Hands-AI#3076)
Browse files Browse the repository at this point in the history
  • Loading branch information
linshaoxin-maker authored Jul 23, 2024
1 parent d92bbd9 commit 800e25e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agenthub/codeact_agent/codeact_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class CodeActAgent(Agent):
### Overview
This agent implements the CodeAct idea ([paper](https://arxiv.org/abs/2402.13463), [tweet](https://twitter.com/xingyaow_/status/1754556835703751087)) that consolidates LLM agents’ **act**ions into a unified **code** action space for both *simplicity* and *performance* (see paper for more details).
This agent implements the CodeAct idea ([paper](https://arxiv.org/abs/2402.01030), [tweet](https://twitter.com/xingyaow_/status/1754556835703751087)) that consolidates LLM agents’ **act**ions into a unified **code** action space for both *simplicity* and *performance* (see paper for more details).
The conceptual idea is illustrated below. At each turn, the agent can:
Expand Down

0 comments on commit 800e25e

Please sign in to comment.