awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
crewAIInc avatar

crewAIInc/crewAI-examplesArchived

0
View on GitHub↗
6,049 Stars·2,141 Forks·Jupyter Notebook·13 Aufrufe

CrewAI Examples

Dieses Projekt bietet Referenzimplementierungen und Vorlagen für Multi-Agenten-Orchestrierung, Retrieval-Augmented-Generation-Systeme und Human-in-the-Loop-Muster. Es enthält eine Sammlung von Implementierungsmustern zur Koordination mehrerer KI-Agenten, um komplexe Geschäftsworkflows und Aufgaben zu automatisieren.

Das Projekt demonstriert, wie man operative Logik von der Einrichtung entkoppelt, indem strukturierte Textdateien für Agentenrollen und Aufgabenspezifikationen verwendet werden. Es enthält Anleitungen zur Integration von Vektorsuche und Dokumentenverarbeitung, um Frage-Antwort-Systeme auf Basis externer Wissensdatenbanken aufzubauen, sowie Muster für das Einfügen manueller Validierungs- und Überprüfungsschritte in automatisierte Agentensequenzen.

Die Beispiele decken das Design iterativer Ausführungspfade, paralleler Verarbeitung und dynamischen Routings ab. Diese Implementierungen integrieren Zustandsmanagement, um den Fortschritt über komplexe Sequenzen hinweg zu verfolgen und Agenten mit externen APIs, Datenbanken und Dateisystemen für eine werkzeuggestützte Ausführung zu verknüpfen.

Die Referenzmaterialien werden als Jupyter Notebooks bereitgestellt.

Features

  • Role-Based Agent Orchestration - Coordinates multiple specialized AI agents by assigning distinct roles and goals to automate business workflows.
  • Multi-Agent Orchestrators - Provides reference implementations for coordinating specialized AI agents to collaborate on complex business workflows.
  • Vector Knowledge Bases - Integrates document processing with vector knowledge bases to provide agents with grounded external information.
  • Multi-Agent Orchestration Patterns - Offers implementation patterns for coordinating multiple specialized agents to decompose and execute complex workflows.
  • AI Workflow Automation - Automates repetitive professional tasks using iterative execution paths and dynamic AI routing.
  • Retrieval-Augmented Generation - Implements the retrieval-to-generation pipeline to ground AI responses using external search indices.
  • Human-in-the-Loop Systems - Provides tools for integrating human oversight and validation into AI-driven workflows.
  • Human-in-the-Loop Workflows - Implements manual review checkpoints and validation steps within automated agent sequences.
  • Tool-Augmented Language Models - Extends language model capabilities by linking agents to external APIs, databases, and file systems.
  • RAG Implementations - Implements RAG architectures that retrieve relevant documents from vector stores to augment LLM context.
  • Iterative Routing - Provides patterns for designing iterative execution paths and dynamic routing to achieve complex goals.
  • Agentic Workflows - Provides frameworks for designing autonomous agent processes using iterative refinement and state management.
  • External API Tool Exposures - Demonstrates how to expose external API functions as callable tools for AI agents to execute actions.
  • YAML-Defined Agents - Defines custom agents and their toolkits using YAML files to decouple configuration from code.
  • External Service Integrations - Provides implementations for connecting AI agents to third-party APIs and external platforms to fetch data.
  • Workflow State Managements - Includes state management to track progress and context across iterative loops and parallel processing sequences.
  • Agent Task State Persistence - Tracks progress and context across iterative loops to maintain consistency during complex agent sequences.
  • Iterative Execution Paths - Implements iterative execution paths with dynamic routing and parallel processing to automate complex tasks.
  • RAG Implementation Guides - Provides step-by-step frameworks and examples for building retrieval-augmented generation systems.
  • YAML Configuration Files - Uses structured YAML files to separate agent definitions and task specifications from execution logic.
  • Agent Configuration Files - Defines agent roles and task specifications in YAML files to decouple operational logic from setup.
  • Agent Frameworks - Collection of practical implementation examples for multi-agent systems.
  • Agent Framework Examples - Collection of role-based multi-agent workflows for business automation.

Star-Verlauf

