Integrate docker images into compose yaml file to simplify the run instructions. fix ui ip issue and add web search tool support Signed-off-by: Tsai, Louie <louie.tsai@intel.com> Co-authored-by: alexsin368 <alex.sin@intel.com>
10 lines
273 B
YAML
10 lines
273 B
YAML
# Copyright (C) 2024 Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
services:
|
|
supervisor-react-agent:
|
|
environment:
|
|
- tools=/home/user/tools/supervisor_agent_webtools.yaml
|
|
- GOOGLE_CSE_ID=${GOOGLE_CSE_ID}
|
|
- GOOGLE_API_KEY=${GOOGLE_API_KEY}
|