Init the repo structure for workflow engine 2.0

This commit is contained in:
kagami 2024-04-25 22:09:25 +08:00
parent daea79e719
commit ec374b6250
6 changed files with 13 additions and 8 deletions

3
.gitignore vendored
View File

@ -2,3 +2,6 @@
__pycache__/
.DS_Store
tmp/
custom/*
!custom/config.yml.example

View File

@ -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
View File

@ -0,0 +1,3 @@
# Workflows
Workflows for DevChat contributed by the community.

View File

@ -0,0 +1,3 @@
namespaces:
- foo
- bar

0
lib/__init__.py Normal file
View File

3
merico/README.md Normal file
View File

@ -0,0 +1,3 @@
# Workflows
Workflows for DevChat developed by the Merico team.