address pr feedback

This commit is contained in:
Adil Hafeez 2025-12-17 14:03:48 -08:00
parent fc52274836
commit bb9503e873
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
30 changed files with 477 additions and 394 deletions

View file

@ -101,8 +101,8 @@ def validate_and_render_schema():
# Process agents section and convert to endpoints
agents = config_yaml.get("agents", [])
agent_filters = config_yaml.get("agent_filters", [])
agents_combined = agents + agent_filters
filters = config_yaml.get("filters", [])
agents_combined = agents + filters
agent_id_keys = set()
for agent in agents_combined: