feat: setup phase 3 agent infrastructure + enable docker ci on prs
CI / CI (push) Successful in 15m5s

- Enable docker build, sha extraction on PRs (validate Dockerfile)
   - Add SOPS encrypted memory-agent credentials
   - Plan 15 tasks: 5 memory service + 10 temporal workflow
   - Milestone: monitoring-agent (due 2025-03-15)
   - Ready: Forgejo API token needed for PR automation
 ```

Co-authored-by: rock <[email protected]>
This commit was merged in pull request #45.
This commit is contained in:
2026-09-08 23:16:31 +00:00
committed by rock
parent 83a50844c5
commit 1e5c3d1433
20 changed files with 2538 additions and 218 deletions
+5
View File
@@ -21,3 +21,8 @@ data:
OPENSEARCH_HOST: "opensearch.poimen.svc.cluster.local:9200"
# Obsidian
OBSIDIAN_URL: "http://obsidian-server.poimen.svc.cluster.local:8080"
# LLM Configuration (for entity extraction)
LLM_ENDPOINT: "http://api-internal.riotpiao.com:8000/v1/chat/completions"
LLM_MODEL: "qwen:7b"
LLM_TIMEOUT_SECS: "30"
ENABLE_LLM_EXTRACTION: "true"