From 3fb521567d883ea707a9faf66b58e0021fa3ab20 Mon Sep 17 00:00:00 2001 From: paisley Date: Mon, 10 Nov 2025 10:09:54 +0800 Subject: [PATCH] fix port conflict --- python/configs/agent_cards/strategy_agent.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/configs/agent_cards/strategy_agent.json b/python/configs/agent_cards/strategy_agent.json index 2930117c3..b3fe27e63 100644 --- a/python/configs/agent_cards/strategy_agent.json +++ b/python/configs/agent_cards/strategy_agent.json @@ -1,7 +1,7 @@ { "name": "StrategyAgent", "display_name": "Strategy Agent", - "url": "http://localhost:10004/", + "url": "http://localhost:10006/", "description": "LLM-driven strategy composer that turns market features into normalized trade instructions. Includes a simple runtime for demo and testing.", "capabilities": { "streaming": true,