Star-Verlauf für crewaiinc/crewai-examplesStar-Verlauf für crewaiinc/crewai-examples

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu CrewAI Examples

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit CrewAI Examples.
  • camel-ai/camelAvatar von camel-ai

    camel-ai/camel

    17,253Auf GitHub ansehen↗

    This project is a comprehensive framework for building and managing autonomous agent systems. It provides a unified architecture for orchestrating multi-agent societies, where specialized agents collaborate through roleplay to decompose and solve complex tasks. The system integrates language models with external environments, enabling agents to perform real-world actions through a standardized tool-calling abstraction layer. The framework distinguishes itself through its focus on iterative reasoning and data reliability. It employs automated feedback loops to refine agent outputs and self-eva

    Pythonagentai-societiesartificial-intelligence
    Auf GitHub ansehen↗17,253
  • vrsen/agency-swarmAvatar von VRSEN

    VRSEN/agency-swarm

    3,962Auf GitHub ansehen↗

    Agency Swarm is a multi-agent orchestration framework and development kit designed to coordinate specialized AI agents through defined communication patterns and handoffs. It functions as a system for managing agent swarms, providing an API gateway to expose these coordinated collectives as production-ready HTTP endpoints. The project distinguishes itself through its Model Context Protocol integration layer, which connects agents to external data sources and capabilities. It implements specialized orchestration patterns, such as the orchestrator-worker model and role-based delegation, to tran

    Python
    Auf GitHub ansehen↗3,962
  • tencentcloudadp/youtu-agentAvatar von TencentCloudADP

    TencentCloudADP/youtu-agent

    4,576Auf GitHub ansehen↗

    Youtu Agent is an open-source framework for building, running, and evaluating autonomous agents powered by large language models. It provides the core infrastructure for creating agents that follow reasoning loops, use toolkits, and coordinate with other agents to solve complex tasks, all managed through YAML-driven configuration files. The framework distinguishes itself through its support for multi-agent orchestration, where a planner agent decomposes tasks and coordinates specialized worker agents, and through its integration with the Model Context Protocol for connecting to external toolk

    Pythonagent-frameworkagentsopenai-agents
    Auf GitHub ansehen↗4,576
  • microsoft/agent-frameworkAvatar von microsoft

    microsoft/agent-framework

    7,277Auf GitHub ansehen↗

    The agent-framework is an LLM agent orchestration framework and multi-agent workflow engine designed for building autonomous AI agents. It provides a tool integration layer for binding external functions, APIs, and sandboxed code as executable tools for language models. The framework distinguishes itself through a graph-based system for designing sequential and parallel task flows, featuring state management and checkpointing for long-running processes. It implements comprehensive conversational state management and an observability suite that uses telemetry to trace execution flows and monit

    Pythonagent-frameworkagentic-aiagents
    Auf GitHub ansehen↗7,277
Alle 30 Alternativen zu CrewAI Examples anzeigen→

Häufig gestellte Fragen

Was macht crewaiinc/crewai-examples?

Dieses Projekt bietet Referenzimplementierungen und Vorlagen für Multi-Agenten-Orchestrierung, Retrieval-Augmented-Generation-Systeme und Human-in-the-Loop-Muster. Es enthält eine Sammlung von Implementierungsmustern zur Koordination mehrerer KI-Agenten, um komplexe Geschäftsworkflows und Aufgaben zu automatisieren.

Was sind die Hauptfunktionen von crewaiinc/crewai-examples?

Die Hauptfunktionen von crewaiinc/crewai-examples sind: Role-Based Agent Orchestration, Multi-Agent Orchestrators, Vector Knowledge Bases, Multi-Agent Orchestration Patterns, AI Workflow Automation, Retrieval-Augmented Generation, Human-in-the-Loop Systems, Human-in-the-Loop Workflows.

Welche Open-Source-Alternativen gibt es zu crewaiinc/crewai-examples?

Open-Source-Alternativen zu crewaiinc/crewai-examples sind unter anderem: camel-ai/camel — This project is a comprehensive framework for building and managing autonomous agent systems. It provides a unified… vrsen/agency-swarm — Agency Swarm is a multi-agent orchestration framework and development kit designed to coordinate specialized AI agents… tencentcloudadp/youtu-agent — Youtu Agent is an open-source framework for building, running, and evaluating autonomous agents powered by large… microsoft/agent-framework — The agent-framework is an LLM agent orchestration framework and multi-agent workflow engine designed for building… joaomdmoura/crewai — CrewAI is a multi-agent orchestration framework and autonomous agent workflow engine. It provides a system for… i-am-bee/beeai-framework — The BeeAI Framework is an LLM agent framework and multi-agent orchestration engine used to build autonomous agents…