ChatDev/yaml_instance/demo_code.yaml
2026-01-07 16:24:01 +08:00

21 lines
353 B
YAML
Executable File

version: 0.0.0
vars: {}
graph:
id: code_run
description: Human provides code, then a Python node executes it.
is_majority_voting: false
start:
- A
nodes:
- id: A
type: human
config:
description: 'Please write a piece of code.'
- id: B
type: python
config:
timeout_seconds: 60
edges:
- from: A
to: B