Files
MoviePilot/app/helper
jxxghp b228107a25 refactor: migrate LLM helper to agent module and add unified LLM API endpoints
- Move LLMHelper and related logic from app.helper.llm to app.agent.llm.helper
- Update all imports to reference new LLMHelper location
- Introduce app/agent/llm/__init__.py for internal LLM adapter exports
- Add llm.py API router with endpoints for model listing, provider auth, and test calls
- Remove legacy LLM endpoints from system.py
- Update requirements for langchain-anthropic and anthropic
- Refactor test_llm_helper_testcall.py for async LLMHelper usage and new import paths
2026-04-30 09:48:50 +08:00
..
2025-06-13 17:43:45 +08:00
2026-02-02 07:00:57 +00:00
2025-06-05 20:28:43 +08:00
2025-07-20 08:49:21 +08:00
2025-03-23 22:35:37 +08:00
2025-05-13 16:36:50 +08:00
2023-09-28 21:11:08 +08:00
2025-06-29 22:49:58 +08:00
2026-04-19 17:29:07 +08:00
2026-04-05 13:55:54 +08:00
2025-06-26 13:28:11 +08:00
2025-06-27 09:54:15 +08:00
2024-11-14 21:08:38 +08:00
2025-08-20 17:35:32 +08:00