[Question] Planning modules #7

Open
opened 2026-02-16 07:16:29 -05:00 by yindo · 2 comments
Owner

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!

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!
Author
Owner

@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?

@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?
Author
Owner

@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.

@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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph-codeact#7