awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesWindow Context Binding

Mechanisms for binding an automation agent to a specific window using process IDs or platform identifiers.

Distinct from Native Window Contexts: None of the candidates cover the specific act of binding to a window handle for GUI control.

Explore 2 awesome GitHub repositories matching operating systems & systems programming · Window Context Binding. Refine with filters or upvote what's useful.

Awesome Window Context Binding GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • simular-ai/agent-sAvatar von simular-ai

    simular-ai/Agent-S

    11,855Auf GitHub ansehen↗

    Agent-S is a multimodal AI agent and LLM desktop automation framework designed to control operating systems through graphical user interface interactions. It functions as a computer use interface, utilizing vision-language grounding to translate natural language goals into precise screen coordinates and system actions. The project differentiates itself by combining structured accessibility tree inspection with vision-based element localization. It manages cross-application workflows by mapping conceptual descriptions to physical pixels and simulating low-level keyboard and mouse events to mov

    Connects the agent to a target interface using foreground window handles, process IDs, or platform identifiers.

    Pythonagent-computer-interfaceai-agentscomputer-automation
    Auf GitHub ansehen↗11,855
  • visionmedia/page.jsAvatar von visionmedia

    visionmedia/page.js

    7,681Auf GitHub ansehen↗

    page.js is a client-side JavaScript router for single-page applications that maps URL patterns to executable functions. It functions as a navigation engine and browser history manager, implementing a middleware-based path-mapping system similar to the Express web framework. The library distinguishes itself through an Express-style router model, utilizing a middleware callback chain and a shared context object to pass data between navigation handlers. It supports advanced window management, allowing for multiple router instances to handle navigation independently across different windows or em

    Allows binding independent routing logic to different window or iframe objects to manage separate navigation streams.

    JavaScript
    Auf GitHub ansehen↗7,681
  1. Home
  2. Operating Systems & Systems Programming
  3. Window Context Binding

Unter-Tags erkunden

  • Router Instance BindingBinding separate routing logic instances to specific window or iframe objects. **Distinct from Window Context Binding:** Distinct from Window Context Binding: specifically focuses on routing engine instances rather than general automation agent binding.