Xingyao Wang
|
fe736013cc
|
Print with color in controller (#176)
* and color-coded printing action abd obs
* fix langchains agent's observation
* remove color printing from codeact agent
* fix mypy
* fix ruff
* resolve conflict
* fix ruff
|
2024-04-02 13:13:19 +08:00 |
|
Robert Brennan
|
a6f0c066b5
|
Implement Planning (#267)
* add outline of agent
* add plan class
* add initial prompt
* plumb plan through a bit
* refactor state management
* move task into state
* fix errors
* add prompt parsing
* add task actions
* better serialization
* more serialization hacks
* fix fn
* fix recursion error
* refine prompt
* better description of run
* update prompt
* tighter planning mechanism
* prompt tweaks
* fix merge
* fix lint issues
* add error handling for tasks
* add graphic for plans
* remove base_path from file actions
* rename subtask to task
* better planning
* prompt updates for verification
* remove verify field
* ruff
* mypy
* fix actions
|
2024-03-29 11:47:29 -04:00 |
|
Robert Brennan
|
94120f2b5d
|
refactor state management (#258)
* refactor state management
* rm import
* move task into state
* revert change
* revert a few files
|
2024-03-28 15:23:47 -04:00 |
|
Anas DORBANI
|
82c215ed5d
|
Extract logic from init from langchains_agent and codeact_agent (#167)
|
2024-03-28 08:51:21 -04:00 |
|