Skip to content

Commit

Permalink
Merge pull request EmergenceAI#114 from EmergenceAI/dev
Browse files Browse the repository at this point in the history
Add link to cloud offering and benchmark paper branch and install script fix
  • Loading branch information
teaxio authored Nov 21, 2024
2 parents 4ab6b9e + c6771fa commit 23f975b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Agent-E
📚 [Cite paper](https://arxiv.org/abs/2407.13032)
**[Try our cloud version](https://www.emergence.ai/web-automation-api)**

[Discord](https://discord.gg/wgNfmFuqJF)    [Cite paper](https://arxiv.org/abs/2407.13032) _Note: The WebVoyager validation used [nested_chat_for_hierarchial_planning branch](https://github.com/EmergenceAI/Agent-E/tree/nested_chat_for_hierarchial_planning) and GPT4-Turbo_


Agent-E is an agent based system that aims to automate actions on the user's computer. At the moment it focuses on automation within the browser. The system is based on on [AutoGen agent framework](https://github.com/microsoft/autogen).
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ fi
new_env_file_created=false
if [ ! -f .env ]; then
echo "📝 Creating .env file..."
cp .env-example .env
cp .check-env-example .env
new_env_file_created=true
fi

Expand Down

0 comments on commit 23f975b

Please sign in to comment.