GPT
Project description
GPT Computer Assistant
gpt-4o for windows, macos and ubuntu
Documentation
.
Explore the capabilities »
GPT Computer Assistant
Hi, this is an alternative work for providing ChatGPT MacOS app to Windows and Linux. In this way this is a fresh and stable work. You can easily install as Python library for this time but we will prepare a pipeline for providing native install scripts (.exe).
Powered by Upsonic Tiger 🐅 A function hub for llm agents.
Assistant Installation and Run
Needed >= Python 3.9
pip3 install gpt-computer-assistant
computerassistant
Agent Infrastructure | NEW
With this way you can create crewai
agents and using it into gpt-computer-assistant gui and tools.
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()
Adding Custom Tools | NEW
Now you are able to add custom tools that run in the agentic infra and assistant processes.
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()
Usage
Use cases
Roadmap
Feature | Status | Target Release |
---|---|---|
Clear Chat History | Completed | Q2 2024 |
Long Audios Support (Split 20mb) | Completed | Q2 2024 |
Text Inputs | Completed | Q2 2024 |
Just Text Mode (Mute Speech) | Completed | Q2 2024 |
Added profiles (Different Chats) | Completed | Q2 2024 |
More Feedback About Assistant Status | Completed | Q2 2024 |
Local Model Vision and Text (With Ollama, and vision models) | Completed | Q2 2024 |
Our Customizable Agent Infrastructure | Completed | Q2 2024 |
Supporting Groq Models | Completed | Q2 2024 |
Adding Custom Tools | Completed | Q2 2024 |
Click on something on the screen (text and icon) | Completed | Q2 2024 |
New UI | Completed | Q2 2024 |
Native Applications, exe, dmg, appimage | Preparing | Q2 2024 |
DeepFace Integration (Facial Recognition) | Planned | Q2 2024 |
Capabilities
At this time we have many infrastructure elements. We just aim to provide whole things that already in ChatGPT app.
Capability | Description |
---|---|
Screen Read | OK |
Click to and Text or Icon in the screen | OK |
Microphone | OK |
System Audio | OK |
Memory | OK |
Open and Close App | OK |
Open a URL | OK |
Clipboard | OK |
Search Engines | OK |
Writing and running Python | OK |
Writing and running SH | OK |
Using your Telegram Account | OK |
Knowledge Management | OK |
Contributors
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Hashes for gpt_computer_assistant-0.14.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 704c087c3f59f26e155836d294427298d01f86ed8cb20553f35545e05c2231e9 |
|
MD5 | d3aed864166fbe3e6ccfc3aeb73e149c |
|
BLAKE2b-256 | 71383d505bf4667f7eb31e5e7477c736b6a0defae0cda52417fd94cc948e6d26 |