[4.1-5.4] FAM-UI Streamlit - 事件列表/筛选/明细/AI对话/对话历史/成员命名/统计图表 + 配置

This commit is contained in:
ericwyuan
2026-08-19 22:26:56 +08:00
parent cdd1f21d4c
commit 4cfb327455
4 changed files with 504 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
# FAM-UI 配置文件 (NAS 端)
# 复制此文件为 config.yaml 并修改实际值
core_url: "http://127.0.0.1:8000" # FAM-Core 地址
database:
host: "127.0.0.1"
port: 3306
user: "root"
password: ""
database: "sentinel_home_ai"