Find answers from the community

Updated 10 months ago

is there an example of how to include an

is there an example of how to include an agent as a part of a query pipeline?

so, imagine i have like 10-20 modules, and i want to make a retry loop with an agent but just on an specific part, not the whole pipeline.

qp = QP(
modules={
"input": InputComponent(),
...
"agent_input_component": agent_input_component,
...
"agent_output_component": agent_output_component,
},
r
L
3 comments
You could just make a custom component, I don't think theres a specific module for it yet
Add a reply
Sign up and join the conversation on Discord