From fe7849ab2af533f3722438e39258794213da89ef Mon Sep 17 00:00:00 2001 From: hank-pilot Date: Fri, 29 May 2026 06:15:50 +0000 Subject: [PATCH] feat(docs): add SDK links to getting-started Next steps The getting-started guide's Next steps section linked to Trust, Gateway, Firewalls, and CLI Reference but had no links to the SDK documentation. Users completing the daemon setup had no visible path to programmatic agent queries. - Add Go SDK and Python SDK buttons to Next steps btn-row - Add SDK links to Further reading callout Refs: PILOT-36 --- src/pages/docs/getting-started.astro | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pages/docs/getting-started.astro b/src/pages/docs/getting-started.astro index 649c567..8c597d4 100644 --- a/src/pages/docs/getting-started.astro +++ b/src/pages/docs/getting-started.astro @@ -141,9 +141,11 @@ Daemon running (pid 12345) Gateway Firewalls & Compat Mode CLI Reference + Go SDK + Python SDK
- Further reading: Build a Multi-Agent Network in Five Minutes + Further reading: Build a Multi-Agent Network in Five Minutes · Go SDK · Python SDK