dify/api/services/agent
Stephen Zhou cd86ffd6f8
Merge remote-tracking branch 'origin/main' into deploy/konwledge
# Conflicts:
#	api/controllers/console/app/completion.py
#	api/core/app/apps/agent_app/app_generator.py
#	api/services/agent/composer_service.py
#	api/services/agent/roster_service.py
#	api/tests/unit_tests/controllers/console/agent/test_agent_controllers.py
#	api/tests/unit_tests/core/agent/test_publish_visibility.py
#	api/tests/unit_tests/core/app/apps/agent_app/test_resolve_agent.py
#	api/tests/unit_tests/core/workflow/nodes/agent_v2/test_binding_resolver.py
#	api/tests/unit_tests/services/agent/test_agent_services.py
2026-07-29 10:58:29 +08:00
..
__init__.py feat: add new agent (#36284) 2026-05-19 10:43:23 +00:00
agent_soul_state.py fix(agent-v2): filter workflow invite options (#37368) 2026-06-12 08:20:29 +00:00
composer_candidates.py feat(agent-v2): sync nightly updates to main (2026-06-25) (#37915) 2026-06-26 13:13:35 +00:00
composer_service.py feat(agent): make home snapshots optional and use backend defaults (#39702) 2026-07-29 02:01:12 +00:00
composer_validator.py fix(agent): preserve DSL asset placeholders and count draft references (#39015) 2026-07-15 11:49:11 +00:00
config_skill_normalize_service.py chore(agent-v2): sync daily changes (#38162) 2026-07-01 05:07:23 +00:00
dsl_entities.py fix(agent): preserve DSL asset placeholders and count draft references (#39015) 2026-07-15 11:49:11 +00:00
dsl_service.py feat(agent): make home snapshots optional and use backend defaults (#39702) 2026-07-29 02:01:12 +00:00
errors.py refactor: introduce agent working environment architecture (#39480) 2026-07-28 13:16:05 +00:00
home_snapshot_service.py feat(agent): make home snapshots optional and use backend defaults (#39702) 2026-07-29 02:01:12 +00:00
knowledge_datasets.py refactor: explicit DB session propagation across backend paths (#38559) 2026-07-15 06:48:28 +00:00
observability_service.py fix(agent): show workflow node runs in logs (#39471) 2026-07-24 01:59:57 +00:00
prompt_mentions.py chore(agent-v2): sync changes (#38513) 2026-07-08 12:05:04 +00:00
retirement_service.py refactor: introduce agent working environment architecture (#39480) 2026-07-28 13:16:05 +00:00
roster_service.py feat(agent): make home snapshots optional and use backend defaults (#39702) 2026-07-29 02:01:12 +00:00
skill_package_service.py chore(agent-v2): sync daily changes (#38298) 2026-07-05 08:09:38 +00:00
skill_standardize_service.py chore: clean Db session from service (#38227) 2026-07-08 03:07:27 +00:00
skill_tool_inference_service.py chore: clean Db session from service (#38227) 2026-07-08 03:07:27 +00:00
workflow_publish_service.py Merge remote-tracking branch 'origin/main' into deploy/konwledge 2026-07-29 10:58:29 +08:00
workspace_service.py feat(agent): make home snapshots optional and use backend defaults (#39702) 2026-07-29 02:01:12 +00:00