awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Tool Definitions & Registration · Awesome GitHub Repositories

5 repos

Awesome GitHub RepositoriesTool Definitions & Registration

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

  1. Home
  2. Artificial Intelligence & ML
  3. Agentic Systems Frameworks
  4. Integration and Deployment
  5. Agent Frameworks
  6. Tool Definitions & Registration

Awesome Tool Definitions & Registration GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • openclaw/openclaw

    openclaw/openclaw

    211,971GitHubView on GitHub↗

    Openclaw is a platform for managing agent execution environments, providing the infrastructure to control agent lifecycles, session state, and workspace persistence. It features a centralized gateway that handles model loops, tool invocation, and streaming events, while supporting multi-agent routing and persistent mem

    TypeScriptaiassistantcrustacean
  • browser-use/browser-use

    browser-use/browser-use

    78,576GitHubView on GitHub↗

    Browser-use is a framework for building autonomous agents that navigate, interact with, and extract data from web interfaces using natural language instructions. By acting as an orchestration layer between large language models and browser automation protocols, it enables the execution of complex, multi-step workflows

    Pythonai-agentsai-toolsbrowser-automation
  • dair-ai/Prompt-Engineering-Guide

    dair-ai/Prompt-Engineering-Guide

    70,526GitHubView on GitHub↗

    This project is a comprehensive educational resource and knowledge base dedicated to the development and application of large language models and autonomous agentic systems. It provides a structured framework for understanding prompt engineering, context management, and the architectural patterns required to build task

    MDXagentagentsai-agents
  • OpenHands/OpenHands

    OpenHands/OpenHands

    67,974GitHubView on GitHub↗

    OpenHands is an autonomous agent framework designed for software engineering workflows. It provides a modular platform for orchestrating AI agents that reason, plan, and execute tasks within isolated, containerized development environments. By integrating with standard version control and development tools, the system

    Pythonagentartificial-intelligencechatgpt
  • FoundationAgents/OpenManus

    FoundationAgents/OpenManus

    54,544GitHubView on GitHub↗

    OpenManus is an autonomous agent framework designed to build intelligent software entities capable of executing complex, multi-step tasks through independent decision-making. It functions as a workflow orchestration engine that uses a central language model to interpret user goals, break them down into actionable steps

    Python

Explore sub-tags

  • Agent Tooling InterfacesFrameworks for defining and registering custom tools that agents can invoke to perform specific actions.
  • Agent Tooling RegistriesSystems for defining, registering, and managing the specific capabilities and tools available to autonomous agents.
  • Custom Tool DefinitionsFrameworks for defining custom tools by extending base classes with specific action and observation schemas.
Tool Definition Adapters
Normalization layers that standardize disparate tool-execution signatures for consistent agent-based tool invocation.
  • Tool Definition PatternsGuidelines and best practices for defining functions and tools for LLM agent execution.
  • Tool Registration SystemsMechanisms for defining and exposing functional tools to agentic reasoning engines.
  • Tool-Binding InterfacesAbstraction layers that map natural language instructions to executable functions and external API calls.