mirror of
https://github.com/langchain-ai/langgraph-codeact.git
synced 2026-07-25 13:15:35 -04:00
[Question] Planning modules #7
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @austinmw on GitHub (Apr 4, 2025).
Hi, this is a great example of CodeAct which seems to be a part of Manus. Another part seems to be a planning process. Are there any langgraph prebuilt abstractions for this planning process? It would be nice to be able to string together a prebuilt planning component with a CodeAct component. Feature request if nothing available currently!
@vbarda commented on GitHub (Apr 4, 2025):
not yet! but we are thinking of more prebuilts + encourage contributions, if you are interested in adding :)
what would you like this prebuilt planning component to do?
@austinmw commented on GitHub (Apr 4, 2025):
Good question — I'm not really entirely sure yet to be honest. Looking to learn the best current planning architectures.
I guess since longer horizon tasks tend to require more upfront planning, something that acts as a plug-and-play node for this would be nice, but am not sure about the design. Maybe something like creating a TODO list and passing instructions to keep it up to date while completing subtasks?
I think some sort of lightweight router that decides when and when not to do deep planning would also be a good general component to have.