john
26fe5912a3
fix(wechat): guard ambiguous memory recall and scheduled task execution
...
Skip memory injection for short filler messages, demote page-workflow memory
pollution, keep scheduled automation off page.generate, and fail scheduled
tasks that only return clarification instead of deliverables.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-08-01 22:50:46 +08:00
john
dcf83e9b6f
fix(memory-v2): improve pgvector recall and WeChat memory injection
...
Add keyword fallback and dedupe for pgvector resolve, score personal vs episodic memories by relevance, record WeChat recall product events, and disable broken chatrecall on Postgres session storage.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-08-01 22:26:47 +08:00
john
43bc8bbc2b
feat(h5): add LLM intent router admin controls and shadow verification.
...
Expose shadow/canary router policy in ops admin, add FAQ rule fast-path,
and tighten router defaults (1200ms timeout, 0.65 confidence).
Includes verify-h5-llm-router-shadow for production canary rollout.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-08-01 16:48:01 +08:00
john
6b6f9ed01c
fix: unblock local news page generation
2026-07-25 21:55:00 +08:00
john
764981c086
merge: integrate langgraph execution runtime
...
# Conflicts:
# agent-run-gateway.test.mjs
# capabilities.mjs
# package.json
# server.mjs
2026-07-25 00:09:15 +08:00
john
f6f2cd0933
feat: harden orchestrator execution runtime
2026-07-24 23:53:32 +08:00
john
550969bed2
fix: preserve delivered page links when auto images fail
2026-07-24 17:57:39 +08:00
john
13f5c740a1
feat: add page_data_dev code-run path and adm policy design docs
...
Introduce Page Data dev repair intent routing, page_data_dev taskType
autodetect, and help-code02 memindadm runtime policy specification.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-23 21:31:09 +08:00
john
7e20ec14f1
feat: add semantic WeChat session actions
2026-07-23 17:18:25 +08:00
john
93d7bc0cd5
feat: add episodic history recall
Memind CI / Test, build, and release guards (pull_request) Successful in 4m37s
2026-07-22 12:36:20 +08:00
john
4b15610aa8
feat(image): complete reviewed generation delivery
Memind CI / Test, build, and release guards (pull_request) Successful in 2m47s
2026-07-20 20:04:53 +08:00
john
105a72c1f1
feat: add guarded image generation controls
2026-07-20 20:04:53 +08:00
john
4e6abacce1
fix(memory): mark recalled context as untrusted
2026-07-16 21:09:21 +08:00
john
6e460336f7
feat(memory): add gated agent recall and lifecycle controls
2026-07-16 21:07:17 +08:00
john
a6620fb719
feat(mindspace): enforce PostgreSQL user data delivery
2026-07-13 15:29:29 +08:00
john
eea14c1855
Add page data delivery and publication guards
2026-07-08 21:10:47 +08:00
john
ea4c6b707c
fix(chat-intent): prefer pages for rich publishable content
2026-07-07 15:40:03 +08:00
john
ec8d0464a3
fix(chat-intent): 隐式攻略/页面生成请求直接路由到 static-page-publish
...
短句如"苏州攻略页面"此前会被规则/LLM 误判为 product-campaign-page(先追问
促销信息),导致用户体验成"卡住不动"。规则层扩大页面生成意图识别,并新增
coercePageGenerationSkill 在 LLM 判为 product-campaign-page 但明显是内容页
时强制纠正为 static-page-publish,避免不必要的追问。同步更新两个技能文档
的适用边界说明。
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-07 10:56:26 +08:00
john
14a00774d9
feat(h5): web 联网能力、实时查询路由与 session Finish 对齐
...
- 新增 web 能力并挂载 platform/web(web_search/fetch_url)
- 实时查询强制 web skill,router fallback 与 await session Finish
- Session Broker 覆盖率/指标、stream replay 与相关单测/E2E 脚本
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-06 16:06:26 +08:00
john
08feae8bef
feat(h5-session): Session Broker、run SSE replay 与 Finish 竞态修复
...
落地 H5 Session 架构 Patch 1–5(Broker 收口、Router decision、SSE taxonomy、goosed 边界检查),
并新增可选 MEMIND_RUN_STREAM_REPLAY run 事件回放与 H5 假交付 guard;修复 Finish 先于 agent-run
gate 导致 UI 永久 loading 的竞态,接入 verify:h5-session-patches 回归脚本。
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-06 14:19:48 +08:00
john
4781bbc156
fix: stop chat hang after misrouted themed article requests
...
Route themed page/article prompts to agent orchestration, reject them
from portal direct chat, and finalize regular sessions to idle when a
direct chat turn already completed.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-05 07:30:37 +08:00
john
e45c9300bf
feat: LLM intent router, direct chat execution, and Memory V2 light intervention
...
Wire chat intent routing with direct_chat on regular sessions, skill-selected
short-circuit to Agent, memory light/heavy intervention tiers, and fix direct
chat UI stuck streaming after completion.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-04 22:32:57 +08:00