-
Notifications
You must be signed in to change notification settings - Fork 36
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
Add pydantic-ai example #152
Conversation
I think just linting; otherwise looks good! |
Done. I don't know why pre-commit run --all locally did not fix lint issues? |
It seems like there's an issue with the lint setup cmd [1] | isort . --check-only
|
Problems seems fixed. Should I merge? |
Thanks! Merged! |
Thanks. Do you publish this? Update the website? I'm not sure I know how to do this. |
Should be automated on merge. See actions |
Can you clarify? That is the text there: |
Ahh. Now I know. Its because the markdown is autogenerated from the .py file. Did not remember that. |
It's based on the docstring. |
Yeah I forgot about that too. Maybe we should leave a comment up top saying |
I created this example to try out pydantic-ai. Then I thought it was worth persisting here.
I cannot install llama-cpp in my development environent. I don't believe I can install linux dependencies to generate screenshots and videos in my environment. Thus I created thumbnail and video manually. Feel free to create via commands.
pydanticai_find_city_agent.mp4
pydantic-ai looks nice. For me the main downside is the very strong integration with logfire for telemetry. Would be very nice to display telemetry directly in the Panel app instead for the internal tools I create.