Shit has happend, among the "shit" is working on the files stuff and refactoring Core.Source to reflect on the new names for the difrent types of tool sources
build / build (push) Has been cancelled
build / build (push) Has been cancelled
This commit is contained in:
@@ -56,12 +56,12 @@ public class Display {
|
||||
|
||||
core.enablePlugins(Core.PLUGIN_DIRECTORY);
|
||||
|
||||
core.addTool(new TimeTool(), Core.Source.INTERNAL);
|
||||
core.addTool(new TimeTool(), Core.Source.CTP);
|
||||
// TODO: Well Docker failes when luanched.... Fuck
|
||||
core.addTool(new PythonRunner(core), Core.Source.INTERNAL);
|
||||
core.addTools(new MALAPITool().getOllamaTools());
|
||||
core.addTools(new GeniusTools().getGeniusTools());
|
||||
core.addTools(new WikipediaTool().getWikipediaToolsInstance());
|
||||
core.addTool(new PythonRunner(core), Core.Source.CTP);
|
||||
//core.addTools(new MALAPITool().getOllamaTools());
|
||||
//core.addTools(new GeniusTools().getGeniusTools());
|
||||
//core.addTools(new WikipediaTool().getWikipediaToolsInstance());
|
||||
|
||||
//APIApplication.start();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user