2 مستودعات
Standardized definitions of tools including metadata and execution logic for LLM invocation.
Distinct from Standardized Tool Execution: Shortlist candidates focus on interceptors or local execution, not the definition of the tool interface itself.
Explore 2 awesome GitHub repositories matching artificial intelligence & ml · Executable Tool Definitions. Refine with filters or upvote what's useful.
Eino is an AI agent development kit and LLM application framework designed for building autonomous agents and orchestrating complex language model workflows. It serves as a multi-agent orchestration engine and workflow orchestrator, providing a graph-based execution model to route data between models, tools, and retrievers. The framework distinguishes itself through a robust set of multi-agent coordination patterns, including supervisor-led management, sequential flows, and autonomous reasoning loops like ReAct. It features advanced agent execution controls such as active turn preemption, che
Creates tool interfaces with metadata and execution logic that enable models to perform specific tasks.
هذا هو طقم تطوير برمجيات (SDK) وإطار عمل لتنفيذ بروتوكول سياق النموذج (Model Context Protocol) بلغة Go. يوفر نظاماً موحداً لبناء خوادم وعملاء يتبادلون الموارد الخارجية، والبيانات الخاصة، والأدوات القابلة للتنفيذ لتوفير السياق لنماذج اللغة الكبيرة (LLM). تتضمن الـ SDK مكتبة اتصالات JSON-RPC وإطار عمل تكامل لعرض البيانات المحلية، وقوالب المطالبات (prompt templates)، والوظائف المكتوبة (typed functions) لنماذج الذكاء الاصطناعي. يتيح المشروع تطوير خوادم بروتوكول توفر سياقاً خارجياً وعملاء يستهلكون هذه الأدوات والموارد البعيدة. يغطي المشروع إدارة دورة حياة الاتصال والتفاوض على إصدار البروتوكول لضمان التوافق. ويوفر تجريدات للنقل لتبادل الرسائل عبر المدخلات/المخرجات القياسية أو HTTP، إلى جانب قدرات لتعيين الموارد وإدارة الجلسات. تشمل ميزات الأمان والمراقبة تكامل هوية OAuth، وقيود الوصول إلى الدليل للخوادم، وأدوات لفحص حركة المرور والتحقق من القدرات.
Provides standardized definitions for executable tools, including metadata and logic for LLM invocation.