David

Results 15 issues of David

Including one by google Maybe it'd be a good idea to change the name Cool project though

# Description To be brief, on this [docs](https://docs.polar.sh/integrate/sdk/adapters/better-auth) the example on the image is shown. I don't think this is usable because usage is metered server-side, and the authClient is...

content
sdk/better-auth

web-based chat interface for Pydantic AI agents 1. new module `pydantic_ai.ui.web` 2. new method `Agent.to_web()` ### fastapi - `app = create_chat_app(agent)` - the following endpoints come preconfigured: - `GET /`...

awaiting author revision

Fixes #3191 ## Summary Adds support for raw Chain of Thought (CoT) reasoning from OpenAI-compatible implementations like LM Studio and vLLM that emit `ResponseReasoningTextDeltaEvent` and `ResponseReasoningItem.content` events. These events are...

awaiting author revision

Closes #1996 This is an attempt at adding a timestamp field directly on `ModelRequest`. This PR also overrides the `timestamp` in `ModelResponse` that is set to the value returned by...

Fixes #3218 (redundant tools/list calls before every model request) This PR implements smart caching with proper invalidation for MCP server tools and resources: - Only caches when servers advertise `capabilities.tools.listChanged`...

awaiting author revision

- Fixes the wrongly formatted note (I believe I introduced that, sorry for that). - Clarifies that `FallbackModel` doesn't fall back on `ValidationError`s -> opens up a discussion for whether...

awaiting author revision

Clarify that agents can be produced by a factory function if preferred.

awaiting author revision

## Summary Implements a `dump_messages()` @classmethod for the [VercelAIAdapter](./pydantic_ai_slim/pydantic_ai/ui/vercel_ai/_adapter.py) to convert Pydantic AI messages to Vercel AI format, enabling export of agent conversation history from Pydantic AI to Vercel AI...

awaiting author revision