mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
address pr feedback
This commit is contained in:
parent
fc52274836
commit
bb9503e873
30 changed files with 477 additions and 394 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue