File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ const path = require("path");
3
3
const { safeJsonParse } = require ( "../http" ) ;
4
4
const { isWithin, normalizePath } = require ( "../files" ) ;
5
5
const { CollectorApi } = require ( "../collectorApi" ) ;
6
+ const { Telemetry } = require ( "../../models/telemetry" ) ;
6
7
const pluginsPath =
7
8
process . env . NODE_ENV === "development"
8
9
? path . resolve ( __dirname , "../../storage/plugins/agent-skills" )
@@ -186,6 +187,7 @@ class ImportedPlugin {
186
187
description : this . config . description ,
187
188
logger : aibitat ?. handlerProps ?. log || console . log , // Allows plugin to log to the console.
188
189
introspect : aibitat ?. introspect || console . log , // Allows plugin to display a "thought" the chat window UI.
190
+ runtime : "docker" ,
189
191
webScraper : sharedWebScraper ,
190
192
examples : this . config . examples ?? [ ] ,
191
193
parameters : {
You can’t perform that action at this time.
0 commit comments