Long-horizon LLM agents degrade as trajectory length increases, but is the bottleneck context quality or reasoning capability? This work introduces an oracle state intervention protocol that causally decomposes agent failures.
1. Create a new conda environment
conda create -n agent-decomp python=3.11 -y
conda activate agent-decomp2. Clone the repository
git clone https://github.com/leqijia/agent-decomp.git
cd agent-decomp
pip install -r requirements.txt