awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 repositorios

Awesome GitHub RepositoriesExecution Loop Monitors

Systems that detect stalled tasks and runaway processes by monitoring tool calls.

Distinct from Automated Task Execution Engines: Distinct from Automated Task Execution Engines: focuses on safety monitoring and loop prevention rather than task scheduling.

Explore 7 awesome GitHub repositories matching software engineering & architecture · Execution Loop Monitors. Refine with filters or upvote what's useful.

Awesome Execution Loop Monitors GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • ciphey/cipheyAvatar de ciphey

    ciphey/ciphey

    21,453Ver en GitHub↗

    Ciphey is an automated decryption tool and cryptographic analysis framework designed to identify and reverse encryptions, encodings, and hashes without requiring a known key or cipher. It functions as a hash cracking engine and a heuristic cipher identifier to recover original plaintext from unknown data patterns. The project features a nested encoding resolver that iteratively unwraps multiple layers of encryption and encoding until readable text is reached. It employs a heuristic cryptanalysis workflow to analyze data characteristics and guess the likely encoding scheme or encryption method

    Monitors execution loops to prevent infinite processes during complex recursive decryption or brute-force tasks.

    Rust
    Ver en GitHub↗21,453
  • rightnow-ai/openfangAvatar de RightNow-AI

    RightNow-AI/openfang

    17,834Ver en GitHub↗

    OpenFang is an operating system for LLM agents designed to orchestrate autonomous agents with built-in task scheduling, tool sandboxing, and multi-model routing. It provides a secure AI execution environment that integrates prompt injection scanning, cryptographic audit trails, and resource metering to ensure controlled processing. The platform distinguishes itself through a comprehensive security architecture, featuring fuel-metered tool sandboxing and an immutable activity audit trail based on cryptographic hash-chains. It implements high-assurance identity verification via signed manifests

    Detects repetitive tool-call patterns using hashing to trigger circuit breakers and prevent infinite agent loops.

    Rustagent-frameworkai-agentsllm
    Ver en GitHub↗17,834
  • vxcontrol/pentagiAvatar de vxcontrol

    vxcontrol/pentagi

    17,766Ver en GitHub↗

    Pentagi is an autonomous security testing framework and agent orchestrator designed to plan and execute end-to-end security assessments. It utilizes a coordination engine to decompose complex goals into actionable subtasks, performing automated penetration testing and vulnerability research within isolated container environments. The system distinguishes itself through a temporal knowledge graph that tracks semantic relationships between entities and vulnerabilities to reuse intelligence across projects. It includes a web intelligence reconnaissance tool for automated data gathering and agent

    Implements a monitoring system to detect repetitive tool usage patterns and steer autonomous agent behavior.

    Goai-agentsai-security-toolanthropic
    Ver en GitHub↗17,766
  • hkuds/deepcodeAvatar de HKUDS

    HKUDS/DeepCode

    14,539Ver en GitHub↗

    DeepCode is an agentic development framework designed to orchestrate autonomous AI agents for software engineering tasks. It functions as a multi-agent workflow orchestrator that translates natural language requirements into functional codebases by coordinating specialized agents for architectural planning, intent analysis, and implementation. The platform integrates multiple language models to power these automated routines, providing a unified environment for complex development projects. The system distinguishes itself through its ability to transform academic research papers into executab

    Detects stalled tasks and runaway processes by monitoring tool calls to prevent excessive resource consumption.

    Pythonagentic-codingllm-agent
    Ver en GitHub↗14,539
  • kubernetes-sigs/external-dnsAvatar de kubernetes-sigs

    kubernetes-sigs/external-dns

    8,999Ver en GitHub↗

    ExternalDNS is a controller that automatically synchronizes Kubernetes resource states with external DNS providers. It monitors cluster resources such as services, ingresses, and gateway APIs to dynamically create and update DNS records, enabling automated service discovery and external traffic management. The project features a provider-agnostic interface that supports a wide array of cloud-managed vendors and on-premises providers, as well as an extension system for custom providers via webhooks and sidecars. It implements a reconciliation loop that uses resource annotations and custom reso

    Provides timestamps and error counters to alert on stalled synchronization loops.

    Goawsclouddnsdns
    Ver en GitHub↗8,999
  • linkedin/school-of-sreAvatar de linkedin

    linkedin/school-of-sre

    8,093Ver en GitHub↗

    This project is a comprehensive educational resource and curriculum focused on site reliability engineering, distributed systems, and infrastructure operations. It provides technical guides, a systems engineering course, and instructional manuals designed to teach the principles of managing large-scale computing environments. The curriculum covers high-level architectural design for scalability and resilience, including fault-tolerant infrastructure, high-availability patterns, and microservices decomposition. It emphasizes the practical application of site reliability engineering through the

    Instructs on running blocks of code repeatedly to monitor systems or process lists of items using Bash.

    HTMLgithadooplinux
    Ver en GitHub↗8,093
  • fengyuhetao/shellAvatar de fengyuhetao

    fengyuhetao/shell

    4,138Ver en GitHub↗

    This project is a bash scripting tutorial, shell automation library, and Linux system administration guide. It serves as a collection of practical examples and case studies designed for learning the Linux command line and shell programming. The repository provides a reference for Unix text processing and the creation of modular script libraries. It includes patterns for automating repetitive server tasks, such as software installation, network security configuration, and database task automation. The project covers a broad range of capabilities, including system monitoring and health auditin

    Provides practical examples of implementing for, while, and until loops to process system data.

    Shell
    Ver en GitHub↗4,138
  1. Home
  2. Software Engineering & Architecture
  3. Automated Task Execution Engines
  4. Execution Loop Monitors

Explorar subetiquetas

  • Shell Loop ExecutionPractices for implementing iterative blocks in shell scripts to process system data. **Distinct from Execution Loop Monitors:** Distinct from general execution monitors; focuses on the act of writing loops to process items in a script.