sqlite-web 0.7.2
forge.db
messages
Create
Query
account
agent_skills
agents
api_providers
channel_audit_logs
channel_bindings
channel_dedupe
channel_outbound_refs
channel_permission_links
cron_tasks
external_identities
external_users
h5_pages
hooks
im_channels
im_pairing_requests
invitations
marketplace_templates
mcp_servers
messages
provider_models
session
sessions
settings
skills
task_executions
team_members
teams
user
user_settings
verification
webhook_tokens
weixin_context_tokens
weixin_sync_cursors
workspace_members
workspaces
wxapp_configs
wxapp_tokens
Toggle helper tables
Structure
Content
Query
Insert
Drop
Import
Export
Update row 2817b53f-5e46-4806-a7a1-819bd284fd4f in messages
id
2817b53f-5e46-4806-a7a1-819bd284fd4f
Primary key.
TEXT
session_id
50bf5d09-3c66-43f7-8971-cb6862017e38
TEXT NOT NULL
role
assistant
TEXT NOT NULL
content
[{"type":"tool_use","id":"Bash_1","name":"Bash","input":{"command":"ls -la raw/ 2>/dev/null || echo \"raw directory does not exist\"","description":"Check existing raw sessions"}},{"type":"tool_use","id":"Bash_2","name":"Bash","input":{"command":"ls -la scripts/ 2>/dev/null || echo \"scripts directory does not exist\"","description":"Check if scripts directory exists"}},{"type":"tool_use","id":"Bash_3","name":"Bash","input":{"command":"ls -la raw/2026-06-29_sales-001/","description":"Check existing session content"}},{"type":"tool_use","id":"Read_4","name":"Read","input":{"file_path":"/home/forge/workspace/forgeworkspace/AI-Extraction-Engine/raw/2026-06-29_sales-001/meta.json"}},{"type":"text","text":"已存在今天的 session,我创建一个新的 session ID:`2026-06-29_sales-002`"},{"type":"tool_use","id":"Bash_5","name":"Bash","input":{"command":"mkdir -p raw/2026-06-29_sales-002","description":"Create new session directory"}},{"type":"tool_use","id":"Write_6","name":"Write","input":{"file_path":"/home/forge/workspace/forgeworkspace/AI-Extraction-Engine/raw/2026-06-29_sales-002/meta.json","content":"{\n \"sessionId\": \"2026-06-29_sales-002\",\n \"expert\": {\n \"alias\": \"\",\n \"role\": \"\",\n \"scope\": \"\",\n \"yearsOfExperience\": null,\n \"consentedAt\": \"\"\n },\n \"businessGoal\": {\n \"direction\": \"销售类\",\n \"orgContext\": \"\",\n \"kpi\": \"\",\n \"objective\": \"\"\n },\n \"status\": \"in-progress\",\n \"coverage\": {\n \"coveredCount\": 0,\n \"items\": {}\n },\n \"rights\": {\n \"withdrawable\": true,\n \"expertConsent\": \"pending\"\n },\n \"createdAt\": \"2026-06-29T00:00:00Z\"\n}\n"}},{"type":"tool_use","id":"Bash_7","name":"Bash","input":{"command":"python3 scripts/update_state.py init raw/2026-06-29_sales-002/interview_state.json 2026-06-29_sales-002","description":"Initialize interview state"}},{"type":"text","text":"---\n\n✅ **Session `2026-06-29_sales-002` 已创建**\n\n- 方向:销售类\n- 状态:等待专家到场\n\n**下一步:**\n\n请专家到场后,运行:\n\n```\n/cuiqu-interview 2026-06-29_sales-002\n```\n\n访谈中会跟专家一起确定主题、摸清角色,然后进入深度萃取。\n\n访谈结束后运行:\n\n```\n/cuiqu-interview 2026-06-29_sales-002 --wrap-up\n```\n\n做结尾覆盖检查(7项 checklist),覆盖 ≥ 5 项后可继续编译。"}]
TEXT NOT NULL
created_at
2026-06-29 05:18:41
TEXT NOT NULL (default datetime('now')
Update
Cancel