From 6bf68ad43ae81830d236e0b9285e5d857bdae0ed Mon Sep 17 00:00:00 2001 From: Aksh Parekh Date: Thu, 2 Oct 2025 18:20:10 -0700 Subject: [PATCH] Update ma_swarm.md --- docs/examples/ma_swarm.md | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/docs/examples/ma_swarm.md b/docs/examples/ma_swarm.md index 455525f1..a016a6b3 100644 --- a/docs/examples/ma_swarm.md +++ b/docs/examples/ma_swarm.md @@ -23,16 +23,9 @@ To set up and run the M&A Advisory Swarm, follow these steps: * Python 3.8+ * An Exa API Key (for the `exa_search` tool) -### Installation +### Setup -1. **Install dependencies:** - The `ma_advisory.py` script relies on several libraries. These can be installed using the `requirements.txt` file located at the root of your project: - ```bash - pip install -r requirements.txt - ``` - This will install `httpx`, `python-dotenv`, `loguru`, and other necessary packages. - -2. **Set up Exa API Key:** + **Set up Exa API Key:** The `Market & Strategic Analysis Agent` utilizes the `exa_search` tool, which requires an `EXA_API_KEY`. Create a `.env` file in the root directory of your project (or wherever your application loads environment variables) and add your Exa API key: ``` @@ -635,4 +628,4 @@ By chaining these specialized agents, the M&A Advisory Swarm provides an end-to- | 🐦 Twitter | [@kyegomez](https://twitter.com/kyegomez) | Latest news and announcements | | 👥 LinkedIn | [The Swarm Corporation](https://www.linkedin.com/company/the-swarm-corporation) | Professional network and updates | | 📺 YouTube | [Swarms Channel](https://www.youtube.com/channel/UC9yXyitkbU_WSy7bd_41SqQ) | Tutorials and demos | -| 🎫 Events | [Sign up here](https://lu.ma/5p2jnc2v) | Join our community events | \ No newline at end of file +| 🎫 Events | [Sign up here](https://lu.ma/5p2jnc2v) | Join our community events |