jxxghp
b914e8b6e4
refactor: strengthen architecture CI gates and runtime contracts
2026-08-25 17:02:29 +08:00
jxxghp
ffe6da2135
refactor: own active workflow executions
2026-08-24 16:26:39 +08:00
jxxghp
48e796cab7
refactor: unify workflow data port access
2026-08-24 04:11:09 +08:00
jxxghp
8555d0da3e
refactor: use explicit system config getter
2026-08-24 04:04:35 +08:00
jxxghp
4dd2d7fed2
refactor: use explicit runtime facade getters
2026-08-24 03:56:54 +08:00
jxxghp
3a3c0b4ab6
refactor: migrate workflow actions to runtime config snapshot
2026-08-23 00:50:04 +08:00
jxxghp
ab51b5116a
refactor: migrate workflow actions to runtime config snapshot
2026-08-23 00:37:03 +08:00
InfinityPacer
3a5947cc88
feat: 升级 V3 默认运行时至 Python 3.14 与 Debian Trixie ( #6382 )
2026-08-22 07:16:35 +08:00
jxxghp
8472bcff43
refactor: 收口 V3 分层架构与插件兼容边界
2026-08-18 13:22:02 +08:00
jxxghp
5128ae9e1e
refactor: 推进后端分层架构治理
2026-08-18 00:29:14 +08:00
jxxghp
240a4dffe6
refactor(schemas): 统一 message/notification 命名边界,旧名收敛至兼容映射表
...
- notification 域:渠道能力(MessageChannel→NotificationChannel、ChannelCapability* 迁入 notification.py)
- message 域:消息收发(Notification→Message、NotificationType→MessageType、CommingMessage→IncomingMessage、NotificationHistoryItem→MessageHistoryItem、NotificationClear*→MessageClear*)
- Agent 工具契约:send_notification_message→send_message、notification_callback→message_callback
- 源码不保留旧名物理别名,旧导入经 app/runtime/compat/manifest.py SYMBOL_ALIASES 惰性解析
- API 路径与持久化键冻结不变,前端零改动
- 新增兼容守护测试与 docs/rules/07 命名边界规范
2026-08-16 19:32:20 +08:00
Aqr-K
8a11214a43
refactor(db): 修复异步连接池无界增长,并完成 SQLAlchemy 2.0 迁移与分层归位 ( #6320 )
2026-08-15 06:58:38 +08:00
jxxghp
369d7d6448
refactor: reorganize backend module boundaries
2026-08-14 19:53:33 +08:00
jxxghp
7b3444c366
refactor backend module architecture
2026-08-14 15:45:38 +08:00
jxxghp
baf8850d63
refactor(api): standardize responses and restore media config contracts
2026-08-12 23:15:13 +08:00
jxxghp
ca32922a7f
refactor(media): unify media identity and chain responsibilities
2026-08-12 18:31:09 +08:00
jxxghp
8bf2f601a6
refactor(media): unify source identity and music browsing
2026-08-12 12:56:40 +08:00
jxxghp
97dba2a8ae
feat: unify media recognition and music lifecycle
2026-08-12 06:51:58 +08:00
jxxghp
3b709b7f2e
feat: unify media source identity flow ( #6129 )
2026-07-21 20:20:09 +08:00
InfinityPacer
5588e37c6d
fix: preserve season zero semantics ( #6150 )
2026-07-20 06:55:23 +08:00
jxxghp
97cfcda03c
feat(workflow): implement action contract management for inputs and outputs
2026-06-04 21:06:25 +08:00
jxxghp
a2984530f8
feat(workflow): add execution configuration and structured execution state to workflow
2026-06-04 15:57:34 +08:00
jxxghp
7474ecd02f
feat(workflow): enhance action execution with structured results and context management
2026-06-04 14:28:46 +08:00
jxxghp
9056caae40
feat(workflow): enhance workflow execution and context management
2026-06-04 14:10:06 +08:00
InfinityPacer
b989d08385
fix(workflow): use core torrent info for RSS action ( #5786 )
2026-05-19 13:04:03 +08:00
DDSRem and Claude Sonnet 4.6
10a9e7293a
fix(workflow): use MediaChain instead of SearchChain for recognize_by_meta in fetch_torrents
...
SearchChain does not have a recognize_by_meta method; this belongs to MediaChain.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-05-12 18:51:06 +08:00
jxxghp
79eb128196
refactor: streamline media recognition by removing MetaInfoPath usage
2026-05-10 09:26:13 +08:00
jxxghp
c52327c248
fix: only fetch images for scrape flows
...
Default title and path recognition to skip image fetching, while keeping scrape entrypoints and transfer-to-scrape paths populated with image data. This preserves lightweight recognition behavior without breaking metadata scraping.
2026-05-10 08:14:08 +08:00
jxxghp
1d97f2e043
fix: align media recognition fallback and shared reporting
...
Route title and path lookups through the fallback-aware entrypoints so auxiliary matches can reuse pre-assist keywords without forcing image fetches in lightweight flows. Also reduce noisy agent shutdown logging during cleanup.
2026-05-10 07:54:55 +08:00
lclrc
3d32d66ab1
Fixes: FetchRssParams in workflow
2026-03-16 15:32:04 +08:00
jxxghp
6065c29891
Revert "Merge pull request #5573 from wikrin/refactor-static-methods-conversion"
...
This reverts commit b8fc20b981 , reversing
changes made to e09cfc6704 .
2026-03-14 18:21:31 +08:00
Attente
b89825525a
refactor(helper): 将DirectoryHelper、RuleHelper和TorrentHelper方法改为静态方法
...
- 移除不必要的实例化操作,直接使用类方法
2026-03-13 19:50:10 +08:00
YuF-9468
2b7753e43e
workflow: handle zero vote threshold explicitly
2026-03-03 15:41:27 +08:00
YuF-9468
473e9b9300
workflow: allow decimal rating in filter medias
2026-03-03 13:56:24 +08:00
jxxghp
567522c87a
fix:统一调整文件类型支持
2026-01-21 17:59:18 +08:00
stkevintan
2affa7c9b8
Support remote file uri when adding downloads
2025-12-06 19:33:52 +08:00
jxxghp
f59d225029
fix workflow actions
2025-11-20 12:34:44 +08:00
jxxghp
ed294d3ea4
Revert "fix schemas"
...
This reverts commit a5e7483870 .
2025-11-17 11:48:18 +08:00
jxxghp
a5e7483870
fix schemas
2025-11-17 10:58:24 +08:00
jxxghp
d523c7c916
fix pydantic
2025-11-01 09:51:23 +08:00
jxxghp
003781e903
add MoviePilot AI agent implementation and workflow manager
2025-10-18 21:55:31 +08:00