3 repositorios
Running a workflow or task once and optionally waiting for the result.
Distinct from Workflow Task Definitions: Distinct from Workflow Task Definitions: focuses on the immediate execution action, not task definition.
Explore 3 awesome GitHub repositories matching software engineering & architecture · Immediate Task Executions. Refine with filters or upvote what's useful.
Yao is an LLM agent framework and low-code web app builder designed for orchestrating autonomous AI agents. It provides a platform to design, deploy, and coordinate agents with specialized personas that can plan tasks, utilize external tools, and execute multi-stage pipelines. The project distinguishes itself through a Model Context Protocol server for connecting assistants to external binaries and HTTP services, and a gRPC remote execution engine that allows agents to manage remote servers and devices. It includes a model-agnostic provider bridge that supports dynamic switching between vario
Implements a mechanism to start agent tasks immediately by bypassing the goal-confirmation phase.
Hatchet is an open-source durable workflow engine and task orchestration platform. It provides a framework for building and executing fault-tolerant, multi-step pipelines as directed acyclic graphs (DAGs), with automatic retries, scheduling, and real-time observability. The system is built around durable task checkpointing, which persists execution state after each step so work can resume from the last checkpoint after a worker crash or restart, and it supports event-driven task resumption that pauses a task until a matching external event arrives. The platform distinguishes itself through it
Executes workflows or tasks immediately with optional synchronous result retrieval.
.. image:: https://media.charlesleifer.com/blog/photos/huey3-logo.png
Executes tasks synchronously in-process without a separate consumer for testing and development.