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

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

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

crewAIInc/crewAI-examplesArchived

0
View on GitHub↗
6,049 نجوم·2,141 تفرعات·Jupyter Notebook·13 مشاهدات

CrewAI Examples

يوفر هذا المستودع تنفيذات مرجعية وقوالب لتنسيق الوكلاء المتعددين، وأنظمة التوليد المعزز بالاسترجاع (RAG)، وأنماط الإنسان في الحلقة. يحتوي على مجموعة من أنماط التنفيذ لتنسيق وكلاء ذكاء اصطناعي متعددين لأتمتة سير عمل المهام التجارية المعقدة.

يوضح المشروع كيفية فصل المنطق التشغيلي عن الإعداد باستخدام ملفات نصية مهيكلة لأدوار الوكلاء ومواصفات المهام. يتضمن أدلة لدمج البحث المتجه ومعالجة المستندات لبناء أنظمة الأسئلة والأجوبة بناءً على قواعد المعرفة الخارجية، بالإضافة إلى أنماط لإدراج خطوات التحقق والمراجعة اليدوية في تسلسلات الوكلاء الآلية.

تغطي الأمثلة تصميم مسارات التنفيذ التكرارية، والمعالجة المتوازية، والتوجيه الديناميكي. تدمج هذه التنفيذات إدارة الحالة لتتبع التقدم عبر التسلسلات المعقدة وربط الوكلاء بواجهات برمجة التطبيقات الخارجية، وقواعد البيانات، وأنظمة الملفات للتنفيذ المعزز بالأدوات.

يتم توفير المواد المرجعية كدفاتر Jupyter.

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.

سجل النجوم

مخطط تاريخ النجوم لـ crewaiinc/crewai-examplesمخطط تاريخ النجوم لـ crewaiinc/crewai-examples

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ CrewAI Examples

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع CrewAI Examples.
  • camel-ai/camelالصورة الرمزية لـ camel-ai

    camel-ai/camel

    17,253عرض على 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
    عرض على GitHub↗17,253
  • vrsen/agency-swarmالصورة الرمزية لـ VRSEN

    VRSEN/agency-swarm

    3,962عرض على 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
    عرض على GitHub↗3,962
  • tencentcloudadp/youtu-agentالصورة الرمزية لـ TencentCloudADP

    TencentCloudADP/youtu-agent

    4,576عرض على 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
    عرض على GitHub↗4,576
  • microsoft/agent-frameworkالصورة الرمزية لـ microsoft

    microsoft/agent-framework

    7,277عرض على 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
    عرض على GitHub↗7,277
عرض جميع البدائل الـ 30 لـ CrewAI Examples→

الأسئلة الشائعة

ما هي وظيفة crewaiinc/crewai-examples؟

يوفر هذا المستودع تنفيذات مرجعية وقوالب لتنسيق الوكلاء المتعددين، وأنظمة التوليد المعزز بالاسترجاع (RAG)، وأنماط الإنسان في الحلقة. يحتوي على مجموعة من أنماط التنفيذ لتنسيق وكلاء ذكاء اصطناعي متعددين لأتمتة سير عمل المهام التجارية المعقدة.

ما هي الميزات الرئيسية لـ crewaiinc/crewai-examples؟

الميزات الرئيسية لـ crewaiinc/crewai-examples هي: 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.

ما هي البدائل مفتوحة المصدر لـ crewaiinc/crewai-examples؟

تشمل البدائل مفتوحة المصدر لـ crewaiinc/crewai-examples: 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…