refactor(models): reorganize src/models.py with region blocks and updated tool lists

- Group imports: __future__, stdlib, third-party, local
- Add #region: blocks for Constants, Config Utilities, History Utilities, Pydantic Models, MMA Core, State & Config, Tool Models, UI/Editor, Persona, Workspace, MCP Config
- Update AGENT_TOOL_NAMES with all 46 tools from MCP server
- Update DEFAULT_TOOL_CATEGORIES with 9 categories: General, Surgical, Python, C/C++, Web, Runtime, Analysis, Beads
- Condense module docstring to essentials
- Preserve all [C: ...] caller annotations
This commit is contained in:
2026-05-13 22:30:13 -04:00
parent 30281843b2
commit 0741b5e69f
+258 -400
View File
File diff suppressed because one or more lines are too long