Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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**:

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 = [
Expand Down