mirror of
https://github.com/langgenius/dify.git
synced 2026-09-05 16:55:14 +08:00
The Agent node (agent_v2) in Workflow/Chatflow fails with a generic 'base_url is required' error when AGENT_BACKEND_BASE_URL is not set. The standard docker/dify Compose stack doesn't include the Agent backend service, so self-hosted users hit this error with no hint about what to do. Replace the bare ValueError with a message that names the env var, explains the service requirement, and suggests the classic Agent app as an alternative. Fixes #39161 |
||
|---|---|---|
| .. | ||
| fixtures/workflow | ||
| helpers | ||
| integration_tests | ||
| test_containers_integration_tests | ||
| unit_tests | ||
| __init__.py | ||
| conftest.py | ||
| pytest_dify.py | ||
| seed_legacy_model_type_dirty_data.py | ||
| workflow_test_utils.py | ||