This folder implements the CodeAct idea (paper, tweet) that consolidates LLM agents’ actions 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:
bash commandPython code with an interactive Python interpreter. This is simulated through bash command, see plugin system below for more details.