Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved readbility #29

Closed
wants to merge 4 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ We have now implemented three agents in OpenAgents, and we host them on [demo](h
2. Plugins Agent with 200+ daily tools;
3. Web Agent for autonomous web browsing.

OpenAgents can analyze data, call plugins, control your browser as ChatGPT Plus, but with OPEN Code for
OpenAgents can analyze data, call plugins, and control your browser as ChatGPT Plus, but with OPEN Code for
1. Easy deployment
2. Full stack
3. Chat Web UI
4. Agent methods
5. …


OpenAgents enables general users to interact with agent functionalities through a web UI optimized for swift responses and common failures, while offering developers and researchers a seamless deployment experience on local setups, providing a foundation for crafting innovative language agents and facilitating real-world evaluations.
We elucidate both the challenges and promising opportunities, aspiring to set a foundation for future research and development of real-world language agents.
Expand All @@ -68,7 +68,7 @@ We elucidate both the challenges and promising opportunities, aspiring to set a

## 💻 Localhost Deployment

We've released the OpenAgents platform code. Feel free to deploy on your own localhost!
We've released the OpenAgents platform code. Feel free to deploy it on your localhost!

Here is a brief system design of OpenAgents:
<div align="center">
Expand Down Expand Up @@ -100,7 +100,7 @@ With its proficiency in writing and executing code, Data Agent simplifies a wide
</div>

<details>
<summary>Click to see more use case screenshots</summary>
<summary>Click here to see more use case screenshots</summary>
<div align="center">
<img src="pics/data_agent_demo.png" width="784"/>
</div>
Expand Down