微信扫码
添加专属顾问
我要投稿
GPT Computer Assistant 是一个基于 GPT-4o 的智能电脑助手,支持 Windows,macOS 和 Linux 平台。它的目标是作为 Windows 平台上 Copilot 的替代品。
目前 GPT Computer Assistant 支持以下功能:
安装 GPT Computer Assistant 前,需要确保本地 Python 的版本高于 3.9。
pip3 install 'gpt-computer-assistant[base]'
pip3 install 'gpt-computer-assistant[agentic]'
from gpt_computer_assistant import Agent, start
manager = Agent(
role='Project Manager',
goal='understands project needs and assist coder',
backstory="""You're a manager at a large company.""",
)
coder = Agent(
role='Senior Python Coder',
goal='writing python scripts and copying to clipboard',
backstory="""You're a python developer at a large company.""",
)
start()
from gpt_computer_assistant import Tool, start
@Tool
def sum_tool(first_number: int, second_number: int) -> str:
"""Useful for when you need to sum two numbers together."""
return first_number + second_number
start()
GPT Computer Assistant 支持 API 的形式运行,以满足远程操作的场景。
pip3 install 'gpt-computer-assistant[base]'
pip3 install 'gpt-computer-assistant[api]'
computerassistant --api
from gpt_computer_assistant.remote import remote
output = remote.input("Hi, how are you today?", screen=False, talk=False)
print(output)
remote.just_screenshot()
remote.talk("TTS test")
# Other Functionalities
remote.reset_memory()
remote.profile("default")
remote.enable_predefined_agents()
remote.disable_predefined_agents()
remote.enable_online_tools()
remote.disable_online_tools()
https://github.com/onuratakan/gpt-computer-assistant
53AI,企业落地大模型首选服务商
产品:场景落地咨询+大模型应用平台+行业解决方案
承诺:免费POC验证,效果达标后再合作。零风险落地应用大模型,已交付160+中大型企业
2025-10-27
Claude Code接入飞书mcp,保姆级教程来啦
2025-10-27
GLM-4.6:355B参数的AI巨兽,代码能力爆表,推理性能全面升级,国产AI的新突破!
2025-10-27
放弃ES+Mongo,如何用Milvus一套系统搞定千万用户视频检索*关键词
2025-10-27
AIO Sandbox:为 AI Agent 打造的一体化、可定制的沙箱环境
2025-10-27
豆包视频生成模型1.0 pro fast正式发布:提速3倍,价格直降72%
2025-10-27
当AI学会“听”:声音识别到声音理解,AI到底是怎么听懂的?
2025-10-27
LongCat-Video 视频生成模型正式发布,探索世界模型的第一步
2025-10-27
AI出码率70%+的背后:高德团队如何实现AI研发效率的量化与优化
2025-08-21
2025-08-21
2025-08-19
2025-09-16
2025-09-08
2025-10-02
2025-09-17
2025-08-19
2025-09-29
2025-08-20
2025-10-27
2025-10-26
2025-10-25
2025-10-23
2025-10-23
2025-10-22
2025-10-22
2025-10-20