# pi-llm-performance LLM performance metrics extension ## How to install Add to your global pi settings: ```bash pi install /Users/willem/dev/spikes/llm/custom-coding-agent/packages/pi-llm-performance ``` Or add manually to `~/.pi/agent/settings.json`: ``` "packages": [ "/Users/willem/dev/spikes/llm/custom-coding-agent/packages/pi-llm-performance", ... ] ``` Then reload pi: ```bash /reload ``` ## License MIT