From f9a7f4ecdd472c9b00a5baa607547c7b561526f2 Mon Sep 17 00:00:00 2001 From: Oratis Date: Sun, 14 Jun 2026 09:15:59 +0800 Subject: [PATCH] docs: add TakoAPI directory badge --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b0afe884..4a566ee0 100644 --- a/README.md +++ b/README.md @@ -276,6 +276,9 @@ if (response.streaming == true) { ```bash # Optional: Set up a virtual environment + +[![Listed on TakoAPI](https://img.shields.io/badge/Listed%20on-TakoAPI-7c3aed)](https://takoapi.com/agents/2fastlabs-agent-squad) + python -m venv venv source venv/bin/activate # On Windows use `venv\Scripts\activate` pip install agent-squad[aws]