pull/595/head
Your Name 3 months ago
parent c173c0f645
commit 5eaf5a3396

1
.gitignore vendored

@ -22,6 +22,7 @@ Accounting Assistant_state.json
Unit Testing Agent_state.json
sec_agent
Devin_state.json
poetry.lock
hire_researchers
agent_workspace
json_logs

@ -44,9 +44,9 @@ Swarms is an enterprise grade and production ready multi-agent collaboration fra
## Requirements
- `python3.10` or above!
- `.env` file with API keys from your providers like `OPENAI_API_KEY`, `ANTHROPIC_API_KEY`
- Set an ENV Variable with your desired workspace dir: `WORKSPACE_DIR="agent_workspace"`
- `$ pip install -U swarms` And, don't forget to install swarms!
- `.env` file with API keys from your providers like `OPENAI_API_KEY`, `ANTHROPIC_API_KEY`
- Set an `.env` Variable with your desired workspace dir: `WORKSPACE_DIR="agent_workspace"` or do it in your terminal with `export WORKSPACE_DIR="agent_workspace"`
## Install 💻

@ -1 +0,0 @@
logged_in
Loading…
Cancel
Save