Update ma_swarm.md

pull/1107/head
Aksh Parekh 7 days ago committed by GitHub
parent 4a2e84464b
commit 6bf68ad43a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -23,16 +23,9 @@ To set up and run the M&A Advisory Swarm, follow these steps:
* Python 3.8+ * Python 3.8+
* An Exa API Key (for the `exa_search` tool) * An Exa API Key (for the `exa_search` tool)
### Installation ### Setup
1. **Install dependencies:** **Set up Exa API Key:**
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:**
The `Market & Strategic Analysis Agent` utilizes the `exa_search` tool, which requires an `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: Create a `.env` file in the root directory of your project (or wherever your application loads environment variables) and add your Exa API key:
``` ```

Loading…
Cancel
Save