diff --git a/README.md b/README.md index 8d79033f..607ade4b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # vercel-ai-sdk +> [!WARNING] +> This SDK is **experimental**. It is not stable and is not guaranteed to be maintained in the future. For evaluation purposes only. + A Python version of the [AI SDK](https://ai-sdk.dev/). ## Quick Start @@ -295,7 +298,8 @@ See the `examples/` directory: - `streaming_tool.py` — Tool that streams progress via Runtime - `multiagent.py` — Parallel agents with labels, then summarization - `custom_loop.py` — Custom step with `@ai.stream` -- `mcp.py` — MCP integration (Context7) +- `mcp_tools.py` — MCP integration (Context7) +- `structured_output.py` — Structured output with Pydantic models **Projects**: diff --git a/pyproject.toml b/pyproject.toml index f1d4db78..33278c37 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "vercel-ai-sdk" -version = "0.0.1.dev4" +version = "0.0.1.dev5" description = "The AI Toolkit for Python" readme = "README.md" authors = [