P0luz
3aae7582fb
feat: redirect / to /dashboard
Build & Push Docker Image / build-and-push (push) Waiting to run
Tests / test (push) Waiting to run
2026-04-21 20:53:34 +08:00
P0luz
71154d905f
refactor: doc/code consistency, OMBRE_PORT, webhook push, host-vault dashboard
...
Doc-code consistency (per BEHAVIOR_SPEC.md ground truth):
- INTERNALS.md, dehydrator.py, README.md, config.example.yaml: drop the
outdated "API 不可用自动降级到本地关键词提取" claims; align with the
"RuntimeError on API outage, no silent fallback" design decision
- INTERNALS.md & BEHAVIOR_SPEC.md narrative: activation_count=1 → 0 (B-04)
- server.py header: 5 MCP tools → 6 (add dream)
OMBRE_PORT (T5/T6):
- Replace hardcoded 8000 in FastMCP / uvicorn / keepalive URL
with int(os.environ.get("OMBRE_PORT", "8000"))
OMBRE_HOOK_URL / OMBRE_HOOK_SKIP webhook (T7):
- Implement _fire_webhook() helper: fire-and-forget POST with 5s timeout,
failures logged at WARNING but never propagated
- Wired into breath / dream MCP tools and /breath-hook + /dream-hook routes
- Push payload: {event, timestamp, payload:{...}}; documented in ENV_VARS.md
Dashboard host-vault input (T12, per user request):
- New /api/host-vault GET/POST endpoints persist OMBRE_HOST_VAULT_DIR
to project-root .env (idempotent upsert, preserves other entries,
rejects quotes/newlines)
- Settings tab gains a "宿主机记忆桶目录 (Docker)" panel with
load/save buttons and a clear "需要 docker compose down/up 生效" notice
2026-04-21 20:08:52 +08:00
P0luz
b318e557b0
fix: complete B-03/B-08/B-09 and add OMBRE_*_MODEL env vars
...
- decay_engine: keep activation_count as float (B-03);
refresh local meta after auto_resolve so resolved_factor
applies in the same cycle (B-08)
- server.hold(): user-supplied valence/arousal now takes
priority over analyze() output (B-09)
- utils.load_config: support OMBRE_DEHYDRATION_MODEL
(with OMBRE_MODEL alias) and OMBRE_EMBEDDING_MODEL
- ENV_VARS.md: document new model env vars
- tests/conftest.py: align fixture with spec-correct weights
(time_proximity=1.5, content_weight=1.0) and feel subdir layout
2026-04-21 19:05:08 +08:00
P0luz
ccdffdb626
spec: add BEHAVIOR_SPEC and fix B-01~B-10 (resolved/decay/scoring)
...
- Add BEHAVIOR_SPEC.md as full system behaviour reference
- B-01: stop auto-archiving resolved buckets in update()
- B-03: keep activation_count as float in calculate_score
- B-04: initialise activation_count=0 on create
- B-05: time score coefficient 0.1 -> 0.02
- B-06: w_time default 2.5 -> 1.5
- B-07: content_weight default 3.0 -> 1.0
- B-08: refresh local meta after auto_resolve
- B-09: user-supplied valence/arousal takes priority over analyze()
- B-10: allow empty domain for feel buckets
- Refresh INTERNALS/README/dashboard accordingly
2026-04-21 18:45:52 +08:00
P0luz
d4740f0d1f
fix: dehydrate优先走API + SQLite缓存, breath/pulse显示bucket_id
...
Build & Push Docker Image / build-and-push (push) Has been cancelled
Tests / test (push) Has been cancelled
- dehydrate() 现在仅通过 API 脱水,不再有本地 fallback
- 新增 SQLite 持久缓存 (dehydration_cache.db),避免重复 API 调用
- 删除 _local_dehydrate() 和 _extract_keywords(),移除 jieba 依赖
- breath 三种模式 (surfacing/search/feel) 输出添加 [bucket_id:xxx]
- pulse 输出每行添加 bucket_id:xxx
2026-04-19 13:12:44 +08:00
P0luz
821546d5de
docs: update README/INTERNALS for import feature, harden .gitignore
2026-04-19 12:09:53 +08:00
P0lar1s
faf80fea69
fix: improve merge logic, time decay, breath output format, session hook
2026-04-15 22:02:38 +08:00
P0lar1s
0d695f71cb
init: first commit to Gitea mirror, update README with Docker quick start and new repo URL
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-15 15:44:25 +08:00