Initial commit: OpenMemory에서 마이그레이션한 장기기억 볼트

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
kappa
2026-03-12 16:34:42 +09:00
commit ea090d1c18
20 changed files with 592 additions and 0 deletions

17
infra/infra-forge.md Normal file
View File

@@ -0,0 +1,17 @@
---
title: Forge 인프라 에이전트
updated: 2026-03-12
source: openmemory
---
## 지식 베이스
infra.yaml 지식 베이스 + enrichment(IP→네트워크/인스턴스 레이블) + LLM(gemini-2.5-flash)으로 종합 보고
## 메시지 타입
메시지: INFRA_REPORT(전체보고), INFRA_QUERY(특정질문)
## MCP 구조
구조는 server.py(초기화), config.py(설정), haproxy_client.py(Runtime API), ssh_ops.py(SSH), db.py(SQLite), tools/(domains, servers, health, monitoring, configuration, certificates)로 구성되어 있다.