awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 مستودعات

Awesome GitHub RepositoriesStateful Task Sequences

Sequential execution of tasks that share and modify a common state object.

Distinct from Task Execution Sequencing: Distinct from build task sequencing by focusing on shared state modification and conditional transitions in agentic workflows.

Explore 3 awesome GitHub repositories matching development tools & productivity · Stateful Task Sequences. Refine with filters or upvote what's useful.

Awesome Stateful Task Sequences GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • microsoft/vscode-docsالصورة الرمزية لـ microsoft

    microsoft/vscode-docs

    6,549عرض على GitHub↗

    This repository contains the comprehensive documentation for a code editor focused on AI-assisted software development and remote development workflows. It covers the implementation of AI agents and language models used for autonomous code generation, large-scale refactoring, and task iteration. The project is distinguished by its deep integration of autonomous AI agents capable of web navigation, application logic validation, and orchestrating multi-step development processes. It provides specialized frameworks for tailoring AI behavior through custom instructions, model context protocols, a

    Groups multiple tasks into parallel or sequential execution sequences as a single operation.

    Markdownvscode
    عرض على GitHub↗6,549
  • claritylab/lucidaالصورة الرمزية لـ claritylab

    claritylab/lucida

    4,781عرض على GitHub↗

    Lucida is a multimodal AI assistant framework and containerized microservice orchestrator. It provides a platform for building agents that process and integrate speech, vision, and text inputs to perform intelligent tasks, supported by a retrieval-augmented generation system for storing and querying factual data from texts, URLs, and images. The framework features a state-graph workflow engine to route user requests through a sequence of microservices using a predefined state machine. It also includes an extensible plugin interface that allows for the integration of custom functional modules

    Defines stateful sequences of microservice requests to process inputs through a complex task workflow.

    Java
    عرض على GitHub↗4,781
  • i-am-bee/beeai-frameworkالصورة الرمزية لـ i-am-bee

    i-am-bee/beeai-framework

    3,304عرض على GitHub↗

    The BeeAI Framework is an LLM agent framework and multi-agent orchestration engine used to build autonomous agents that coordinate reasoning, tool execution, and complex workflows. It functions as a structured AI output controller and RAG integration library, providing a unified interface to manage multiple language model providers. The framework is distinguished by its implementation of the Model Context Protocol, allowing agents, tools, and models to be shared between different AI platforms and hosted as agentic tooling servers. It enables the design of collaborative agent teams through dec

    Manages series of steps that modify a shared state using conditional transitions to control flow.

    Pythonagentsaiai-agent
    عرض على GitHub↗3,304
  1. Home
  2. Development Tools & Productivity
  3. Parallel Execution
  4. Task Execution Sequencing
  5. Stateful Task Sequences

استكشف الوسوم الفرعية

  • Compound Task GroupingThe ability to group multiple tasks into parallel or sequential execution sequences. **Distinct from Stateful Task Sequences:** Focuses on the grouping of diverse tasks into a single operation rather than just shared state sequencing.