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

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

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

6 مستودعات

Awesome GitHub RepositoriesSubagent Definitions

Frameworks for defining focused agents with limited tool access.

Distinguishing note: Focuses on the definition and scoping of agents rather than the orchestration layer.

Explore 6 awesome GitHub repositories matching artificial intelligence & ml · Subagent Definitions. Refine with filters or upvote what's useful.

Awesome Subagent Definitions GitHub Repositories

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

    affaan-m/ECC

    221,981عرض على GitHub↗

    ECC هو إطار عمل لأوركسترا وكلاء LLM ومجموعة أدوات ذكاء اصطناعي عبر المنصات مصممة لتنسيق سير العمل متعدد النماذج. يوفر نظاماً لإدارة أدوار الوكلاء المتخصصة، والمهارات القابلة لإعادة الاستخدام، والتخطيط المهيكل لتنفيذ مهام تطوير البرمجيات المعقدة عبر محررات كود مختلفة مدعومة بالذكاء الاصطناعي. يتميز المشروع كمدير لبروتوكول سياق النموذج (Model Context Protocol)، حيث يوفر طبقة تكوين لدمج الخوادم الخارجية وتدقيق تنفيذ الأدوات. كما ينفذ بيئة أمنية للوكلاء (agentic security sandbox) تقيد الوصول إلى الملفات الحساسة وتفحص تسرب الأسرار لتأمين سير العمل المستقل. يغطي إطار العمل مجالات قدرة واسعة بما في ذلك أتمتة سير عمل البرمجة بالذكاء الاصطناعي مع حواجز حماية التطوير القائم على الاختبار، وتحسين تكلفة النموذج من خلال التوجيه الذكي، وإدارة الذاكرة المعزولة الحالة. كما يتضمن أدوات لفرض معايير البرمجة الخاصة باللغة وإدارة سلوكيات الوكلاء عبر بيئات تطوير متكاملة مختلفة. تتم إدارة النظام من خلال واجهة سطر أوامر تتعامل مع تثبيت الأدوات، وإصلاح التكوين، ونشر إعدادات الأدوات المسبقة.

    Defines focused subagents with limited scopes and assigned tools for delegated technical tasks.

    JavaScript
    عرض على GitHub↗221,981
  • affaan-m/everything-claude-codeالصورة الرمزية لـ affaan-m

    affaan-m/everything-claude-code

    216,499عرض على GitHub↗

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

    Assigns specific tools and models to focused subagents with limited scopes to handle delegated tasks.

    JavaScriptai-agentsanthropicclaude
    عرض على GitHub↗216,499
  • google-gemini/gemini-cliالصورة الرمزية لـ google-gemini

    google-gemini/gemini-cli

    105,341عرض على GitHub↗

    This project provides a command-line interface for managing autonomous agent workflows, task orchestration, and system-level automation. It includes a comprehensive framework for defining agent skills, managing persistent memory, and delegating tasks to specialized subagents. Users can configure complex planning modes, execute shell commands with safety constraints, and integrate external tools through standardized protocols. The platform supports non-interactive execution via a headless mode and provides an event-driven hook framework for custom lifecycle automation. It features centralized

    Configuration-based definitions allow for the isolation of subagents with restricted tool access and built-in recursion protection for complex workflows.

    TypeScriptaiai-agentscli
    عرض على GitHub↗105,341
  • voltagent/awesome-claude-code-subagentsالصورة الرمزية لـ VoltAgent

    VoltAgent/awesome-claude-code-subagents

    21,906عرض على GitHub↗

    This project provides a framework for managing multi-agent systems, designed to automate complex software development, infrastructure, and business workflows. It functions as a multi-agent workflow orchestrator that routes tasks to domain-specific workers while maintaining state persistence and infrastructure automation. By leveraging large language models, the system decomposes high-level objectives into actionable plans, ensuring that complex operations are executed with consistency and reliability. The framework distinguishes itself through its hierarchical agent registry and policy-driven

    Provides a command-line interface to search, fetch, and deploy specialized subagents directly from the repository.

    Shellai-agent-frameworkai-agent-toolsai-agents
    عرض على GitHub↗21,906
  • lastmile-ai/mcp-agentالصورة الرمزية لـ lastmile-ai

    lastmile-ai/mcp-agent

    8,037عرض على GitHub↗

    mcp-agent is a framework for building AI agents that integrate with Model Context Protocol servers to execute tools and access data. It functions as a multi-agent orchestrator and protocol-compliant server, enabling the creation of agents that can discover and invoke tools from connected external servers. The project distinguishes itself through a durable workflow engine that supports long-running tasks capable of pausing, resuming, and surviving restarts. It implements complex orchestration patterns, including iterative evaluator-optimizer loops, hierarchical workflow nesting, and specialist

    Imports agent definitions from disk to facilitate a composable, multi-agent architecture.

    Pythonagentsaiai-agents
    عرض على GitHub↗8,037
  • missing-semester-cn/missing-semester-cn.github.ioالصورة الرمزية لـ missing-semester-cn

    missing-semester-cn/missing-semester-cn.github.io

    7,311عرض على GitHub↗

    This is an open-source educational website that translates and localizes MIT's Missing Semester course, teaching practical computing skills for computer science students. The curriculum covers developer tooling, shell scripting, version control, security fundamentals, and open-source collaboration, with a focus on core computing skills including data processing pipelines, workflow automation, secure remote access, shell productivity, Vim editing, and Git version control. The project distinguishes itself by teaching command-line mastery, shell scripting, and automation to boost daily developer

    Mentions creating specialized subagents, but this is a minor topic in the broader curriculum.

    Markdown
    عرض على GitHub↗7,311
  1. Home
  2. Artificial Intelligence & ML
  3. Subagent Definitions

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

  • Agent Discovery InterfacesCommand-line tools for searching, listing, and retrieving specialized agent definitions. **Distinct from Subagent Definitions:** Distinct from Subagent Definitions: focuses on the CLI-based discovery and retrieval mechanism rather than the definition format.