6 repositorios
Triggering and managing long-running agent tasks asynchronously without blocking the caller.
Distinct from Managed AI Job Execution: Distinct from Managed AI Job Execution: focuses on triggering and managing agent tasks asynchronously, not cloud-native data pipeline jobs.
Explore 6 awesome GitHub repositories matching software engineering & architecture · Asynchronous Agent Job Execution. Refine with filters or upvote what's useful.
Claude Code is a command-line interface and multi-agent orchestration framework designed for autonomous software engineering. It enables AI agents to perform codebase modifications, debugging, and Git workflow management while coordinating multiple specialized agents to decompose and execute complex engineering tasks in parallel. The system distinguishes itself through a high degree of isolation and safety, utilizing Git worktrees to create independent working directories for concurrent agents and implementing a tiered permission system that combines user rules, project policies, and OS-level
Executes long-running agent tasks asynchronously in the background to keep the main interface operational.
This project is a Model Context Protocol server that connects large language models to web scraping and crawling tools. It functions as a bridge, allowing LLM clients to utilize a web crawling engine and scraping utilities to extract and process web data. The server integrates a markdown web converter that transforms dynamic web pages and PDF documents into clean markdown to optimize consumption by AI models. It also provides a browser automation interface for controlling headless sessions and bypassing access restrictions. The system covers broad capabilities including large-scale website d
Manages long-running crawl tasks asynchronously via job identifiers and completion polling.
PraisonAI is an autonomous AI agent platform that coordinates multiple LLM-powered agents for research, planning, and execution of complex workflows. It functions as a multi-agent orchestration framework, a workflow builder, and a Model Context Protocol server, while also providing retrieval-augmented generation through vector knowledge bases. Agents can interact via CLI, web, or standardized protocols with sandboxed code execution. The platform distinguishes itself with a rich set of agent communication protocols, including A2A, REST, WebSocket, voice and telephony integration, and MCP, allo
Triggers and manages long-running agent tasks asynchronously, allowing non-blocking execution and later result retrieval.
conform.nvim is a Neovim plugin that formats code buffers using external formatters while preserving editor state such as cursor position, folds, and viewport. It supports embedded code block formatting, applying language-specific formatting rules to code blocks inside Markdown and similar documents. The plugin runs formatters asynchronously via Neovim's job control, keeping the editor responsive during formatting operations. It offers a configurable formatter selection algorithm that picks a formatter based on filetype, buffer-local variables, or custom predicate functions. Users can define
Asynchronously runs external formatters via Neovim job control for non-blocking editor operation.
Riona-AI-Agent es un agente de automatización LLM y un framework de automatización de navegadores diseñado para ejecutar flujos de trabajo complejos, entrenar con datos personalizados y generar contenido mediante IA. Funciona como una herramienta de automatización de redes sociales para programar contenido, gestionar múltiples perfiles y automatizar acciones de interacción en plataformas sociales. El sistema incluye un panel de monitoreo centralizado para rastrear el estado en vivo, resúmenes de tiempo de ejecución y registros de actividad de los agentes de IA. Utiliza modelos de aprendizaje automático para identificar y omitir desafíos de seguridad visual durante sesiones de navegación automatizadas. Las capacidades del agente cubren la automatización de redes sociales, incluyendo la automatización de interacciones repetitivas y la programación de publicaciones. Admite el entrenamiento de agentes de IA mediante la ingesta de enlaces web, audio y documentos para personalizar la base de conocimientos y el comportamiento del agente. El framework está construido utilizando Node.js y TypeScript.
Manages and triggers long-running AI agent tasks asynchronously to handle complex operational logic.
This project provides a translation layer and set of adapters designed to bridge AI agents with the Model Context Protocol. It functions as an integration layer that allows agents to operate as protocol-compliant servers and enables the conversion of protocol-based tools into formats compatible with agent frameworks and logic graphs. The adapters facilitate tool interoperability by wrapping external protocol tools for use within agent workflows and exposing internal agent capabilities to any client implementing the Model Context Protocol. This creates a communication bridge that supports inte
Provides the ability to trigger and manage long-running agent tasks asynchronously without blocking the caller.