mirror of
https://github.com/run-llama/llama_deploy.git
synced 2026-07-01 21:04:00 -04:00
dbcbafc7b5
* rewrite the README intro * add local source manager * add quick start example * reorganize existing content * minor * fix typo
15 lines
212 B
YAML
15 lines
212 B
YAML
name: QuickStart
|
|
|
|
control-plane:
|
|
port: 8000
|
|
|
|
default-service: dummy_workflow
|
|
|
|
services:
|
|
dummy_workflow:
|
|
name: Dummy Workflow
|
|
source:
|
|
type: local
|
|
name: src
|
|
path: workflow:echo_workflow
|