mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-27 07:16:19 +09:00
refactor(core): restructure conversation/channel/message domains and modernize deployment
- Replace chat package with conversation flow architecture - Add channel identity avatar support (migration 0002) - Refactor channel adapters, identities, and message routing - Update frontend: simplify composables, modernize UI components - Improve Docker builds with cache mounts and version metadata - Optimize healthchecks and simplify service dependencies
This commit is contained in:
+3
-3
@@ -9,9 +9,9 @@
|
||||
"docs:dev": "pnpm --filter @memoh/docs dev",
|
||||
"docs:build": "pnpm --filter @memoh/docs build",
|
||||
"docs:preview": "pnpm --filter @memoh/docs preview",
|
||||
"agent:dev": "pnpm --filter @memoh/agent-gateway dev",
|
||||
"agent:build": "pnpm --filter @memoh/agent-gateway build",
|
||||
"agent:start": "pnpm --filter @memoh/agent-gateway start",
|
||||
"agent:dev": "go run ./agent-go/cmd/agent_gateway",
|
||||
"agent:build": "go build ./agent-go/cmd/agent_gateway",
|
||||
"agent:start": "go run ./agent-go/cmd/agent_gateway",
|
||||
"generate-sdk": "openapi-ts",
|
||||
"lint": "eslint .",
|
||||
"lint:fix": "eslint . --fix",
|
||||
|
||||
Reference in New Issue
Block a user