File tree 5 files changed +785
-747
lines changed
plugin-anyone/src/actions
5 files changed +785
-747
lines changed Original file line number Diff line number Diff line change 6
6
State ,
7
7
type Action ,
8
8
} from "@elizaos/core" ;
9
- import axios from "axios" ;
10
9
import { AnyoneClientService } from "../services/AnyoneClientService" ;
11
10
import { AnyoneProxyService } from "../services/AnyoneProxyService" ;
12
11
Original file line number Diff line number Diff line change @@ -258,7 +258,7 @@ export const letzAiImageGeneration = {
258
258
] ,
259
259
} ;
260
260
261
- const letzAIPlugin = {
261
+ export const letzAIPlugin = {
262
262
name : "letzai" ,
263
263
actions : [ letzAiImageGeneration ] ,
264
264
} ;
Original file line number Diff line number Diff line change 2
2
"extends" : " ../core/tsconfig.json" ,
3
3
"compilerOptions" : {
4
4
"outDir" : " dist" ,
5
- "rootDir" : " src" ,
6
- "types" : [
7
- " node"
8
- ]
5
+ "rootDir" : " ./src" ,
6
+ "declaration" : true
9
7
},
10
8
"include" : [
11
- " src/**/*.ts "
9
+ " src"
12
10
]
13
11
}
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ export default defineConfig({
15
15
"https" ,
16
16
"http" ,
17
17
"agentkeepalive" ,
18
- "zod" ,
19
18
// Add other modules you want to externalize
20
19
] ,
21
20
} ) ;
You can’t perform that action at this time.
0 commit comments