yungyoda

Results 5 comments of yungyoda

@DuCanhGH what did you do to get it to work properly?

Experiencing the same thing.

@cxp-13 try removing starterPlugin from your index.ts ```export const projectAgent: ProjectAgent = { character, init: async (runtime: IAgentRuntime) => await initCharacter({ runtime }), plugins: [],

this fixed for me at least.

> > [@cxp-13](https://github.com/cxp-13) try removing starterPlugin from your index.ts > > ``` > > character, > > init: async (runtime: IAgentRuntime) => await initCharacter({ runtime }), > > plugins: [],...