awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjektÜber unsHow we rankPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • j3ssie/osmedeusAvatar von j3ssie

    j3ssie/Osmedeus

    6,425Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗6,425
  • inngest/inngestAvatar von inngest

    inngest/inngest

    5,499Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,499
  1. Home
  2. Development Tools & Productivity
  3. CLI Command Frameworks
  4. Function-to-CLI Converters
  5. Built-in Function Executions

Unter-Tags erkunden

  • 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-TagExecutes 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.