2 रिपॉजिटरी
Management of collections of specialized functions and their associated metadata for use by AI agents.
Distinguishing note: Shortlist candidates are for general functional programming or math libraries, not agent-tool libraries.
Explore 2 awesome GitHub repositories matching artificial intelligence & ml · Agent Function Libraries. Refine with filters or upvote what's useful.
This is a framework for building autonomous agents that use large language models to plan, execute, and refine their own tasks. It functions as an autonomous task orchestrator and agent framework, utilizing a function registry to manage the code-based tools and plugins the agents use to achieve complex goals. The system is distinguished by its ability to perform autonomous code generation, where the agent analyzes requirements to write new reusable functions on the fly. It employs a recursive loop-based planning model to continuously update its goal list and refine its performance based on ex
Organizes and registers individual functions and grouped packs with associated metadata for agent use.
The agent-framework is an LLM agent orchestration framework and multi-agent workflow engine designed for building autonomous AI agents. It provides a tool integration layer for binding external functions, APIs, and sandboxed code as executable tools for language models. The framework distinguishes itself through a graph-based system for designing sequential and parallel task flows, featuring state management and checkpointing for long-running processes. It implements comprehensive conversational state management and an observability suite that uses telemetry to trace execution flows and monit
Provides agents with libraries of specialized external functions to perform tasks and access real-time data.