From 3dc285e693074e350e22a4c0d298c7421efcd7df Mon Sep 17 00:00:00 2001 From: Kyle Eaton Date: Tue, 24 Mar 2026 22:22:56 -0400 Subject: [PATCH] Add UTM parameters to links in README Updated links in README to include UTM parameters for tracking. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c484fb4..fb7a968 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Confirm dash is running at [http://localhost:8000/docs](http://localhost:8000/do ## Connect to the Web UI -1. Open [os.agno.com](https://os.agno.com) and login +1. Open [os.agno.com](https://os.agno.com/?utm_source=github&utm_medium=example-repo&utm_campaign=agent-example&utm_content=dash&utm_term=agentos) and login 2. Add OS → Local → `http://localhost:8000` 3. Click "Connect" @@ -244,5 +244,5 @@ python -m dash # CLI mode - [OpenAI's In-House Data Agent](https://openai.com/index/inside-our-in-house-data-agent/) — the inspiration - [Self-Improving SQL Agent](https://www.ashpreetbedi.com/articles/sql-agent) — deep dive on an earlier architecture -- [Agno Docs](https://docs.agno.com) -- [Discord](https://agno.com/discord) +- [Agno Docs](https://docs.agno.com/?utm_source=github&utm_medium=example-repo&utm_campaign=agent-example&utm_content=dash&utm_term=docs) +- [Discord](https://agno.com/discord?utm_source=github&utm_medium=example-repo&utm_campaign=agent-example&utm_content=dash&utm_term=discord)