mirror of
https://github.com/langgenius/dify.git
synced 2026-05-13 08:57:28 +08:00
Ensure new Agent apps (AppMode.AGENT) can access all workflow-related APIs and Service API chat endpoints: - Add AppMode.AGENT to 13 workflow controller mode checks - Add AppMode.AGENT to 4 workflow_run controller mode checks - Add AppMode.AGENT to workflow_draft_variable controller - Add AppMode.AGENT to Service API chat, conversation, message endpoints - Add AgentV2Node.get_default_config() with prompt templates and strategy defaults - 46 unit tests all passing (8 new Phase 7 tests) Old agent/agent-chat paths remain completely unchanged. Made-with: Cursor |
||
|---|---|---|
| .. | ||
| nodes | ||
| __init__.py | ||
| file_reference.py | ||
| human_input_compat.py | ||
| human_input_forms.py | ||
| node_factory.py | ||
| node_runtime.py | ||
| system_variables.py | ||
| template_rendering.py | ||
| variable_pool_initializer.py | ||
| variable_prefixes.py | ||
| workflow_entry.py | ||
| workflow_run_outputs.py | ||