feat: communication spine — gateway, TUI, Discord (#61)
Co-authored-by: Jason Woltje <jason@diversecanvas.com> Co-committed-by: Jason Woltje <jason@diversecanvas.com>
This commit was merged in pull request #61.
This commit is contained in:
9
apps/gateway/src/agent/agent.module.ts
Normal file
9
apps/gateway/src/agent/agent.module.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { Global, Module } from '@nestjs/common';
|
||||
import { AgentService } from './agent.service.js';
|
||||
|
||||
@Global()
|
||||
@Module({
|
||||
providers: [AgentService],
|
||||
exports: [AgentService],
|
||||
})
|
||||
export class AgentModule {}
|
||||
Reference in New Issue
Block a user