From ec374b625002fe91fd75bfb11c0fee46b4595c78 Mon Sep 17 00:00:00 2001 From: kagami Date: Thu, 25 Apr 2024 22:09:25 +0800 Subject: [PATCH] Init the repo structure for workflow engine 2.0 --- .gitignore | 3 +++ README.md | 9 +-------- community/README.md | 3 +++ custom/config.yml.example | 3 +++ lib/__init__.py | 0 merico/README.md | 3 +++ 6 files changed, 13 insertions(+), 8 deletions(-) create mode 100644 community/README.md create mode 100644 custom/config.yml.example create mode 100644 lib/__init__.py create mode 100644 merico/README.md diff --git a/.gitignore b/.gitignore index 71f4120..7fab6a6 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,6 @@ __pycache__/ .DS_Store tmp/ + +custom/* +!custom/config.yml.example \ No newline at end of file diff --git a/README.md b/README.md index 2decb5a..02616c7 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/community/README.md b/community/README.md new file mode 100644 index 0000000..82813a2 --- /dev/null +++ b/community/README.md @@ -0,0 +1,3 @@ +# Workflows + +Workflows for DevChat contributed by the community. \ No newline at end of file diff --git a/custom/config.yml.example b/custom/config.yml.example new file mode 100644 index 0000000..820c831 --- /dev/null +++ b/custom/config.yml.example @@ -0,0 +1,3 @@ +namespaces: + - foo + - bar \ No newline at end of file diff --git a/lib/__init__.py b/lib/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/merico/README.md b/merico/README.md new file mode 100644 index 0000000..4bd385a --- /dev/null +++ b/merico/README.md @@ -0,0 +1,3 @@ +# Workflows + +Workflows for DevChat developed by the Merico team.