3 dépôts
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.
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.
Lucida est un framework d'assistant IA multimodal et un orchestrateur de microservices conteneurisés. Il fournit une plateforme pour construire des agents qui traitent et intègrent des entrées vocales, visuelles et textuelles pour effectuer des tâches intelligentes, soutenu par un système de génération augmentée par récupération (RAG) pour stocker et interroger des données factuelles provenant de textes, d'URL et d'images. Le framework dispose d'un moteur de workflow basé sur un graphe d'états pour router les requêtes des utilisateurs à travers une séquence de microservices utilisant une machine à états prédéfinie. Il inclut également une interface de plugin extensible qui permet l'intégration de modules fonctionnels personnalisés pour l'apprentissage et l'inférence. Le système couvre de vastes domaines de fonctionnalités, incluant l'automatisation intelligente des tâches, la gestion des connaissances personnelles et le traitement de données multimodales. Il prend en charge le déploiement de ces services via des conteneurs et Kubernetes, et expose ses fonctionnalités via une API REST et divers canaux de messagerie.
Defines stateful sequences of microservice requests to process inputs through a complex task workflow.
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.