deerflow2/backend/src/subagents
LofiSu 2f50e5d969 feat(citations): inline citation links with [citation:Title](URL)
- Backend: add citation format to lead_agent and general_purpose prompts
- Add CitationLink component (Badge + HoverCard) for citation cards
- MarkdownContent: detect citation: prefix in link text, render CitationLink
- Message/artifact/subtask: use MarkdownContent or Streamdown with CitationLink
- message-list-item: pass img via components prop (remove isHuman/img)
- message-group, subtask-card: drop unused imports; fix import order (lint)

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-09 21:40:20 +08:00
..
builtins feat(citations): inline citation links with [citation:Title](URL) 2026-02-09 21:40:20 +08:00
__init__.py feat: support sub agent mechanism 2026-02-05 19:59:25 +08:00
config.py fix: fix sub agent timeout 2026-02-08 21:09:18 +08:00
executor.py feat: add DanglingToolCallMiddleware and SubagentLimitMiddleware 2026-02-09 13:22:49 +08:00
registry.py feat: support sub agent mechanism 2026-02-05 19:59:25 +08:00