Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 440 Bytes

File metadata and controls

15 lines (9 loc) · 440 Bytes

Code Index - config

프로젝트 전반 설정의 중앙 허브. Pydantic ResearchConfig로 LangGraph/A2A 공통 설정을 관리합니다.

Files

  • init.py: ResearchConfig export.
  • research_config.py: 실행/LLM/HITL/MCP/A2A 설정과 변환 헬퍼(from_*, to_*, get_*).
  • code_index.md: 이 문서.

Related