docs(project): add production-ready documentation

Add a top-level README plus production configuration, API, and rollout documentation. Also align deployment and runbook docs with the current runtime semantics, ports, and daily pipeline entrypoints.
This commit is contained in:
phamnazage-jpg
2026-05-14 19:55:12 +08:00
parent a8999abcb0
commit dd58c18fe3
7 changed files with 759 additions and 10 deletions

View File

@@ -6,3 +6,12 @@ OPENROUTER_API_KEY=
# 本机 PostgreSQL 连接long 用户通过本地 socket 直连)
DATABASE_URL="host=/var/run/postgresql dbname=llm_intelligence user=long sslmode=disable"
# API Server 监听端口(默认 8080
PORT=8080
# 正式日报失败告警(可选)
FEISHU_WEBHOOK=
# 日报输出目录(可选,默认 reports/daily
REPORT_OUTPUT_DIR="reports/daily"