Update FinanceAgent v1.3 (#1819)

Signed-off-by: minmin-intel <minmin.hou@intel.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
minmin-intel
2025-04-16 15:44:46 -07:00
committed by GitHub
parent a7ef8333ee
commit 8aa96c6278
13 changed files with 122 additions and 72 deletions

View File

@@ -47,7 +47,7 @@ services:
ip_address: ${ip_address}
strategy: react_llama
with_memory: false
recursion_limit: ${recursion_limit_worker}
recursion_limit: 25
llm_engine: vllm
HUGGINGFACEHUB_API_TOKEN: ${HUGGINGFACEHUB_API_TOKEN}
llm_endpoint_url: ${LLM_ENDPOINT_URL}
@@ -68,7 +68,7 @@ services:
container_name: supervisor-agent-endpoint
depends_on:
- worker-finqa-agent
# - worker-research-agent
- worker-research-agent
volumes:
- ${TOOLSET_PATH}:/home/user/tools/
- ${PROMPT_PATH}:/home/user/prompts/