#!/bin/bash # LLM Agent Launcher export PATH="$HOME/.local/bin:$HOME/.bun/bin:$PATH" cd /opt/agent-governance/agents/llm-planner uv run agent.py "$@"