docker-compose.yml gains healthchecks and depends_on/condition chains for the litellm/langfuse/postgres tier so dependants wait for a genuinely ready service instead of a started container. Also plumbs AGAP_MCP_TOKEN into the adolf and adolf-llm containers, sourced from openai/.env (gitignored), for the kb#180 bearer auth on the agap MCP server; shared-mcp.json consumes it via bearerTokenEnvVar so the Kimi backbone authenticates too. agent-registry.yaml / agent_registry.py: the version-controlled source of truth for agent identities and trust classes -- the same ids the agap-mcp token map resolves to (`adolf`, `claude-coder`; note `claude-code-cli` is the runtime entry, not an agent identity). model-registry.yaml, litellm-config.yaml, auto-router-routes.json and provision_litellm_keys.py: model tiering, virtual-key provisioning and auto-router routes. tei-reranker/ is the local reranker service backing Hindsight recall. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
9 lines
251 B
Plaintext
9 lines
251 B
Plaintext
# torch/cuda come from the pytorch base image. Pin transformers to a version
|
|
# known-compatible with jina-reranker-v2's custom modeling code.
|
|
transformers==4.44.2
|
|
einops>=0.7
|
|
sentencepiece>=0.1.99
|
|
protobuf>=3.20
|
|
fastapi>=0.110
|
|
uvicorn[standard]>=0.29
|