[全量] 初始化项目代码、配置、文档及Agent协同harness

This commit is contained in:
2026-04-02 11:36:05 +08:00
parent 0553309cdf
commit 87e571d9ec
1133 changed files with 221948 additions and 0 deletions

20
chat_web_front/start.sh Executable file
View File

@@ -0,0 +1,20 @@
#!/bin/bash
# Vue前端启动脚本
cd "$(dirname "$0")"
echo "=========================================="
echo "启动 Chat Web Front"
echo "=========================================="
echo ""
echo "前端端口: 3000"
echo "访问地址: http://localhost:3000/metalinfo"
echo ""
echo "后端API: http://localhost:8099/chat_web_backend"
echo ""
echo "按 Ctrl+C 停止服务"
echo "=========================================="
echo ""
# 启动开发服务器
npm run dev