Replies: 5 comments 2 replies
-
|
Incidently im also working on Restaurant Planner as meta-agent (private repo) as sub-project. Meta-agent can generate any Agent, so i chose to experiment with restaurant planner. Started with Shell-based meta-agent. would be happy to collaborate. please reach me out on discord @igordayen thank you |
Beta Was this translation helpful? Give feedback.
-
|
you may want to check Tripper repo, its web-based sofisticated Travel Planner acting as Embabel Agent. Thanks. |
Beta Was this translation helpful? Give feedback.
-
|
See the |
Beta Was this translation helpful? Give feedback.
-
|
Thanks @johnsonr. My understanding is
|
Beta Was this translation helpful? Give feedback.
-
|
hi @pnewhook - curious on business side which business APIs you are using: opentable, yelp, resy, etc? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there an example or guidance on getting more input from a user once an agent has been selected? I'm creating a restaurant recommender that recommends a restaurant based on the preferences and location of the user. It's possible the user won't specify their location. How can I go back to the user to ask their location, then resume the agent flow? I've embedded embabel in a web service, so I can't use any shell functionality. I think this example relies on shell execution, https://github.com/embabel/embabel-agent-examples/blob/main/examples-java/src/main/java/com/embabel/example/handoff/Handoff.java.
Beta Was this translation helpful? Give feedback.
All reactions