Commit f4dfda3
committed
Split remaining CLI handlers into sub-modules by domain (audit, doctor, mcp, memory, misc, model)
- Extract audit, doctor, mcp, memory, misc, and model handler groups
from _handlers/__init__.py into dedicated _audit.py, _doctor.py,
_mcp.py, _memory.py, _misc.py, and _model.py modules, leaving
__init__.py as a pure re-export hub1 parent 01e58c8 commit f4dfda3
8 files changed
Lines changed: 422 additions & 329 deletions
File tree
- teaagent/cli/_handlers
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
0 commit comments