-
Notifications
You must be signed in to change notification settings - Fork 2.2k
add marvin example to samples/python
#106
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
Conversation
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
940ef76 to
89d87d3
Compare
|
hi @kthota-g - sorry for the tag but should be ready when you have a chance |
clean up update link update type readme
clarify
* merge conflict * merge conflict * update readme * small fix * multi turn * improve and fix multiturn clean up update link update type readme * clean up nit * lockfile * update readme * address review comments clarify
sample agent integration with A2A illustrating multi-turn interrogation to extract
ContactInfofrom a userthis example is using marvin, which:
Agent.runmethod that acceptsresult_type: Tso an agent can produce many different structured outputs (usingtools: list[Callable[..., T]]) if desiredpydantic-aiexample usage