Init the repo structure for workflow engine 2.0
This commit is contained in:
parent
daea79e719
commit
ec374b6250
3
.gitignore
vendored
3
.gitignore
vendored
@ -2,3 +2,6 @@
|
||||
__pycache__/
|
||||
.DS_Store
|
||||
tmp/
|
||||
|
||||
custom/*
|
||||
!custom/config.yml.example
|
@ -1,9 +1,2 @@
|
||||
# workflows
|
||||
DevChat workflows (the `sys` directory)
|
||||
|
||||
## Quick Start
|
||||
|
||||
```shell
|
||||
cd ~/.chat/workflows
|
||||
git clone https://github.com/devchat-ai/workflows.git sys
|
||||
```
|
||||
DevChat workflows management for workflow engine 2.0.
|
||||
|
3
community/README.md
Normal file
3
community/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
# Workflows
|
||||
|
||||
Workflows for DevChat contributed by the community.
|
3
custom/config.yml.example
Normal file
3
custom/config.yml.example
Normal file
@ -0,0 +1,3 @@
|
||||
namespaces:
|
||||
- foo
|
||||
- bar
|
0
lib/__init__.py
Normal file
0
lib/__init__.py
Normal file
3
merico/README.md
Normal file
3
merico/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
# Workflows
|
||||
|
||||
Workflows for DevChat developed by the Merico team.
|
Loading…
x
Reference in New Issue
Block a user