From d4a274202fb4b4556f0e78bee585c59391ca7474 Mon Sep 17 00:00:00 2001 From: Bill Easton Date: Sat, 20 Jun 2026 13:59:41 -0500 Subject: [PATCH] Add "Part of the Pydantic Stack" footer to README Links the marketing pages for Pydantic AI, Pydantic Logfire, and Logfire AI Gateway so readers can discover the rest of the stack in one place. UTM params attribute traffic back to this repo. Co-Authored-By: Claude Opus 4.7 (1M context) --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index fdc8277..1300668 100644 --- a/README.md +++ b/README.md @@ -798,6 +798,14 @@ try { See [CONTRIBUTING.md](CONTRIBUTING.md) for development instructions. +## Part of the Pydantic Stack + +The Pydantic Stack is everything you need to ship production-grade AI agents: + +- [Pydantic AI](https://pydantic.dev/pydantic-ai?utm_source=github&utm_medium=readme&utm_campaign=logfire-js) - Type-safe agent framework +- [Pydantic Logfire](https://pydantic.dev/logfire?utm_source=github&utm_medium=readme&utm_campaign=logfire-js) - AI-first, full-stack observability +- [Logfire AI Gateway](https://pydantic.dev/ai-gateway?utm_source=github&utm_medium=readme&utm_campaign=logfire-js) - Unified LLM proxy + ## License MIT