Tag: builtin-tool
tool
★ 77,350
Authoring Builtin Tools for Agent Runtimes
This guide details the architecture for creating agent-callable built-in tools, requiring the definition of a manifest, executor, and execution runtime. Developers must manage five distinct faces—Manifest, Executor, ExecutionRuntime, Client…
tool
Framework for Building Agent Builtin Tools
This comprehensive framework enables developers to create structured, callable APIs (builtin tools) for an agent runtime. It mandates defining manifests, executors, and various UI surfaces to integrate custom, robust logic seamlessly.