import full eventflow project

This commit is contained in:
2026-03-13 17:18:19 +08:00
parent 0edc8f7477
commit bbae58e4fe
21 changed files with 1023 additions and 0 deletions

13
.env.example Normal file
View File

@@ -0,0 +1,13 @@
# LLM (OpenAI-compatible gateway)
LLM_BASE_URL=http://129.204.192.37:23000/v1
LLM_API_KEY=sk-REDACTED
LLM_MODEL=gpt-5.2
# DB
DATABASE_URL=sqlite:///./eventflow.sqlite3
# Ingest tuning
FETCH_UA=Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123 Safari/537.36
FETCH_RPS_PER_DOMAIN=0.2
FETCH_TIMEOUT_SECS=15
FETCH_MAX_RETRIES=3