llama-agents human-in-the-loop quickstart does not work #40

Closed
opened 2026-02-16 01:15:20 -05:00 by yindo · 0 comments
Owner

Originally created by @KapteinKraft on GitHub (Jul 10, 2024).

This quickstart: https://github.com/run-llama/llama-agents/blob/main/examples/pipeline_human_local_single.py

produces the following error:

site-packages\llama_agents\orchestrators\pipeline.py", line 34, in get_service_component_message
    if module.module_type == ModuleType.AGENT:
       ^^^^^^^^^^^^^^^^^^
AttributeError: 'RouterComponent' object has no attribute 'module_type'
Originally created by @KapteinKraft on GitHub (Jul 10, 2024). This quickstart: https://github.com/run-llama/llama-agents/blob/main/examples/pipeline_human_local_single.py produces the following error: ``` site-packages\llama_agents\orchestrators\pipeline.py", line 34, in get_service_component_message if module.module_type == ModuleType.AGENT: ^^^^^^^^^^^^^^^^^^ AttributeError: 'RouterComponent' object has no attribute 'module_type' ```
yindo closed this issue 2026-02-16 01:15:20 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/llama_deploy#40