mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-07-15 23:14:36 -05:00
how ai_travel_agent work? #36
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 @david101-hunter on GitHub (Feb 27, 2025).
This code is taken from travel_agent
In my opinion, researcher & planner indeed don't communicate each other.
I have read readme from agno github
I can use
team, right? if yes, how code changes?Thanks for amazing project your!
@Madhuvod commented on GitHub (Mar 17, 2025):
hey @david101-hunter , you are absolutely spot on! thanks for spotting that inconsistency.
fixed the error where the response of researcher is now passed to planer agent here - https://github.com/Shubhamsaboo/awesome-llm-apps/pull/147
else you can even make a team of both of them as you mentioned and run the code
the pr will be merged into the codebase soon, look into the pr until then, Thanks!
@david101-hunter commented on GitHub (Mar 18, 2025):
thanks for your amazing work!
@Shubhamsaboo commented on GitHub (Mar 18, 2025):
Thank you both!!