# ai-agent **Repository Path**: ppnt/ai-agent ## Basic Information - **Project Name**: ai-agent - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-01-30 - **Last Updated**: 2026-01-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ai-agent ## 初始化数据库 ``` create database defaultdb; \c defaultdb; CREATE EXTENSION IF NOT EXISTS vector; ``` 初始化tio-boot-admin需要的表 https://www.tio-boot.com/zh/70_tio-boot-admin/02.html tio_boot_admin_system_users tio_boot_admin_system_constants_config tio_boot_admin_sa_token tio_boot_admin_system_upload_file agent需要的表 https://www.tio-boot.com/zh/61_ai_agent/01.html 具体表略 用户相关表 https://www.tio-boot.com/zh/13_%E8%AE%A4%E8%AF%81/03.html 接口统计 https://www.tio-boot.com/zh/06_web/28.html sys_http_request_statistics https://www.tio-boot.com/zh/06_web/29.html sys_http_request_response_statistics https://www.tio-boot.com/zh/61_ai_agent/08.html