mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
953 B
953 B
Weather Forecast Service Demo (Java)
This demo shows how to run the Weather Forecast Service using Arch Gateway and Docker Compose.
Prerequisites
- Docker & Docker Compose
archgwCLI installed and available in your PATH- Set your OpenAI API key in your environment:
export OPENAI_API_KEY=your-key-here
Usage
Start the Demo
./run_demo.sh
This will:
- Check for a
.envfile. If not present, it will create one with yourOPENAI_API_KEY. - Start Arch Gateway using
arch_config.yaml. - Start the Network Agent and related services using Docker Compose.
Stop the Demo
./run_demo.sh down
This will:
- Stop Docker Compose services.
- Stop Arch Gateway.
Notes
- Make sure your
OPENAI_API_KEYis set in your environment before running the demo. - The script will create a
.envfile if it does not exist. - All services are started/stopped using the provided shell script for convenience.