awesome-repositories.com
Blog
awesome-repositories.com

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

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

2 repositorios

Awesome GitHub RepositoriesBuilt-in Function Executions

Runs built-in utility functions like HTTP requests and SSH commands directly from the CLI for ad-hoc automation.

Distinct from Function-to-CLI Converters: Distinct from Function-to-CLI Converters: focuses on executing pre-existing built-in functions, not converting arbitrary Go functions into CLI commands.

Explore 2 awesome GitHub repositories matching development tools & productivity · Built-in Function Executions. Refine with filters or upvote what's useful.

Awesome Built-in Function Executions GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • j3ssie/osmedeusAvatar de j3ssie

    j3ssie/Osmedeus

    6,425Ver en GitHub↗

    Osmedeus is a security workflow orchestration engine that coordinates AI agents, shell commands, and scanning tools through declarative YAML pipelines. It functions as a distributed security scanner, a declarative workflow automator, and an AI agent framework for security, enabling automated multi-step security analysis with conditional branching, parallel execution, and distributed workers. The engine distinguishes itself through a hybrid runner model that executes workflow steps on the local host, inside Docker containers, or over SSH to remote machines, selected per step or module. It supp

    Runs over 80 built-in utility functions for port scanning, SSH, and file operations.

    Go
    Ver en GitHub↗6,425
  • inngest/inngestAvatar de inngest

    inngest/inngest

    5,499Ver en GitHub↗

    Inngest is a durable execution framework and event-driven automation engine designed to orchestrate background workflows. It enables developers to build resilient, stateful processes by memoizing function steps, ensuring that long-running tasks can automatically resume from the last successful operation after failures, timeouts, or infrastructure restarts. The platform distinguishes itself through its event-driven architecture, which uses a schema-validated bus to trigger functions and coordinate complex, multi-step logic. It employs an onion-model middleware approach for cross-cutting concer

    Allows defining sequences of steps that execute automatically in response to events or cron schedules.

    Go
    Ver en GitHub↗5,499
  1. Home
  2. Development Tools & Productivity
  3. CLI Command Frameworks
  4. Function-to-CLI Converters
  5. Built-in Function Executions

Explorar subetiquetas

  • Go-to-JavaScript Function ExposersInvokes Go functions exposed to a JavaScript VM from within a workflow step for custom automation logic. **Distinct from Built-in Function Executions:** Distinct from Built-in Function Executions: focuses on exposing Go functions to a JavaScript runtime for workflow use, not CLI-based function execution.
  • Workflow Step Utility Executions1 sub-etiquetaExecutes built-in utility functions sequentially or in parallel within a workflow step. **Distinct from Built-in Function Executions:** Distinct from Built-in Function Executions: focuses on executing functions as part of a workflow step, not directly from the CLI.