- openclaw: 14개 소형 레퍼런스 파일(10~30줄) → openclaw-reference.md 1개로 통합 - 삭제: architecture, runtime, tools, skills, plugins, sessions, channels, gateway, memory, multi-agent, heartbeat, automation, security, install - 유지: agents(운영), jarvis(서버설정), ollama(통합가이드), manual(인덱스) - 태그 추가 (10개 파일): tasks, dev-environment, infra-forge, vault, cert-manager, cloudflare, openclaw-agents, irondesk, irondesk-tax-legal, aws-ses, telegram-bot, twilio - 상호참조: cloudflare.md에 netbis/cf-multisite/crowdsec/bunnycdn 링크 추가 - telegram-bot.md에 openclaw-jarvis 참조 추가 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
18 lines
589 B
Markdown
18 lines
589 B
Markdown
---
|
|
title: Forge 인프라 에이전트
|
|
updated: 2026-03-12
|
|
tags: [infra, agent, forge]
|
|
---
|
|
|
|
## 지식 베이스
|
|
|
|
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)로 구성되어 있다. → [[infra-hosts]], [[apisix]]
|