Skip to content

Commit bd9cb55

Browse files
todo_manager
1 parent 1115edb commit bd9cb55

File tree

2 files changed

+124
-322
lines changed

2 files changed

+124
-322
lines changed

examples/agents/todo_tools_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ async def main():
2727
- Transportation details with times, costs, parking info
2828
- Weather considerations and backup plans
2929
- Safety information and emergency contacts
30-
""" + get_todo_instruction_tpl(task_range=(3, 5), enforce_workflow=True),
30+
""" + get_todo_instruction_tpl(task_range=(3, 5)),
3131
tools=[todo_manager],
3232
default_options=AgentOptions(max_turns=30)
3333
)

0 commit comments

Comments
 (0)