微信扫码
添加专属顾问
我要投稿
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-09-03
三重Reward驱动的运维智能体进化:多智能体、上下文工程与强化学习的融合实践
2025-09-03
AI流量入口被抢疯了!友商靠GEO让品牌进入AI推荐TOP3了,你的认知却还停留在把它当AISEO?
2025-09-03
揭秘「零故障」运维:Prophet 时序预测与 AI 模型如何联手驯服服务器风险?
2025-09-03
RAGFlow:让大模型真正读懂公司所有文档的开源 RAG 引擎
2025-09-03
生成式AI超越确定性:企业结构化数据在不确定性管理中的新范式
2025-09-02
初步调研|基于AI的自动化脚本自愈方案
2025-09-02
腾讯 ima 上新:1.11.0 AI播客音色优化和知识库导入网页链接
2025-09-02
阿里云 CIO 蒋林泉:AI 大模型时代,我们如何用 RIDE 实现 RaaS 的首次落地?
2025-08-21
2025-06-21
2025-08-21
2025-08-19
2025-06-07
2025-06-12
2025-06-19
2025-06-13
2025-07-29
2025-06-15
2025-09-03
2025-09-03
2025-09-02
2025-08-28
2025-08-28
2025-08-28
2025-08-28
2025-08-27