0954b52dc7
These packages were removed in upstream llama-index due to breaking changes: - Agent classes including FunctionCallingAgent, ReActAgent, AgentRunner deprecated - QueryPipeline class and associated code removed - Agent-based chat engines removed in favor of workflow-based agents Users should migrate to new workflow agents: FunctionAgent, CodeActAgent, ReActAgent, and AgentWorkflow.