awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 个仓库

Awesome GitHub RepositoriesAsynchronous Agent Job Execution

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.

Awesome Asynchronous Agent Job Execution GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • claude-code-best/claude-codeclaude-code-best 的头像

    claude-code-best/claude-code

    20,272在 GitHub 上查看↗

    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.

    TypeScript
    在 GitHub 上查看↗20,272
  • mendableai/firecrawl-mcp-servermendableai 的头像

    mendableai/firecrawl-mcp-server

    6,602在 GitHub 上查看↗

    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.

    JavaScript
    在 GitHub 上查看↗6,602
  • mervinpraison/praisonaiMervinPraison 的头像

    MervinPraison/PraisonAI

    5,592在 GitHub 上查看↗

    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.

    Pythonagentsaiai-agent-framework
    在 GitHub 上查看↗5,592
  • stevearc/conform.nvimstevearc 的头像

    stevearc/conform.nvim

    4,925在 GitHub 上查看↗

    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.

    Luaneovimneovim-pluginnvim
    在 GitHub 上查看↗4,925
  • david-patrick-chuks/riona-ai-agentDavid-patrick-chuks 的头像

    David-patrick-chuks/Riona-AI-Agent

    4,223在 GitHub 上查看↗

    Riona-AI-Agent 是一个 LLM 自动化代理和浏览器自动化框架,旨在执行复杂工作流、基于自定义数据进行训练并生成 AI 内容。它作为一个社交媒体自动化工具,用于安排内容、管理多个配置文件并自动化跨社交平台的互动操作。 该系统包括一个用于跟踪 AI 代理实时状态、运行时摘要和活动日志的集中式监控仪表板。它利用机器学习模型在自动化浏览会话期间识别并绕过视觉安全挑战。 该代理的能力涵盖社交媒体自动化,包括重复互动的自动化和帖子排期。它支持通过摄取网页链接、音频和文档来训练 AI 代理,以自定义代理的知识库和行为。 该框架使用 Node.js 和 TypeScript 构建。

    Manages and triggers long-running AI agent tasks asynchronously to handle complex operational logic.

    HTML
    在 GitHub 上查看↗4,223
  • langchain-ai/langchain-mcp-adapterslangchain-ai 的头像

    langchain-ai/langchain-mcp-adapters

    3,366在 GitHub 上查看↗

    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.

    Pythonlangchainlanggraphmcp
    在 GitHub 上查看↗3,366
  1. Home
  2. Software Engineering & Architecture
  3. System Internals
  4. Centralization Patterns
  5. Workflow Execution Managers
  6. Managed AI Job Execution
  7. Asynchronous Agent Job Execution