SivilTaram / OpenAgents

OpenAgents: An Open Platform for Language Agents in the Wild

Home Page:https://arxiv.org/abs/2310.10634

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenAgents Paper Online Demos XLangNLPLab User Manual License: apache-2-0 GitHub Stars Open Issues Twitter Follow Join Slack Discord

Current language agent frameworks aim to facilitate the construction of proof-of-concept language agents while neglecting the non-expert user access to agents and paying little attention to application-level designs. We built OpenAgents, an open platform for using and hosting language agents in the wild of everyday life.

We have now implemented three agents in OpenAgents, and we host them on demo for free use!

  1. Data Agent for data analysis with Python/SQL and data tools;
  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

  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.

๐Ÿ”ฅ News

  • [2023, Oct 18] Try out our Lemur, the SOTA and open-sourced foundation models for language agents, matching ChatGPT on 15 agent tasks!
  • [2023, Oct 17] Check out the OpenAgents paper here!
  • [2023, Oct 13] We've released OpenAgents platform code for all three agents, server backend and frontend! Feel free to setup your localhost one, and play with OpenAgents!
  • [2023, Aug 17] Our platform has officially reached 500 users! ๐Ÿš€
  • [2023, Aug 8] We've released OpenAgents demos, including Data, Plugins, and Web agents! Check tutorials and use cases!

๐Ÿ’ป Localhost Deployment

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

Here is a brief system design of OpenAgents:

Please check the following folders and README files to set up & localhost:

  1. backend: the flask backend to host our three agents.
  2. frontend: the frontend UI and webbot chrome extension.

๐Ÿฅ‘ OpenAgents

We built three real-world agents with chat-based web UI (check OpenAgents demos). Here is a brief overview of our OpenAgents framework. You can find more details about concepts & designs in our documentation.

Data Agent

Data Agent is a comprehensive toolkit designed for efficient data operations. It provides capabilities to:

  • ๐Ÿ” Search: Quickly locate the data you need.
  • ๐Ÿ› ๏ธ Handle: Streamline data acquisition and processing.
  • ๐Ÿ”„ Manipulate: Modify data to suit specific requirements.
  • ๐Ÿ“Š Visualize: Represent data in a clear and insightful manner.

With its proficiency in writing and executing code, Data Agent simplifies a wide range of data-centric tasks. Discover its potential through various use cases.

Click to see more use case screenshots

Plugins Agent

Plugins Agent seamlessly integrates with over 200 third-party plugins, each handpicked to enrich various facets of your daily life. With these plugins at its disposal, the agent empowers you to tackle a wide range of tasks and activities more efficiently.

๐Ÿ”Œ Sample Plugins Include:

  • ๐Ÿ›๏ธ Shopping: Klarna Shopping
  • โ˜๏ธ Weather: XWeather
  • ๐Ÿ”ฌ Scientific Exploration: Wolfram Alpha

Combined Plugin Usage

Harness the power of synergy! Plugins Agent supports the concurrent use of multiple plugins. Planning a trip? Seamlessly integrate functionalities from Klook, Currency converter, and WeatherViz.

Auto Plugin Selection

Simplify your choices with our Auto Plugin Selection feature. Let the agent intuitively search and suggest the best plugins tailored to your needs.

Dive into more use cases to see Plugins Agent in action.

Click to see more use case screenshots

Web Agent

Web Agent harnesses the power of a Chrome extension to navigate and explore websites automatically. This agent streamlines the web browsing experience, making it easier to find relevant information, access desired resources, and so on.

Examples of What Web Agent Can Do:

  • ๐Ÿ“ Google Maps Navigation: Planning a journey? Simply relay your starting point and destination to Web Agent. It will navigate Google Maps for you and present the best routes.
  • ๐Ÿฆ Twitter Postings: Engage in a conversation with Web Agent and wish to share something on Twitter? Mention the content, and Web Agent will handle your tweet effortlessly.
  • ๐Ÿ“ Google Form Assistance: Need to sign up for an event or activity? Share the Google Form link and the required details. Web Agent will populate the form for you.

Witness the full potential of Web Agent in these use cases.

Click to see more use case screenshots

๐Ÿ“– Documentation

Please check here for full documentation, which will be updated to stay in pace with the demo changes and the code release.

๐Ÿ‘ Contributing

Thanks to open-sourced communitiesโ€™ efforts, such as LangChain, ChatBot UI, Taxy.ai browser extension and others. We are able to build our interface prototype much more conveniently and efficiently.

We welcome contributions and suggestions, together we move further to make it better!

  • ๐Ÿ› Post an issue if you encounter any problems during your experience, or if you want to add any additional features.
  • ๐Ÿ•น Directly contribute to our repo by creating a Pull Request. Together we can make OpenAgents better!
  • โญ Give us a star, follow us on Twitter, share your own examples, and share with your friends!

For detailed information on how to contribute, see here.

๐Ÿง™โ€Participants

Tech Lead

Co-Lead Contributors

Key Contributors

Valuable Contributors

Acknowledgements (beyond code)

Heartfelt appreciation to Ziyi Huang, Roxy Rong, Jansen Wong, and Chen Henry Wu for their valuable contributions to the OpenAgents. Their expertise and insights were instrumental in bringing this project to fruition!

Open Source Contributors

Thanks to all the contributors!

Citation

If you find our work helpful, please cite us:

@misc{OpenAgents,
      title={OpenAgents: An Open Platform for Language Agents in the Wild}, 
      author={Tianbao Xie and Fan Zhou and Zhoujun Cheng and Peng Shi and Luoxuan Weng and Yitao Liu and Toh Jing Hua and Junning Zhao and Qian Liu and Che Liu and Leo Z. Liu and Yiheng Xu and Hongjin Su and Dongchan Shin and Caiming Xiong and Tao Yu},
      year={2023},
      eprint={2310.10634},
      archivePrefix={arXiv},
      primaryClass={cs.CL}
}

โญ๏ธ Star History

Star History Chart

A โญ๏ธ to OpenAgents is to make it shine brighter and benefit more people.

About

OpenAgents: An Open Platform for Language Agents in the Wild

https://arxiv.org/abs/2310.10634

License:Apache License 2.0


Languages

Language:Python 51.3%Language:TypeScript 47.9%Language:CSS 0.3%Language:JavaScript 0.2%Language:Shell 0.2%