-
- Downloads
Add agent query pipeline (#10180)
Showing
- docs/examples/agent/agent_runner/query_pipeline_agent.ipynb 1111 additions, 0 deletionsdocs/examples/agent/agent_runner/query_pipeline_agent.ipynb
- llama_index/agent/__init__.py 2 additions, 0 deletionsllama_index/agent/__init__.py
- llama_index/agent/custom/pipeline_worker.py 193 additions, 0 deletionsllama_index/agent/custom/pipeline_worker.py
- llama_index/core/query_pipeline/query_component.py 11 additions, 0 deletionsllama_index/core/query_pipeline/query_component.py
- llama_index/query_pipeline/__init__.py 10 additions, 0 deletionsllama_index/query_pipeline/__init__.py
- llama_index/query_pipeline/components/agent.py 317 additions, 0 deletionsllama_index/query_pipeline/components/agent.py
- llama_index/query_pipeline/components/router.py 11 additions, 0 deletionsllama_index/query_pipeline/components/router.py
- llama_index/query_pipeline/components/tool_runner.py 108 additions, 0 deletionsllama_index/query_pipeline/components/tool_runner.py
- llama_index/query_pipeline/query.py 36 additions, 2 deletionsllama_index/query_pipeline/query.py
- tests/agent/custom/__init__.py 0 additions, 0 deletionstests/agent/custom/__init__.py
- tests/agent/custom/test_pipeline.py 113 additions, 0 deletionstests/agent/custom/test_pipeline.py
- tests/query_pipeline/components/__init__.py 0 additions, 0 deletionstests/query_pipeline/components/__init__.py
- tests/query_pipeline/components/test_tool_runner.py 30 additions, 0 deletionstests/query_pipeline/components/test_tool_runner.py
Loading
Please register or sign in to comment