outrig-cli 0.1.0

Command-line tool for running LLM agents with podman-isolated MCP servers.
Documentation
1
2
3
RUN curl -fsSL https://go.dev/dl/go1.22.0.linux-amd64.tar.gz \
       | tar -C /usr/local -xz
ENV PATH=/usr/local/go/bin:$PATH