Version 2.55.0 Release: Rebranding to Astra

This commit is contained in:
g1nation
2026-05-03 20:40:40 +09:00
parent d8ae0b5964
commit a5f3e383d4
19 changed files with 140 additions and 67 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ export interface BridgeInterface {
/**
* BridgeServer:
* 외부 툴(EZER, A.U 등)과 G1nation 확장을 연결하는 통신 브릿지.
* 외부 툴(EZER, A.U 등)과 Astra 확장을 연결하는 통신 브릿지.
* 서비스 레이어(AIService, BrainService)를 통해 비즈니스 로직을 분리하여 유지보수성을 극대화했습니다.
*/
export class BridgeServer {