From 398ffb61628f106d1b249129bf77c32108cc82bb Mon Sep 17 00:00:00 2001 From: ccaratelli Date: Fri, 13 Mar 2026 13:12:30 +0100 Subject: [PATCH] Add architecture diagram and docs link to README Include the ASP architecture diagram image and a link to the GitHub Pages documentation site at the top of the README. Co-Authored-By: Claude Opus 4.6 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ad40d55..1f27313 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ **An open protocol for end-to-end agent-to-service transactions — food delivery, ride-hailing, travel, and on-demand services.** +📖 **[Full Documentation](https://prosusai.github.io/agentic-services-protocol/)** + +![ASP Architecture](docs/assets/asp-architecture.png) + ASP defines the full transaction lifecycle for live service marketplaces: provider discovery, catalog browsing, checkout, real-time order tracking, and post-service reviews. For checkout and payment, ASP is compatible with [UCP](https://developers.google.com/merchant/ucp), extending its schemas for live-service needs like fulfillment types, fees, and tips. ## Overview