feat(1c): add codex-based manager brief pipeline

This commit is contained in:
igor04091968
2026-05-22 14:21:37 +03:00
parent 729f06200c
commit 10d63d41f0
14 changed files with 963 additions and 2 deletions
+9
View File
@@ -13,3 +13,12 @@ AW_1C_COMPANY_API_PORT=8710
AW_1C_COMPANY_LOOKBACK_DAYS=30
AW_1C_COMPANY_MIN_DAYS=1
AW_1C_COMPANY_HORIZONS=7,30
AW_1C_MANAGER_BRIEF_STATE_DIR=/opt/activitywatch/clickhouse-1c/state/manager-brief
AW_1C_MANAGER_BRIEF_MODEL=gpt-5.3-codex
AW_1C_MANAGER_BRIEF_CODEX_USER=codex
AW_1C_MANAGER_BRIEF_CODEX_BIN=codex
AW_1C_MANAGER_BRIEF_WORKDIR=/home/codex/infra-admin
AW_1C_MANAGER_BRIEF_TOP_LIMIT=5
AW_1C_MANAGER_BRIEF_FRESHNESS_HOURS=8
AW_1C_MANAGER_BRIEF_TIMEOUT_SEC=300
AW_1C_MANAGER_BRIEF_RUN_AFTER_INGEST=0