首页 时政热点 科技头条 智能AI 安全攻防 数码硬件 开发者生态 汽车 游戏 社会热点 开源推荐 医疗健康 归档 标签 关于

GitHub 热门项目:OS-Copilot

摘要

GitHub项目:OS-Copilot 仓库地址:https://github.com/OS-Copilot/OS-Copilot Stars:1796 | 作者:OS-Copilot 项目描述:An self-improving embodied conversational agent seamlessly integrated into the operating system to aut...

https Copilot github com the img shields with copilot badge
2026-08-27 1 阅读 约6分钟阅读 GitHub Trending
分享:
字号:
GitHub 项目:OS-Copilot 仓库地址:https://github.com/OS-Copilot/OS-Copilot 星级:1796 | 作者:OS-副驾驶 项目描述:一个自我改进的会话代理无缝集成到操作系统中,以自动化我们的日常任务。 =================================================== 自述文件内容: # OS-Copilot:迈向自我改进的多面手计算机代理 [![网站](https://img.shields.io/website?url=https://os-copilot.github.io/)](https://os-copilot.github.io/) [![论文](https://img.shields.io/badge/paper--blue)](https://arxiv.org/pdf/2402.07456.pdf) [![文档](https://img.shields.io/badge/documentation--blue)](https://os-copilot.readthedocs.io/en/latest/) ![Python](https://img.shields.io/badge/python-3.10-blue) [![Discord](https://img.shields.io/discord/1222168244673314847?logo=discord&style=flat)](https://discord.com/invite/rXS2XbgfaD) [![Twitter](https://img.shields.io/twitter/url/https/twitter.com/cloudposse.svg?style=social&label=Follow%20%40oscopilot)](https://twitter.com/oscopilot)

## 🔥 新闻 - _2024.9_: 🎉 现在星期五配备了愿景!尝试新的 [friday_vision](https://github.com/OS-Copilot/OS-Copilot/tree/main/examples/friday_vision)!目前仍在开发中,但预计很快会有更稳定的版本。 - _2024.6_: 🎉 OS-Copilot 的前端界面现已可用。去[frontend](https://github.com/OS-Copilot/OS-Copilot/tree/main/fronted)目录看看吧! - _2024.3_:🎉 OS-Copilot 在 [LLM Agents Workshop](https://llmagents.github.io/)@ICLR 2024 被接受! ## 什么是 OS-Copilot OS-Copilot 是一个开源库,用于构建能够自动与操作系统 (OS) 中的综合元素(包括 Web、代码终端、文件、多媒体和各种第三方应用程序)进行交互的通用代理。 ## ⚡️ 快速入门 1. **克隆 GitHub 存储库:** ```` git 克隆 https://github.com/OS-Copilot/OS-Copilot.git ```` 2. **设置Python环境并安装依赖:** ```` conda create -n oscopilot_env python=3.10 -y conda 激活 oscopilot_env cd OS-副驾驶 pip install -e 。 ```` 3. **设置 OpenAI API 密钥:** 在 [.env](.env) 中配置您的 OpenAI API 密钥。 ```` cp .env_template .env ```` 4. **现在您可以享受乐趣了:** ```` python 快速启动.py ```` \* **FRIDAY 目前仅支持单轮对话**。 ## 🛠️ 教程 | **级别** | **教程** | **描述
这篇文章对您有帮助吗?

订阅66必读

每日精选科技资讯,直达你的邮箱