dify/api/core/agent
2026-06-18 02:08:08 +00:00
..
output_parser
prompt
strategy refactor: add missing @override decorator to agent runners, tool caches, and logging extensions (#36511) 2026-05-22 06:41:48 +00:00
__init__.py
base_agent_runner.py fix: clean unnecessary | None type annotations (#35557) (#36824) 2026-06-18 02:08:08 +00:00
cot_agent_runner.py refactor: convert remaining isinstance chains to match/case (part 9) (#35902) (#37340) 2026-06-11 16:14:30 +00:00
cot_chat_agent_runner.py refactor: add missing @override decorator to agent runners, tool caches, and logging extensions (#36511) 2026-05-22 06:41:48 +00:00
cot_completion_agent_runner.py refactor: convert remaining isinstance chains to match/case (part 9) (#35902) (#37340) 2026-06-11 16:14:30 +00:00
entities.py
errors.py
fc_agent_runner.py
plugin_entities.py