2 个仓库
Infrastructure for distributing build tasks across remote worker clusters to enable parallel execution and scaling.
Distinct from Remote Execution Racing: None of the candidates cover the general framework for distributed build execution; they focus on serverless functions, bulk commands, or specific 'racing' optimizations.
Explore 2 awesome GitHub repositories matching devops & infrastructure · Remote Execution Frameworks. Refine with filters or upvote what's useful.
Buck2 是一款可编程的 monorepo 构建工具和 hermetic 构建系统,专为管理具有复杂目标图和多语言依赖的大型项目而设计。它充当远程执行框架和依赖图分析器,提供工件缓存引擎,以确保在不同环境下构建结果的可复现性和一致性。 该系统通过增量计算引擎脱颖而出,仅重新计算依赖图中因变更而失效的特定节点。它利用基于内容的寻址存储进行构建工件缓存,并支持远程执行竞速(remote execution racing),即同时在本地和远程执行构建操作,以返回最快的结果。 其功能涵盖多语言构建自动化、工具链抽象以及用于管理跨平台构建变体的基于约束的配置。该项目还包括用于图内省和变更检测的构建可观测性工具,以及用于限制目标可见性的访问控制机制。
Distributes build tasks across remote worker clusters to enable massive parallel execution and shared artifact caching.
This project provides a programmatic interface for integrating large language models with secure, sandboxed runtimes to automate technical tasks. It functions as a framework for executing arbitrary Python code within isolated containers, enabling language models to perform data analysis, manipulate files, and generate visualizations. The platform distinguishes itself by automating the entire lifecycle of script execution, including the dynamic resolution and installation of software dependencies at runtime. It maintains stateful conversation history to provide language models with the necessa
Delegates intensive computational tasks to managed cloud infrastructure for scalable performance.