mirror of
https://github.com/val1813/kwcode.git
synced 2026-09-08 09:03:04 +08:00
CLI restructure: - kaiwu/cli/main.py: only app registration + entry point (173 lines) - kaiwu/cli/commands/task.py: run/chat/vision/multi-task commands - kaiwu/cli/commands/expert.py: expert list/info/export/install/remove - kaiwu/cli/commands/config.py: init/api/model/setup-search/serve - kaiwu/cli/formatters.py: Rich output formatting (spinner, summary, header) Expert-level EventBus emit: - locator.py: emit file reads and method type - event_bus.py: singleton get_instance() for expert access - orchestrator.py: pass bus to experts for fine-grained events 451/451 tests green. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2 lines
22 B
Python
2 lines
22 B
Python
# CLI command modules
|