Skip to content

feat: interleave planning and execution steps #9097

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

etorreborre
Copy link
Member

@etorreborre etorreborre commented Jun 6, 2025

This PR properly displays planning and execution steps when they are interleaved:

  • Example 18 can be used locally for development.
  • Example 008 is for demos.

@etorreborre etorreborre requested a review from a team as a code owner June 6, 2025 09:56
@etorreborre etorreborre self-assigned this Jun 6, 2025
| Conflicts:
|	examples/008/images/main/index.html
@etorreborre etorreborre force-pushed the etorreborre/feat/improve-planning-steps-output branch from be69c72 to 155615c Compare June 9, 2025 07:41
@@ -12,9 +12,8 @@ async def main(node):
node=node,
name="henry",
instructions="You are an assistant who solves complex tasks by planning them carefully before solving them.",
planner=CoTPlanner(model=Model(name="deepseek-r1")),
planner=ReActPlanner(model=Model(name="llama3.2")),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A typical example would work better with deepseek, maybe we can leave the default model?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants