- 新增 Go 语言后端服务(server/),包含用户认证、Agent管理、数据库连接等API - 新增 Python Agent 服务(agent/),实现Agent核心逻辑和工具集 - 前端从原生HTML迁移到Vue.js框架(web/src/) - 添加 Docker Compose 支持(docker-compose.yml) - 添加项目架构文档(docs/ARCHITECTURE.md) - 添加环境变量示例(.env.example)和本地启动脚本(start-local.ps1) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
44 lines
1.4 KiB
JSON
44 lines
1.4 KiB
JSON
{
|
|
"database_id": "7eb66808-db8b-428e-8548-2f754c4fc688",
|
|
"database_name": "123",
|
|
"db_type": "mysql",
|
|
"tables": [
|
|
{
|
|
"id": "66026752-77b6-4cba-a4d1-1bf3b07e920c",
|
|
"database_id": "7eb66808-db8b-428e-8548-2f754c4fc688",
|
|
"parent_table": "teachers",
|
|
"sub_table_name": "teachers",
|
|
"sub_table_comment": "",
|
|
"mapping_type": "",
|
|
"relation_field": "",
|
|
"relation_type": "",
|
|
"created_at": "2026-03-06T15:12:24.217+08:00",
|
|
"updated_at": "2026-03-06T15:12:24.217+08:00"
|
|
},
|
|
{
|
|
"id": "be59cb63-c5cf-46bf-b77a-46ce1fcb374b",
|
|
"database_id": "7eb66808-db8b-428e-8548-2f754c4fc688",
|
|
"parent_table": "scores",
|
|
"sub_table_name": "scores",
|
|
"sub_table_comment": "",
|
|
"mapping_type": "",
|
|
"relation_field": "",
|
|
"relation_type": "",
|
|
"created_at": "2026-03-06T15:12:24.112+08:00",
|
|
"updated_at": "2026-03-06T15:12:24.112+08:00"
|
|
},
|
|
{
|
|
"id": "d91e5cd4-09c9-40a8-9c42-8f5ce0f059e1",
|
|
"database_id": "7eb66808-db8b-428e-8548-2f754c4fc688",
|
|
"parent_table": "students",
|
|
"sub_table_name": "students",
|
|
"sub_table_comment": "",
|
|
"mapping_type": "",
|
|
"relation_field": "",
|
|
"relation_type": "",
|
|
"created_at": "2026-03-06T15:12:24.166+08:00",
|
|
"updated_at": "2026-03-06T15:12:24.166+08:00"
|
|
}
|
|
],
|
|
"updated_at": "2026-03-06T15:12:24.2696469+08:00"
|
|
} |