2025-04-13 02:52:20 -04:00
|
|
|
.. _configuration_reference:
|
2024-12-20 13:25:01 -08:00
|
|
|
|
2024-09-20 17:08:42 -07:00
|
|
|
Configuration Reference
|
2024-12-20 13:25:01 -08:00
|
|
|
=======================
|
2024-09-20 17:08:42 -07:00
|
|
|
|
2025-12-23 17:14:50 -08:00
|
|
|
The following is a complete reference of the ``plano_config.yml`` that controls the behavior of a single instance of
|
2024-12-20 13:25:01 -08:00
|
|
|
the Arch gateway. This where you enable capabilities like routing to upstream LLm providers, defining prompt_targets
|
|
|
|
|
where prompts get routed to, apply guardrails, and enable critical agent observability features.
|
2024-09-20 17:08:42 -07:00
|
|
|
|
Rename all arch references to plano across the codebase
Complete rebrand from "Arch"/"archgw" to "Plano" including:
- Config files: arch_config_schema.yaml, workflow, demo configs
- Environment variables: ARCH_CONFIG_* → PLANO_CONFIG_*
- Python CLI: variables, functions, file paths, docker mounts
- Rust crates: config paths, log messages, metadata keys
- Docker/build: Dockerfile, supervisord, .dockerignore, .gitignore
- Docker Compose: volume mounts and env vars across all demos/tests
- GitHub workflows: job/step names
- Shell scripts: log messages
- Demos: Python code, READMEs, VS Code configs, Grafana dashboard
- Docs: RST includes, code comments, config references
- Package metadata: package.json, pyproject.toml, uv.lock
External URLs (docs.archgw.com, github.com/katanemo/archgw) left as-is.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-11 20:15:37 -08:00
|
|
|
.. literalinclude:: includes/plano_config_full_reference.yaml
|
2024-09-20 17:08:42 -07:00
|
|
|
:language: yaml
|
|
|
|
|
:linenos:
|
Rename all arch references to plano across the codebase
Complete rebrand from "Arch"/"archgw" to "Plano" including:
- Config files: arch_config_schema.yaml, workflow, demo configs
- Environment variables: ARCH_CONFIG_* → PLANO_CONFIG_*
- Python CLI: variables, functions, file paths, docker mounts
- Rust crates: config paths, log messages, metadata keys
- Docker/build: Dockerfile, supervisord, .dockerignore, .gitignore
- Docker Compose: volume mounts and env vars across all demos/tests
- GitHub workflows: job/step names
- Shell scripts: log messages
- Demos: Python code, READMEs, VS Code configs, Grafana dashboard
- Docs: RST includes, code comments, config references
- Package metadata: package.json, pyproject.toml, uv.lock
External URLs (docs.archgw.com, github.com/katanemo/archgw) left as-is.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-11 20:15:37 -08:00
|
|
|
:caption: :download:`Plano Configuration - Full Reference <includes/plano_config_full_reference.yaml>`
|