awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم 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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • simular-ai/agent-sالصورة الرمزية لـ simular-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.jsالصورة الرمزية لـ visionmedia

    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.