From 38981e749f5bc08e440c1a46fc34003a6f5bdc6d Mon Sep 17 00:00:00 2001 From: Xiaoyun Zhang Date: Sun, 1 Sep 2024 00:11:24 -0700 Subject: [PATCH] Update README.md --- example/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/example/README.md b/example/README.md index 2964d6d..d6adaca 100644 --- a/example/README.md +++ b/example/README.md @@ -6,3 +6,4 @@ This folder contains code-first examples for `Agent-Chatroom` use cases, where y - [hello-world](./dotnet/hello-world): add a hello-world-agent to chatroom - [weather-agent](./dotnet/weather-agent): add a weather-report agent to chatroom - [agent-chatroom-release-room](./dotnet/gh-release-note-room): use github issue helper and gpt-4o to write release note for agent-chatroom project +- [code-interpreter-chatroom](https://github.com/LittleLittleCloud/code-interpreter-workflow): a human-in-loop code interpreter agentic workflow using dotnet interactive