/
githubmirror
/
ChatDev
Обзор
Документация
Войти
/
githubmirror
/
ChatDev
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
yaml_instance/demo_code.yaml
20 строк
353 B
NA-Wen
initial commit of chatdev 2.0
07 янв 2026, 11:24
07 янв 2026, 11:24
f0db945
Код
Авторство
О чём код?
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