llmadapter

llmadapter Documentation

This directory contains the detailed user, operator, library, and provider-development documentation for llmadapter.

The root README.md is the public landing page. This file is the documentation index.

When GitHub Pages is enabled for this repository, the docs workflow publishes this directory and uses this file as the site index.

Start Here

Provider And Compatibility Reference

Operating And Debugging

Extending llmadapter

Examples

Verification

Local checks:

env GOCACHE=/tmp/go-cache go test ./...
env GOCACHE=/tmp/go-cache go vet ./...
env GOCACHE=/tmp/go-cache GOMODCACHE=/tmp/go-mod-cache go build ./...

Live provider matrix:

env GOCACHE=/tmp/go-cache TEST_INTEGRATION=1 go test ./tests/e2e -count=1 -v