feat: P&ID 연결 분석, LLM 에이전트 모드, KB 확장, MCP 서버 리팩토링

- P&ID: 연결 분석 API, Prefix 규칙 관리, 카테고리 분류, DXF 그래프 빌드
- LLM: 대화 요약, tool card 영구 보존, 시계열 차트(uPlot), 에이전트 모드
- KB: 청크 미리보기, Field Instrument Inference, 인증/Qdrant 클라이언트
- MCP: 서버 기능 확장, 파이프라인 수정, timeout 개선
- Frontend: P&ID UI, LLM UI, KB UI, OPC UA Write 탭 추가
- 설정: AGENTS.md, plant_context, README, opencode.json 업데이트
- 정리: 진단 체크리스트 문서 삭제
This commit is contained in:
windpacer
2026-05-21 23:36:57 +09:00
parent 960bda4a3c
commit 302183c97e
142 changed files with 2432231 additions and 1082 deletions

2
mcp-server/uv.lock generated
View File

@@ -1234,6 +1234,7 @@ dependencies = [
{ name = "psycopg", extra = ["binary"] },
{ name = "pymupdf" },
{ name = "python-docx" },
{ name = "pyyaml" },
{ name = "qdrant-client" },
{ name = "scikit-learn", version = "1.7.2", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.11'" },
{ name = "scikit-learn", version = "1.8.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.11'" },
@@ -1257,6 +1258,7 @@ requires-dist = [
{ name = "psycopg", extras = ["binary"], specifier = ">=3.1.0" },
{ name = "pymupdf", specifier = ">=1.24.0" },
{ name = "python-docx", specifier = ">=1.1.0" },
{ name = "pyyaml", specifier = ">=6.0.0" },
{ name = "qdrant-client", specifier = ">=1.9.0" },
{ name = "scikit-learn", specifier = ">=1.3.0" },
{ name = "sentence-transformers", specifier = ">=3.0.0" },