dify/api/core
Copilot baeea77c5b
fix: typo in WebScraper plugin description: "Scrapper" → "Scraper" (#32790)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
2026-03-02 10:10:28 +08:00
..
agent refactor(workflow): inject credential/model access ports into LLM nodes (#32569) 2026-02-27 14:36:41 +08:00
app refactor(workflow): decouple start node external dependencies (#32793) 2026-03-02 02:01:41 +08:00
base
callback_handler
datasource refactor: decouple the business logic from datasource_node (#32515) 2026-02-27 18:49:14 +08:00
db
entities
errors
extension
external_data_tool
helper refactor(workflow): remove code node helper imports (#32759) 2026-03-01 16:31:45 +08:00
llm_generator
logging
mcp refactor(workflow): decouple start node external dependencies (#32793) 2026-03-02 02:01:41 +08:00
memory
model_runtime refactor(workflow): move PromptMessageMemory to model_runtime.memory (#32796) 2026-03-02 01:58:02 +08:00
moderation fix: add return type annotation to Moderation.validate_config abstract method (#32491) 2026-02-24 02:11:43 +09:00
ops fix(api): resolve type errors in BaseTraceInstance and OpsTraceManager (#32773) 2026-03-01 17:14:37 +09:00
plugin refactor(api): move llm quota deduction to app graph layer (#32786) 2026-03-01 23:25:36 +08:00
prompt refactor: consolidate LLM runtime model state on ModelInstance (#32746) 2026-03-01 02:29:32 +08:00
rag refactor(api): move llm quota deduction to app graph layer (#32786) 2026-03-01 23:25:36 +08:00
repositories
schemas
tools fix: typo in WebScraper plugin description: "Scrapper" → "Scraper" (#32790) 2026-03-02 10:10:28 +08:00
trigger
workflow fix: fix import error (#32800) 2026-03-02 08:59:53 +08:00
__init__.py
hosting_configuration.py
indexing_runner.py
model_manager.py refactor: consolidate LLM runtime model state on ModelInstance (#32746) 2026-03-01 02:29:32 +08:00
provider_manager.py