deerflow2/backend/src
aworki 2f47f1ced2
feat(threads): paginate full history via summaries endpoint (#1022)
* feat(threads): add paginated summaries API and load full history

* fix(threads): address summaries review feedback

- validate summaries sort params and log gateway failures
- page frontend thread summaries without stale query keys or silent truncation
- export router modules and tighten thread list typing

Refs: 2901804166, 2901804176, 2901804179, 2901804180, 2901804183, 2901804187, 2901804191

---------

Co-authored-by: Willem Jiang <willem.jiang@gmail.com>
2026-03-09 16:08:02 +08:00
..
agents fix(checkpointer): return InMemorySaver instead of None when not configured (#1016) (#1019) 2026-03-09 15:48:27 +08:00
channels feat(channels): make mobile session settings configurable by channel and user (#1021) 2026-03-08 22:19:40 +08:00
community feat: add IM channels for Feishu, Slack, and Telegram (#1010) 2026-03-08 15:21:18 +08:00
config feat: add thinking settings to compatible anthropic api (#1017) 2026-03-08 20:18:21 +08:00
gateway feat(threads): paginate full history via summaries endpoint (#1022) 2026-03-09 16:08:02 +08:00
mcp feat(mcp): add OAuth support for HTTP/SSE MCP servers (#908) 2026-03-01 22:38:58 +08:00
models feat: add thinking settings to compatible anthropic api (#1017) 2026-03-08 20:18:21 +08:00
reflection feat: add IM channels for Feishu, Slack, and Telegram (#1010) 2026-03-08 15:21:18 +08:00
sandbox Enhance chat UI and compatible anthropic thinking messages (#1018) 2026-03-08 20:19:31 +08:00
skills feat(skills): support recursive nested skill loading (#950) 2026-03-02 21:02:03 +08:00
subagents fix(subagent): support async MCP tools in subagent executor (#917) 2026-03-06 14:40:56 +08:00
tools feat: add IM channels for Feishu, Slack, and Telegram (#1010) 2026-03-08 15:21:18 +08:00
utils fix(backend): Fix readability extraction crash when Node parser fails (#937) 2026-03-01 22:24:02 +08:00
__init__.py chore: add an empty __init__.py 2026-01-14 07:16:27 +08:00
client.py Support langgraph checkpointer (#1005) 2026-03-07 21:07:21 +08:00