12#include <agents-cpp/tool.h>
39 void setupParameters();
46 bool validatePythonCode(
const String& code)
const;
53 bool isDangerousPythonCode(
const String& code)
const;
76 static bool pythonInitialized;
81 static void initializePython();
86 static void finalizePython();
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