awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • simular-ai/agent-ssimular-ai 的头像

    simular-ai/Agent-S

    11,855在 GitHub 上查看↗

    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
    在 GitHub 上查看↗11,855
  • visionmedia/page.jsvisionmedia 的头像

    visionmedia/page.js

    7,681在 GitHub 上查看↗

    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
    在 GitHub 上查看↗7,681
  1. Home
  2. Operating Systems & Systems Programming
  3. Window Context Binding

探索子标签

  • 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.