2 مستودعات
Linking functional tools to a language model's interface for execution within a workflow node.
Distinct from Workflow-as-a-Tool Exposure: Focuses on the binding between a model and a tool for execution, whereas Workflow-as-a-Tool focuses on exposing the workflow itself as a tool.
Explore 2 awesome GitHub repositories matching artificial intelligence & ml · Model Tool Bindings. 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
Binds functional tools to a model for execution within graph nodes to perform real-world actions.
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
Provides a core mechanism for attaching tool definitions to language models for agentic execution.