From ece5214bddf4a11bf35f2541ef635b18bb5408e1 Mon Sep 17 00:00:00 2001 From: Louis Beaumont Date: Tue, 27 Aug 2024 12:18:10 +0200 Subject: [PATCH] Update README.md --- examples/typescript/pipe-tagging-activity/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/examples/typescript/pipe-tagging-activity/README.md b/examples/typescript/pipe-tagging-activity/README.md index 6f37236c..df2ed334 100644 --- a/examples/typescript/pipe-tagging-activity/README.md +++ b/examples/typescript/pipe-tagging-activity/README.md @@ -38,6 +38,10 @@ click "install" wait a few minutes then ask AI "read my data from last 5 minutes and list tags you see" +### tech details + +we run deno runtime (a JS/TS engine) within the rust code, which host your pipes, its 99.9% similar to normal JS code + ### dev mode if you're in dev mode you can run the cli like this: