2 个仓库
Registering user-defined REST APIs with documentation and implementation so a model can discover and call them during inference.
Distinct from REST API Implementations: Distinct from REST API Implementations: focuses on registering APIs for model discovery, not on implementing server-side endpoints.
Explore 2 awesome GitHub repositories matching web development · Custom API Registrations. Refine with filters or upvote what's useful.
Osmedeus is a security workflow orchestration engine that coordinates AI agents, shell commands, and scanning tools through declarative YAML pipelines. It functions as a distributed security scanner, a declarative workflow automator, and an AI agent framework for security, enabling automated multi-step security analysis with conditional branching, parallel execution, and distributed workers. The engine distinguishes itself through a hybrid runner model that executes workflow steps on the local host, inside Docker containers, or over SSH to remote machines, selected per step or module. It supp
Registers new REST API handlers and routes in the server to extend its functionality.
ToolBench is an open platform for training, serving, and evaluating large language models that retrieve and call real-world APIs to complete user instructions. It provides an API-aware inference engine that selects relevant tools from a large corpus and generates sequences of tool calls to produce final answers, along with a custom API registration system that lets users add their own REST endpoints for the model to discover and invoke. The platform includes a complete instruction-tuning pipeline for training models on curated tool-use data, a multi-tool execution engine that coordinates sequ
Registers user-defined REST APIs with documentation and implementation for model discovery during inference.