Signed-off-by: alexsin368 <alex.sin@intel.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: ZePan110 <ze.pan@intel.com>
19 lines
438 B
YAML
19 lines
438 B
YAML
# Copyright (C) 2025 Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
services:
|
|
worker-rag-agent:
|
|
environment:
|
|
llm_endpoint_url: ${LLM_ENDPOINT_URL}
|
|
api_key: ${OPENAI_API_KEY}
|
|
|
|
worker-sql-agent:
|
|
environment:
|
|
llm_endpoint_url: ${LLM_ENDPOINT_URL}
|
|
api_key: ${OPENAI_API_KEY}
|
|
|
|
supervisor-react-agent:
|
|
environment:
|
|
llm_endpoint_url: ${LLM_ENDPOINT_URL}
|
|
api_key: ${OPENAI_API_KEY}
|