mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 08:46:24 +02:00
13 lines
612 B
ReStructuredText
13 lines
612 B
ReStructuredText
.. _configuration_reference:
|
|
|
|
Configuration Reference
|
|
=======================
|
|
|
|
The following is a complete reference of the ``plano_config.yml`` that controls the behavior of a single instance of
|
|
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.
|
|
|
|
.. literalinclude:: includes/arch_config_full_reference.yaml
|
|
:language: yaml
|
|
:linenos:
|
|
:caption: :download:`Plano Configuration - Full Reference <includes/arch_config_full_reference.yaml>`
|