GithubHelp home page GithubHelp logo

friday-front's Introduction

OS-Copilot: Towards Generalist Computer Agents with Self-Improvement

Website Paper Documentation Python Discord Twitter

๐Ÿ”ฅ News

  • 2024.6: ๐ŸŽ‰ The front-end interface of OS-Copilot is now available. Go check it out in the frontend directory!
  • 2024.3: ๐ŸŽ‰ OS-Copilot is accepted at the LLM Agents Workshop@ICLR 2024!

What is OS-Copilot

OS-Copilot is an open-source library to build generalist agents capable of automatically interfacing with comprehensive elements in an operating system (OS), including the web, code terminals, files, multimedia, and various third-party applications.

โšก๏ธ Quickstart

  1. Clone the GitHub Repository:

    git clone https://github.com/OS-Copilot/OS-Copilot.git
    
  2. Set Up Python Environment and Install Dependencies:

    conda create -n oscopilot_env python=3.10 -y
    conda activate oscopilot_env
    
    cd OS-Copilot
    pip install -e .
    
  3. Set OpenAI API Key: Configure your OpenAI API key in .env.

    cp .env_template .env
    
  4. Now you are ready to have fun:

    python quick_start.py
    

* FRIDAY currently only supports single-round conversation.

๐Ÿ› ๏ธ Tutorial

Level Tutorial Description
Beginner Installation Explore three methods to install FRIDAY.
Beginner Getting Started The simplest demonstration of FRIDAY with a quick_start.py script.
Intermediate Adding Your Tools Adding and removing tools to the FRIDAY.
Intermediate Deploying API Services Demonstrate the deployment of API services for FRIDAY.
Intermediate Example: Automating Excel Tasks Automating Excel control using FRIDAY.
Intermediate Enhancing FRIDAY with Self-Learning for Excel Task Automation Improved Excel control with self-directed learning.
Advanced Designing New API Tools Guides on deploying custom API tools for FRIDAY to extend its functionalities.

๐Ÿ’ป User Interface (UI)

Enhance Your Experience with Our Intuitive Frontend! This interface is crafted for effortless control of your agents. For more details, visit OS-Copilot Frontend.

๐Ÿซ Community

Join our community to connect with other enthusiasts, researchers and developers:

  • Discord: Join our Discord server for real-time discussions and support.
  • Twitter: Follow our Twitter to get latest new or tag us to share your demos!

๐Ÿ‘จโ€๐Ÿ’ปโ€ Contributing

Visit the roadmap to preview what the community is working on and become a contributor!

๐Ÿ›ก Disclaimer

OS-Copilot is provided "as is" without warranty of any kind. Users assume full responsibility for any risks associated with its use, including potential data loss or changes to system settings. The developers of OS-Copilot are not liable for any damages or losses resulting from its use. Users must ensure their actions comply with applicable laws and regulations.

๐Ÿ”Ž Citation

@article{wu2024copilot,
  title={Os-copilot: Towards generalist computer agents with self-improvement},
  author={Wu, Zhiyong and Han, Chengcheng and Ding, Zichen and Weng, Zhenmin and Liu, Zhoumianze and Yao, Shunyu and Yu, Tao and Kong, Lingpeng},
  journal={arXiv preprint arXiv:2402.07456},
  year={2024}
}

๐Ÿ“ฌ Contact

If you have any inquiries, suggestions, or wish to contact us for any reason, we warmly invite you to email us at [email protected].

Star History

Star History Chart

friday-front's People

Contributors

shiinahiiragi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

friday-front's Issues

Possible error in guide

In step 1 you have:

git clone https://github.com/OS-Copilot/FRIDAY
cd FRIDAY/
pip install -r requirement.txt

There is no requirement.txt file, there is requirements.txt. Unless I am missing something...

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.