|
|
1 år sedan | |
|---|---|---|
| .. | ||
| micro | 1 år sedan | |
| README.md | 1 år sedan | |
| __init__.py | 1 år sedan | |
| action_parser.py | 1 år sedan | |
| codeact_agent.py | 1 år sedan | |
| system_prompt.j2 | 1 år sedan | |
| user_prompt.j2 | 1 år sedan | |
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.