|
forgeant docs-test-0
Build LLM-powered agents in C++
|
#include <forgeant/json/json.hpp>#include <forgeant/schema/param_schema.hpp>#include <functional>#include <string>#include <utility>

Go to the source code of this file.
Classes | |
| struct | forgeant::Tool |
Namespaces | |
| namespace | forgeant |
Functions | |
| template<typename Params , typename Func > | |
| Tool | forgeant::make_tool (std::string name, std::string description, Func &&func) |