razaali10 commited on
Commit
0090fb6
·
verified ·
1 Parent(s): aad9a8a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -3
README.md CHANGED
@@ -36,17 +36,20 @@ engineer.
36
  | **Built-in agent** | `POST /api/agent` and MCP tool `agent_analyze` | One natural-language call; the server's own LLM loop plans and runs the tools |
37
  | **Files** | `GET /files/{session_id}/{filename}` | Generated SWMR docx / audit-zip downloads |
38
 
39
- ## Tools (17)
40
 
41
  `upload_model` → `run_simulation` → then: `get_node_results`, `get_link_results`,
42
  `get_subcatchment_results`, `get_timeseries` (bounded series with authoritative
43
  `time_of_peak`), `query_results` (validated JSON plans against a 34-table SQLite
44
  store incl. the complete tokenized INP), `get_table_catalog`,
45
- `calgary_screening`, `preliminary_design_review` (deterministic findings register incl.
 
 
46
  RPT-### reconciliation findings), `get_reconciliation`, `run_scenario` (base never
47
  mutated; deterministic comparison), `attach_figure` (embed client-generated
48
  PNG/JPEG figures into the audited report), `generate_report` (SWMR docx + audit
49
- zip), `list_sessions`, `close_session`, `agent_analyze`.
 
50
 
51
  ### Client-figure workflow (recommended)
52
 
 
36
  | **Built-in agent** | `POST /api/agent` and MCP tool `agent_analyze` | One natural-language call; the server's own LLM loop plans and runs the tools |
37
  | **Files** | `GET /files/{session_id}/{filename}` | Generated SWMR docx / audit-zip downloads |
38
 
39
+ ## Tools (18)
40
 
41
  `upload_model` → `run_simulation` → then: `get_node_results`, `get_link_results`,
42
  `get_subcatchment_results`, `get_timeseries` (bounded series with authoritative
43
  `time_of_peak`), `query_results` (validated JSON plans against a 34-table SQLite
44
  store incl. the complete tokenized INP), `get_table_catalog`,
45
+ `calgary_screening`, `set_report_details` (site description, design objectives,
46
+ methodology, project metadata — see the swmr-site-details skill),
47
+ `preliminary_design_review` (deterministic findings register incl.
48
  RPT-### reconciliation findings), `get_reconciliation`, `run_scenario` (base never
49
  mutated; deterministic comparison), `attach_figure` (embed client-generated
50
  PNG/JPEG figures into the audited report), `generate_report` (SWMR docx + audit
51
+ zip; APPENDIX D reproduces the model .inp and .rpt as fixed-width listings
52
+ per the Calgary checklist, with untruncated copies archived under `model/`), `list_sessions`, `close_session`, `agent_analyze`.
53
 
54
  ### Client-figure workflow (recommended)
55