File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed
FinanceAgent/docker_compose/intel Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -171,6 +171,7 @@ python3 $WORKDIR/GenAIExamples/FinanceAgent/tests/test.py --agent_role "supervis
171171Supervisor Agent multi turn:
172172
173173``` bash
174+ export agent_port=" 9090"
174175python3 $WORKDIR /GenAIExamples/FinanceAgent/tests/test.py --agent_role " supervisor" --ext_port $agent_port --multi-turn --stream
175176```
176177
Original file line number Diff line number Diff line change 11# Copyright (C) 2025 Intel Corporation
22# SPDX-License-Identifier: Apache-2.0
33
4+ x-common-environment :
5+ &common-env
6+ llm_endpoint_url : ${REMOTE_ENDPOINT}
7+ api_key : ${OPENAI_API_KEY}
8+
49services :
510 worker-finqa-agent :
611 environment :
7- llm_endpoint_url : ${REMOTE_ENDPOINT}
8- api_key : ${OPENAI_API_KEY}
12+ << : *common-env
913
1014 worker-research-agent :
1115 environment :
12- llm_endpoint_url : ${REMOTE_ENDPOINT}
13- api_key : ${OPENAI_API_KEY}
16+ << : *common-env
1417
1518 supervisor-react-agent :
1619 environment :
17- llm_endpoint_url : ${REMOTE_ENDPOINT}
18- api_key : ${OPENAI_API_KEY}
20+ << : *common-env
Original file line number Diff line number Diff line change @@ -160,6 +160,7 @@ python3 $WORKDIR/GenAIExamples/FinanceAgent/tests/test.py --agent_role "supervis
160160Supervisor Agent multi turn:
161161
162162``` bash
163+ export agent_port=" 9090"
163164python3 $WORKDIR /GenAIExamples/FinanceAgent/tests/test.py --agent_role " supervisor" --ext_port $agent_port --multi-turn --stream
164165```
165166
You can’t perform that action at this time.
0 commit comments