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

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

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

4 个仓库

Awesome GitHub RepositoriesAgent Execution Loops

Control mechanisms for autonomous agents using persistent logs and approval boundaries to ensure reliable execution.

Distinct from Durable Execution Persistence: Distinct from Durable Execution Persistence: focuses on the behavioral control and approval gates of an agent loop rather than just crash recovery.

Explore 4 awesome GitHub repositories matching software engineering & architecture · Agent Execution Loops. Refine with filters or upvote what's useful.

Awesome Agent Execution Loops GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • muratcankoylan/agent-skills-for-context-engineeringmuratcankoylan 的头像

    muratcankoylan/Agent-Skills-for-Context-Engineering

    8,376在 GitHub 上查看↗

    This project is a comprehensive framework for the orchestration, evaluation, and context management of large language model agents. It provides a set of architectural patterns and standards for designing agent interactions, integrating external tools, and establishing memory architectures to persist knowledge across sessions. The system focuses on optimizing the limited memory of language models through token-aware context compression and filesystem-based context offloading. It incorporates secure execution environments using sandboxed virtual machines and isolated containers to safely run ba

    Implements durable execution loops with locked metrics and human-in-the-loop approval boundaries.

    Python
    在 GitHub 上查看↗8,376
  • maiot-io/zenmlmaiot-io 的头像

    maiot-io/zenml

    5,452在 GitHub 上查看↗

    ZenML is an extensible machine learning orchestration framework designed to manage the end-to-end lifecycle of data pipelines and AI agent workflows. It functions as a durable orchestrator that executes machine learning tasks as directed acyclic graphs, ensuring that every step is containerized for consistent performance across local, cloud, and hybrid infrastructure. By decoupling pipeline code from underlying compute and storage backends, the platform allows developers to define infrastructure-agnostic stacks that remain portable across diverse environments. The project distinguishes itself

    Refactors existing agentic code from various SDKs into a durable execution model.

    Python
    在 GitHub 上查看↗5,452
  • zenml-io/zenmlzenml-io 的头像

    zenml-io/zenml

    5,451在 GitHub 上查看↗

    ZenML is an orchestration platform designed for building, deploying, and monitoring reproducible machine learning pipelines and agentic workflows. It provides a unified framework that manages the entire lifecycle of machine learning assets, from data processing and model training to the deployment of persistent inference services. By decoupling pipeline logic from underlying compute and storage, the platform enables teams to transition workflows seamlessly from local development environments to production-grade cloud infrastructure. The platform distinguishes itself through a service-oriented

    Wraps agent logic in durable, checkpointed flows to enable stateful resumption, replay, and auditability of complex interactions.

    Pythonagentopsagentsai
    在 GitHub 上查看↗5,451
  • opensquilla/opensquillaopensquilla 的头像

    opensquilla/opensquilla

    4,211在 GitHub 上查看↗

    OpenSquilla 是一个 LLM 智能体编排框架,旨在利用有向无环图协调多步 AI 工作流和工具执行。它作为一个集中式系统,用于管理专门的技能包并执行复杂的推理序列。 该项目通过一个路由网关脱颖而出,该网关根据复杂性、成本和性能将任务定向到不同的 AI 提供商。它利用多层 AI 记忆系统,通过本地嵌入和 SQLite 组织工作、情景和语义知识,并配有一个安全执行沙盒,通过基于风险的权限配置文件隔离智能体生成的代码。 该平台涵盖了广泛的功能,包括多渠道部署到 Web 和消息平台、通过 cron 进行自动任务调度,以及用于连接外部工具的 Model Context Protocol 网桥。它还提供全面的监控和可观测性工具,用于跟踪 Token 成本、审计运行时决策以及管理可重用技能目录。 该系统包括用于工作区初始化和技能生命周期管理的命令行工具。

    Provides tools to import configuration and state from legacy agent frameworks into the current orchestration system.

    Pythonagentaiai-agents
    在 GitHub 上查看↗4,211
  1. Home
  2. Software Engineering & Architecture
  3. Durable Execution Persistence
  4. Agent Execution Loops

探索子标签

  • Agent Framework MigratorsTools for refactoring agentic code from third-party SDKs into durable execution models. **Distinct from Agent Execution Loops:** Distinct from Agent Execution Loops: focuses on the migration and refactoring of existing agent codebases rather than the runtime control loop.