From 040598eb246bc110802e366bb323db71d2df31e4 Mon Sep 17 00:00:00 2001 From: Divine Date: Mon, 20 Apr 2026 08:36:12 -0400 Subject: [PATCH] =?UTF-8?q?docs:=20update=20README=20banner=20=E2=80=94=20?= =?UTF-8?q?Python=20SDK=20and=20demos=20have=20landed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The agentwrit-python repo is public with src, tests, and two demos. Banner no longer claims they're "still landing." Co-authored-by: Claude --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b81f8bd..525acbe 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ [![SPIFFE](https://img.shields.io/badge/Identity-SPIFFE-0F9D58)](https://spiffe.io/) > [!IMPORTANT] -> **Building in public.** The broker core is stable and we use it daily, but the Python SDK and demo app are still landing. For anything non-lab, pin to a versioned tag like `v2.0.0` or a commit-pinned digest like `main-899e4ca3` — `:latest` moves with every `main` commit and will change without notice. Issues are welcome; external PRs are paused until the contribution workflow is ready. See [CHANGELOG.md](CHANGELOG.md) for what shipped recently. +> **Building in public.** The broker core and [Python SDK](https://github.com/devonartis/agentwrit-python) are stable and in daily use. For anything non-lab, pin to a versioned tag like `v2.0.0` or a commit-pinned digest like `main-899e4ca3` — `:latest` moves with every `main` commit and will change without notice. Issues are welcome; external PRs are paused until the contribution workflow is ready. See [CHANGELOG.md](CHANGELOG.md) for what shipped recently. ---