chore: change the project name

This commit is contained in:
He Tao
2025-04-17 11:17:03 +08:00
parent d709a83144
commit 76fd04df22
13 changed files with 161 additions and 28 deletions

View File

@@ -57,7 +57,7 @@ def planner_node(
for chunk in response:
full_response += chunk.content
logger.debug(f"Current state messages: {state['messages']}")
logger.debug(f"Planner response: {full_response}")
logger.info(f"Planner response: {full_response}")
return Command(
update={