12#include <agents-cpp/tool.h>
13#include <agents-cpp/tools/wiki_tool.h>
33 ToolRegistry() =
default;
34 ~ToolRegistry() =
default;
86 std::map<String, std::shared_ptr<Tool>> tools_;
Framework Namespace.
Definition agent.h:18
nlohmann::json JsonObject
JSON object type.
Definition types.h:39
std::string String
String type.
Definition types.h:27