awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
suitedaces avatar

suitedaces/computer-agent

0
View on GitHub↗
583 stars·72 forks·Rust·other·8 vues

Computer Agent

Ce projet est un agent d'automatisation de bureau autonome qui interprète des instructions en langage naturel pour contrôler des applications, des interfaces de navigateur et des terminaux système. Il fonctionne comme un utilitaire multiplateforme conçu pour gérer des workflows complexes en intégrant l'analyse visuelle de l'écran avec la simulation d'entrées au niveau du système.

L'agent se distingue par sa capacité à effectuer des tâches de manière asynchrone, garantissant que les opérations web et terminal s'exécutent en arrière-plan sans interrompre la session utilisateur active ou le focus du bureau. En combinant la vision par ordinateur pour mapper les éléments d'interface avec l'injection d'entrées pilotée par événements, il interagit avec les environnements de bureau comme si un utilisateur humain était présent.

Le système prend en charge l'orchestration multimodale, lui permettant de coordonner les données visuelles et les sorties de terminal textuelles pour exécuter des workflows dans des environnements disparates. Les utilisateurs conservent le contrôle sur ces processus autonomes via des raccourcis clavier globaux, qui permettent de déclencher des commandes spécifiques ou d'arrêter immédiatement les tâches actives.

Features

  • Desktop AI Agents - Interprets natural language instructions to control desktop applications, browser interfaces, and system terminals autonomously.
  • Multi-Modal Component Coordinators - Coordinates visual screen data and terminal outputs to execute complex workflows across disparate environments.
  • AI Command Line Automation - Leverages artificial intelligence to automate command-line interface tasks and streamline terminal-based workflows.
  • Autonomous AI Agents - Provides a framework for self-directed agents that perform complex tasks through natural language and keyboard control.
  • Keyboard and Mouse Input Simulations - Simulates mouse and keyboard hardware events to interact with desktop applications as if a human user were present.
  • Web Task Automations - Automates browser-based workflows and system tasks using protocols and command-line interfaces.
  • Visual Web Task Agents - Automates multi-step web tasks by reasoning over visual state and predicting screen coordinates.
  • Cross-Platform Desktop Automation Libraries - Provides utilities for simulating input and controlling application windows across multiple operating systems.
  • Global Hotkey Managers - Registers system-wide keyboard listeners to trigger agent commands or interrupt processes regardless of the active window.
  • Background Task Runners - Executes web and terminal tasks asynchronously to ensure continuous processing without interrupting the active user session.
  • Global Keyboard Shortcuts - Provides system-wide hotkeys to initiate automation modes, request assistance, or halt active processes.
  • Desktop Automation - Automates repetitive user tasks by capturing screen content and simulating inputs based on natural language instructions.
  • Asynchronous Background Processors - Offloads time-consuming terminal and browser tasks to background processes to maintain desktop responsiveness.
  • Desktop Application Workflows - Automates data movement and sequences across disparate desktop software and web browsers.
  • Computer Vision Screen Interaction Tools - Locates interface elements on the desktop using visual recognition to enable automated interaction.

Historique des stars

Graphique de l'historique des stars pour suitedaces/computer-agentGraphique de l'historique des stars pour suitedaces/computer-agent

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Computer Agent

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Computer Agent.
  • accomplish-ai/accomplishAvatar de accomplish-ai

    accomplish-ai/accomplish

    8,142Voir sur GitHub↗

    Accomplish is an artificial intelligence action framework and desktop automation agent designed to execute productivity tasks through natural language prompts. It functions as a workflow orchestrator that manages connections between various cloud and local language model providers to perform cross-platform operations. The system distinguishes itself through the ability to define and save stateful, reusable custom skills for recurring workflows. It integrates local application programming interfaces with third-party services to synchronize data and manage information across different platforms

    TypeScript
    Voir sur GitHub↗8,142
  • e2b-dev/open-computer-useAvatar de e2b-dev

    e2b-dev/open-computer-use

    2,084Voir sur GitHub↗

    Open-computer-use is a framework designed to connect vision-capable language models to isolated cloud-based desktop environments. It functions as an agentic interface that enables autonomous systems to interact with graphical user interfaces by simulating mouse movements, keyboard keystrokes, and shell commands. By bridging language models with remote workspaces, the platform facilitates the execution of complex, long-running tasks within secure, sandboxed environments. The platform distinguishes itself through its ability to orchestrate thousands of concurrent, isolated instances, making it

    Pythonagentaianthropic
    Voir sur GitHub↗2,084
  • go-vgo/robotgoAvatar de go-vgo

    go-vgo/robotgo

    10,614Voir sur GitHub↗

    Robotgo is a cross-platform desktop automation framework for the Go programming language. It provides a comprehensive toolkit for programmatically interacting with graphical user interfaces, enabling developers to simulate human input, manage application windows, and monitor system-wide hardware events. The library distinguishes itself through its low-level system integration, utilizing a foreign function interface to interact directly with native operating system APIs. It employs pixel-buffer memory mapping and real-time screen capture to perform visual element identification, allowing for i

    Goaiauto-testautomation
    Voir sur GitHub↗10,614
  • autokey/autokeyAvatar de autokey

    autokey/autokey

    3,844Voir sur GitHub↗

    AutoKey is a Linux GUI macro manager and Python desktop automation tool. It functions as a background daemon that simulates keyboard and mouse events via the X11 protocol to automate interactions with graphical user interfaces. The software provides a Python scripting engine for executing stateful automation and a text expansion utility that replaces short abbreviations with predefined content or scripted actions in real time. It differentiates itself by combining low-level input simulation with the ability to manage global state and persistent variables across different scripts. The project

    Python
    Voir sur GitHub↗3,844
Voir les 30 alternatives à Computer Agent→

Questions fréquentes

Que fait suitedaces/computer-agent ?

Ce projet est un agent d'automatisation de bureau autonome qui interprète des instructions en langage naturel pour contrôler des applications, des interfaces de navigateur et des terminaux système. Il fonctionne comme un utilitaire multiplateforme conçu pour gérer des workflows complexes en intégrant l'analyse visuelle de l'écran avec la simulation d'entrées au niveau du système.

Quelles sont les fonctionnalités principales de suitedaces/computer-agent ?

Les fonctionnalités principales de suitedaces/computer-agent sont : Desktop AI Agents, Multi-Modal Component Coordinators, AI Command Line Automation, Autonomous AI Agents, Keyboard and Mouse Input Simulations, Web Task Automations, Visual Web Task Agents, Cross-Platform Desktop Automation Libraries.

Quelles sont les alternatives open-source à suitedaces/computer-agent ?

Les alternatives open-source à suitedaces/computer-agent incluent : accomplish-ai/accomplish — Accomplish is an artificial intelligence action framework and desktop automation agent designed to execute… e2b-dev/open-computer-use — Open-computer-use is a framework designed to connect vision-capable language models to isolated cloud-based desktop… go-vgo/robotgo — Robotgo is a cross-platform desktop automation framework for the Go programming language. It provides a comprehensive… autokey/autokey — AutoKey is a Linux GUI macro manager and Python desktop automation tool. It functions as a background daemon that… accomplish-ai/openwork — Openwork is an AI agent for desktop automation that uses large language models to execute browser tasks, manage local… asweigart/pyautogui — PyAutoGUI is a Python GUI automation library and desktop automation framework. It provides a set of tools for…

Collections incluant Computer Agent

Sélections manuelles où Computer Agent apparaît.
  • Agents de contrôle d'ordinateur de bureau