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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
crewAIInc avatar

crewAIInc/crewAI-examplesArchived

0
View on GitHub↗
6,049 estrellas·2,141 forks·Jupyter Notebook·13 vistas

CrewAI Examples

Este proyecto es una librería de referencia y plantillas para la orquestación de múltiples agentes, sistemas de generación aumentada por recuperación (RAG) y patrones de humano en el bucle (human-in-the-loop). Contiene una colección de patrones de implementación para coordinar múltiples agentes de IA para automatizar flujos de trabajo y tareas empresariales complejas.

El proyecto demuestra cómo desacoplar la lógica operativa de la configuración mediante el uso de archivos de texto estructurados para roles de agentes y especificaciones de tareas. Incluye guías para integrar búsqueda vectorial y procesamiento de documentos para construir sistemas de preguntas y respuestas basados en bases de conocimiento externas, así como patrones para insertar pasos de validación y revisión manual en secuencias de agentes automatizadas.

Los ejemplos cubren el diseño de rutas de ejecución iterativas, procesamiento paralelo y enrutamiento dinámico. Estas implementaciones incorporan gestión de estado para rastrear el progreso a través de secuencias complejas y vincular agentes a APIs externas, bases de datos y sistemas de archivos para la ejecución aumentada por herramientas.

Los materiales de referencia se proporcionan como Jupyter Notebooks.

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.

Historial de estrellas

Gráfico del historial de estrellas de crewaiinc/crewai-examplesGráfico del historial de estrellas de crewaiinc/crewai-examples

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Preguntas frecuentes

¿Qué hace crewaiinc/crewai-examples?

Este proyecto es una librería de referencia y plantillas para la orquestación de múltiples agentes, sistemas de generación aumentada por recuperación (RAG) y patrones de humano en el bucle (human-in-the-loop). Contiene una colección de patrones de implementación para coordinar múltiples agentes de IA para automatizar flujos de trabajo y tareas empresariales complejas.

¿Cuáles son las características principales de crewaiinc/crewai-examples?

Las características principales de crewaiinc/crewai-examples son: 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.

¿Qué alternativas de código abierto existen para crewaiinc/crewai-examples?

Las alternativas de código abierto para crewaiinc/crewai-examples incluyen: 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…

Alternativas open-source a CrewAI Examples

Proyectos open-source similares, clasificados según cuántas características comparten con CrewAI Examples.
  • camel-ai/camelAvatar de camel-ai

    camel-ai/camel

    17,253Ver en GitHub↗

    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
    Ver en GitHub↗17,253
  • vrsen/agency-swarmAvatar de VRSEN

    VRSEN/agency-swarm

    3,962Ver en GitHub↗

    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
    Ver en GitHub↗3,962
  • tencentcloudadp/youtu-agentAvatar de TencentCloudADP

    TencentCloudADP/youtu-agent

    4,576Ver en GitHub↗

    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
    Ver en GitHub↗4,576
  • microsoft/agent-frameworkAvatar de microsoft

    microsoft/agent-framework

    7,277Ver en GitHub↗

    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
    Ver en GitHub↗7,277
  • Ver las 30 alternativas a CrewAI Examples→