reactor(cli): move memoh cli to tui

1. Split the oversized `cmd/agent` entrypoint into a multi-file package and update dev/build scripts to use the package path instead of compiling `main.go` directly.
2. Add a new `memoh` terminal UI for local bot chat, with Bubble Tea
This commit is contained in:
晨苒
2026-04-14 00:39:34 +08:00
parent 8c9f222783
commit d50eeea114
32 changed files with 2140 additions and 1962 deletions
+1 -1
View File
@@ -4,5 +4,5 @@ dir = "{{cwd}}"
[tasks.start]
alias = "dev"
description = "Start server"
run = "go run cmd/agent/main.go"
run = "go run cmd/agent"
depends = ["//:go-install"]