mirror of
https://github.com/OpenBMB/ChatDev.git
synced 2026-04-26 03:38:12 +00:00
21 lines
353 B
YAML
Executable File
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
|