mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-09-23 00:43:18 +00:00
12 lines
197 B
YAML
12 lines
197 B
YAML
service:
|
|
backend: http
|
|
host: 127.0.0.1
|
|
port: 2333
|
|
|
|
jobs:
|
|
- name: demo
|
|
backend: base
|
|
description: "Echo back the incoming query (smoke test)."
|
|
steps:
|
|
- backend: demo_echo
|
|
|