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

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

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

1 个仓库

Awesome GitHub RepositoriesPrimitive-Based Command Dispatch

Systems that decompose high-level requests into a sequence of granular, low-level operations for a target device.

Distinct from Command Queue Dispatchers: Existing candidates focus on trie-based lookups, keyword mapping, or cluster nodes, not high-to-low level operation translation.

Explore 1 awesome GitHub repository matching software engineering & architecture · Primitive-Based Command Dispatch. Refine with filters or upvote what's useful.

Awesome Primitive-Based Command Dispatch GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • facebook/idbF

    facebook/idb

    5,151在 GitHub 上查看↗

    idb 是一套用于控制和自动化 iOS 模拟器及物理设备的工具。它由命令行界面、模拟器控制器和一个桥接器组成,该桥接器提供对内部系统接口的访问,以自动化通常仅限于图形用户界面的功能。 该项目包括一个远程目标管理器,能够使用配套的主机进程跨不同机器或数据中心控制 iOS 设备和模拟器。该系统将命令行界面与管理实际设备连接的进程分离开来。 该工具集为设备测试和模拟器自动化提供了细粒度的原语,允许对 iOS 仿真环境和物理硬件进行程序化交互。

    Translates high-level automation requests into a sequence of granular low-level operations for the target device.

    Swift
    在 GitHub 上查看↗5,151
  1. Home
  2. Software Engineering & Architecture
  3. Primitive-Based Command Dispatch