mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-26 01:40:10 +00:00
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.