From df3b173e4d152a93ada63f784366e143d5f931f5 Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 15 Feb 2024 11:38:05 +0800 Subject: [PATCH] Add new features to pipe module --- pipe/README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/pipe/README.md b/pipe/README.md index caa53496..7895da9a 100644 --- a/pipe/README.md +++ b/pipe/README.md @@ -74,7 +74,11 @@ Close Pipe yao run pipe.Close ``` -## Todo +## Features -[] Progress report for hook integration -[] Support for Http Request Node +- [x] **Yao Process Node** Support for running yao process +- [x] **Switch Node** Conditional branch +- [x] **AI Node** AI interface +- [x] **User Input Node** User input interface +- [ ] **Request Node** Support for Http Request +- [ ] **Hooks** Progress report for hook integration