diff --git a/.gitignore b/.gitignore index ec608ac7..18b6849c 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/README.md b/README.md index 2b68e274..e89110c5 100644 --- a/README.md +++ b/README.md @@ -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 💻 diff --git a/cache.txt b/cache.txt deleted file mode 100644 index bb14f9f9..00000000 --- a/cache.txt +++ /dev/null @@ -1 +0,0 @@ -logged_in \ No newline at end of file