You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This guide explains how the Redis SRE Agent is configured, what the required and optional settings are, and how to override tool providers. For defaults, see redis_sre_agent/core/config.py and .env.example.
3
+
This guide explains how the Redis SRE Agent is configured, what the required and optional settings are, and how to override tool providers. For defaults, see [`redis_sre_agent/core/config.py`](https://github.com/redis-applied-ai/redis-sre-agent/blob/main/redis_sre_agent/core/config.py) and [`.env.example`](https://github.com/redis-applied-ai/redis-sre-agent/blob/main/.env.example).
4
4
5
5
### Sources and precedence
6
+
7
+
Configuration values are loaded from these sources (highest precedence first):
8
+
6
9
- Environment variables (recommended for prod)
7
-
- .env file (loaded automatically in dev if present)
8
-
- Code defaults in redis_sre_agent/core/config.py
10
+
-`.env` file (loaded automatically in dev if present)
11
+
- Code defaults in `redis_sre_agent/core/config.py`
0 commit comments