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

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

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

2 个仓库

Awesome GitHub RepositoriesExecution Environment Configurations

Settings for shell path, timeout, working directory, and permission mode for running shell commands.

Distinct from Shell Configuration Management: Distinct from Shell Configuration Management: focuses on execution environment parameters rather than shell aliases or environment variables.

Explore 2 awesome GitHub repositories matching development tools & productivity · Execution Environment Configurations. Refine with filters or upvote what's useful.

Awesome Execution Environment Configurations GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • ericlbuehler/mistral.rsEricLBuehler 的头像

    EricLBuehler/mistral.rs

    6,597在 GitHub 上查看↗

    mistral.rs is an inference engine for large language models that runs locally and exposes models behind OpenAI and Anthropic-compatible APIs. It serves as a multi-model serving platform, capable of loading several models in a single server process with per-request routing and on-demand loading and unloading. The engine supports multimodal inference, processing text alongside images, video, audio, and speech inputs, and includes a quantized model deployment runtime that reduces memory use and speeds up inference on consumer hardware. The project distinguishes itself through an agentic tool exe

    Sets the shell path, timeout, working directory, and permission mode via CLI flags or SDK configuration.

    Rustllmrustuqff
    在 GitHub 上查看↗6,597
  • facebook/buck2facebook 的头像

    facebook/buck2

    4,360在 GitHub 上查看↗

    Buck2 是一款可编程的 monorepo 构建工具和 hermetic 构建系统,专为管理具有复杂目标图和多语言依赖的大型项目而设计。它充当远程执行框架和依赖图分析器,提供工件缓存引擎,以确保在不同环境下构建结果的可复现性和一致性。 该系统通过增量计算引擎脱颖而出,仅重新计算依赖图中因变更而失效的特定节点。它利用基于内容的寻址存储进行构建工件缓存,并支持远程执行竞速(remote execution racing),即同时在本地和远程执行构建操作,以返回最快的结果。 其功能涵盖多语言构建自动化、工具链抽象以及用于管理跨平台构建变体的基于约束的配置。该项目还包括用于图内省和变更检测的构建可观测性工具,以及用于限制目标可见性的访问控制机制。

    Configures isolated environments where build tools and compilers run to enable cross-compilation and remote execution.

    Rust
    在 GitHub 上查看↗4,360
  1. Home
  2. Development Tools & Productivity
  3. Shell Configuration Management
  4. Execution Environment Configurations

探索子标签

  • Build Execution EnvironmentsConfigurations that define the isolated environments where build tools and compilers are executed. **Distinct from Execution Environment Configurations:** Distinct from Execution Environment Configurations: specifically targets the build-time execution context for cross-compilation rather than general shell command parameters.