mirror of
https://github.com/katanemo/plano.git
synced 2026-06-26 15:39:40 +02:00
address pr feedback
This commit is contained in:
parent
fc52274836
commit
bb9503e873
30 changed files with 477 additions and 394 deletions
|
|
@ -58,7 +58,7 @@ curl -X POST http://localhost:8001/v1/chat/completions \
|
|||
The `arch_config.yaml` defines how agents are connected:
|
||||
|
||||
```yaml
|
||||
agent_filters:
|
||||
filters:
|
||||
- id: query_rewriter
|
||||
url: mcp://host.docker.internal:10500
|
||||
tool: rewrite_query_with_archgw # MCP tool name
|
||||
|
|
@ -4,7 +4,7 @@ agents:
|
|||
- id: rag_agent
|
||||
url: http://host.docker.internal:10505
|
||||
|
||||
agent_filters:
|
||||
filters:
|
||||
- id: query_rewriter
|
||||
url: http://host.docker.internal:10501
|
||||
# type: mcp # default is mcp
|
||||
Loading…
Add table
Add a link
Reference in a new issue