solve_record
Process case records by parsing files and generating step-by-step legal documents like inventories and briefs, with automatic or manual execution.
Instructions
사건기록 파일/폴더 → 전 단계 진행, 단계별 파일 생성(req 5).
파싱은 즉시 수행하고 00_인벤토리.md 생성. auto=False(기본)면 단계 플레이북을 반환해 호스트 LLM이 단계별로 수행(save_stage 저장). auto=True 면 ANTHROPIC_API_KEY 로 서버가 01~06 파일을 자동 생성.
brief_type: 소장|민사준비서면_원고|민사준비서면_피고|답변서|형사변론요지서|형사의견서|검토의견서|규제검토의견서 등. party_side: '원고 측'|'피고 측'|'검사'|'변호인' — 미정이면 양측 분석·권고 후 확인 요청. format_sample: 따라야 할 양식 파일 경로(있으면 역분석해 draft 에 주입).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| auto | No | ||
| engine | No | auto | |
| source | Yes | ||
| out_root | No | ||
| brief_type | No | ||
| party_side | No | ||
| format_sample | No |