cli/cmd/ml
Claude a43cc099cd
Some checks are pending
Security Scan / Go Vulnerability Check (push) Waiting to run
Security Scan / Secret Detection (push) Waiting to run
Security Scan / Dependency & Config Scan (push) Waiting to run
feat(cli): migrate imports to split repos + wire go-agentic registry
Virgil split go-ai into standalone modules (go-agentic, go-ml, go-mlx,
go-rag). This migrates all CLI imports to the new module paths and fixes
API mismatches from the split.

Key changes:
- go-ai/agentic → go-agentic (cmd/ai, cmd/dev)
- go-ai/ml → go-ml (31 files in cmd/ml)
- go-ai/rag → go-rag (3 files in cmd/rag)
- go-ai/mlx → go-mlx (1 file)
- Fix go.work path (../core → ../go)
- Add all split repos to go.work and go.mod
- Simplify daemon to goroutine-based MCP (remove missing supervisor)
- Wire go-agentic SQLiteRegistry into dispatch watch (--agent-id flag)
- Add `core ai agent fleet` command for local registry status
- Fix rag collections API (PointCount, Status string)
- Fix ml live/expand-status to use available go-ml API

Co-Authored-By: Charon <charon@lethean.io>
2026-02-20 12:47:02 +00:00
..
chat.js feat(ml): add context windowing, fix chat UI max-tokens 2026-02-17 19:18:31 +00:00
chat_embed.go feat(ml): add context windowing, fix chat UI max-tokens 2026-02-17 19:18:31 +00:00
cmd_agent.go feat(cli): migrate imports to split repos + wire go-agentic registry 2026-02-20 12:47:02 +00:00
cmd_approve.go feat(cli): migrate imports to split repos + wire go-agentic registry 2026-02-20 12:47:02 +00:00
cmd_benchmark.go feat(cli): migrate imports to split repos + wire go-agentic registry 2026-02-20 12:47:02 +00:00
cmd_benchmark_init.go feat(ml): add benchmark command for baseline vs trained model comparison 2026-02-17 17:55:10 +00:00
cmd_chat.go feat(cli): migrate imports to split repos + wire go-agentic registry 2026-02-20 12:47:02 +00:00
cmd_chat_init.go feat(ml): add interactive chat command with training capture 2026-02-17 17:47:32 +00:00
cmd_consolidate.go feat(cli): migrate imports to split repos + wire go-agentic registry 2026-02-20 12:47:02 +00:00
cmd_convert.go feat(cli): migrate imports to split repos + wire go-agentic registry 2026-02-20 12:47:02 +00:00
cmd_coverage.go feat(cli): migrate imports to split repos + wire go-agentic registry 2026-02-20 12:47:02 +00:00
cmd_expand.go feat(cli): migrate imports to split repos + wire go-agentic registry 2026-02-20 12:47:02 +00:00
cmd_expand_status.go feat(cli): migrate imports to split repos + wire go-agentic registry 2026-02-20 12:47:02 +00:00
cmd_export.go feat(cli): migrate imports to split repos + wire go-agentic registry 2026-02-20 12:47:02 +00:00
cmd_gguf.go feat(cli): migrate imports to split repos + wire go-agentic registry 2026-02-20 12:47:02 +00:00
cmd_import.go feat(cli): migrate imports to split repos + wire go-agentic registry 2026-02-20 12:47:02 +00:00
cmd_ingest.go feat(cli): migrate imports to split repos + wire go-agentic registry 2026-02-20 12:47:02 +00:00
cmd_inventory.go feat(cli): migrate imports to split repos + wire go-agentic registry 2026-02-20 12:47:02 +00:00
cmd_lesson.go feat(cli): migrate imports to split repos + wire go-agentic registry 2026-02-20 12:47:02 +00:00
cmd_lesson_init.go feat(ml): add lesson and sequence commands for structured training 2026-02-17 17:52:02 +00:00
cmd_live.go feat(cli): migrate imports to split repos + wire go-agentic registry 2026-02-20 12:47:02 +00:00
cmd_metrics.go feat(cli): migrate imports to split repos + wire go-agentic registry 2026-02-20 12:47:02 +00:00
cmd_ml.go feat(ml): add live progress and expand-status commands 2026-02-17 19:53:07 +00:00
cmd_normalize.go feat(cli): migrate imports to split repos + wire go-agentic registry 2026-02-20 12:47:02 +00:00
cmd_probe.go feat(cli): migrate imports to split repos + wire go-agentic registry 2026-02-20 12:47:02 +00:00
cmd_publish.go feat(cli): migrate imports to split repos + wire go-agentic registry 2026-02-20 12:47:02 +00:00
cmd_query.go feat(cli): migrate imports to split repos + wire go-agentic registry 2026-02-20 12:47:02 +00:00
cmd_sandwich.go feat(cli): migrate imports to split repos + wire go-agentic registry 2026-02-20 12:47:02 +00:00
cmd_sandwich_init.go feat(ml): add core ml sandwich command for LEK training data generation 2026-02-17 17:46:10 +00:00
cmd_score.go feat(cli): migrate imports to split repos + wire go-agentic registry 2026-02-20 12:47:02 +00:00
cmd_seed_influx.go feat(cli): migrate imports to split repos + wire go-agentic registry 2026-02-20 12:47:02 +00:00
cmd_sequence.go feat(cli): migrate imports to split repos + wire go-agentic registry 2026-02-20 12:47:02 +00:00
cmd_serve.go feat(cli): migrate imports to split repos + wire go-agentic registry 2026-02-20 12:47:02 +00:00
cmd_status.go feat(cli): migrate imports to split repos + wire go-agentic registry 2026-02-20 12:47:02 +00:00
cmd_train.go feat(cli): migrate imports to split repos + wire go-agentic registry 2026-02-20 12:47:02 +00:00
cmd_train_init.go feat(ml): add core ml train command for LoRA fine-tuning 2026-02-17 17:37:54 +00:00
cmd_worker.go feat(cli): migrate imports to split repos + wire go-agentic registry 2026-02-20 12:47:02 +00:00
serve_backend_default.go feat(cli): migrate imports to split repos + wire go-agentic registry 2026-02-20 12:47:02 +00:00
serve_backend_mlx.go feat(cli): migrate imports to split repos + wire go-agentic registry 2026-02-20 12:47:02 +00:00