6 مستودعات
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.
ECC هو إطار عمل لأوركسترا وكلاء LLM ومجموعة أدوات ذكاء اصطناعي عبر المنصات مصممة لتنسيق سير العمل متعدد النماذج. يوفر نظاماً لإدارة أدوار الوكلاء المتخصصة، والمهارات القابلة لإعادة الاستخدام، والتخطيط المهيكل لتنفيذ مهام تطوير البرمجيات المعقدة عبر محررات كود مختلفة مدعومة بالذكاء الاصطناعي. يتميز المشروع كمدير لبروتوكول سياق النموذج (Model Context Protocol)، حيث يوفر طبقة تكوين لدمج الخوادم الخارجية وتدقيق تنفيذ الأدوات. كما ينفذ بيئة أمنية للوكلاء (agentic security sandbox) تقيد الوصول إلى الملفات الحساسة وتفحص تسرب الأسرار لتأمين سير العمل المستقل. يغطي إطار العمل مجالات قدرة واسعة بما في ذلك أتمتة سير عمل البرمجة بالذكاء الاصطناعي مع حواجز حماية التطوير القائم على الاختبار، وتحسين تكلفة النموذج من خلال التوجيه الذكي، وإدارة الذاكرة المعزولة الحالة. كما يتضمن أدوات لفرض معايير البرمجة الخاصة باللغة وإدارة سلوكيات الوكلاء عبر بيئات تطوير متكاملة مختلفة. تتم إدارة النظام من خلال واجهة سطر أوامر تتعامل مع تثبيت الأدوات، وإصلاح التكوين، ونشر إعدادات الأدوات المسبقة.
Defines focused subagents with limited scopes and assigned tools for delegated technical tasks.
Everything Claude Code هو إطار عمل وكيل مصمم لتنسيق سير عمل تطوير البرمجيات المعقدة من خلال تفويض الوكلاء الفرعيين المتخصصين. يعمل كطائرة تحكم تدير سلوك الوكيل، والوصول إلى الأدوات، وكفاءة نافذة السياق، مما يسمح للمطورين بتقسيم المهام الكبيرة إلى عمليات فرعية مركزة ومحددة النطاق تمنع تحميل النظام الزائد. يتميز إطار العمل بطبقة أمن وأتمتة قوية تتضمن التحليل الثابت الآلي واختبار الاختراق العدائي لتدقيق تكوينات الوكيل. وهو يتيح إنشاء أنماط سلوكية قابلة لإعادة الاستخدام وتسلسلات أتمتة، والتي يمكن مشاركتها عبر البيئات كمهارات معيارية. من خلال مزامنة التكوينات الخاصة بالمشروع وتعليمات الدردشة، فإنه يضمن بقاء معايير البرمجة وقيود الأمان متسقة عبر كل من سطر الأوامر وبيئات التطوير المتكاملة. بعيداً عن قدرات الأوركسترا الأساسية، يوفر المشروع أدوات شاملة لإدارة التكاليف التشغيلية أثناء الجلسات طويلة الأمد. يتضمن آليات لتحسين الرموز الديناميكي، وإدارة حالة الجلسة، والخطافات القائمة على الأحداث التي تطلق نصوص التحقق أو فرض الجودة. يدعم النظام أيضاً استخراج الأنماط المتكررة من تاريخ التحكم في الإصدار لتوليد مجموعات مهارات متخصصة، مما يزيد من تبسيط مهام التطوير المتكررة.
Assigns specific tools and models to focused subagents with limited scopes to handle delegated tasks.
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.
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.
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.
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.