From 1f46751a472c1ba70551257fbabf49f90acc46eb Mon Sep 17 00:00:00 2001 From: Clay Ferguson Date: Tue, 11 Feb 2025 21:16:59 -0600 Subject: [PATCH] updated readme --- QuantaGradio/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/QuantaGradio/README.md b/QuantaGradio/README.md index 8bc1df0e6..9524699ca 100644 --- a/QuantaGradio/README.md +++ b/QuantaGradio/README.md @@ -2,8 +2,12 @@ * `Quanta_Gradio_Agent.py` - Quanta Coding Agent. Most of the code for this app is in `common/python` folder of the Quantizr repository. The common code is used by several other projects. +* `Quanta_Gradio_Agent_SG.py` - Same as `Quanta_Gradio_Agent.py` but with an actual StateGraph & Node Tree + * `Quanta_Gradio_ChatTest.py` - Chat app +* `Quanta_Gradio_ChatTest.py` - Same as `Quanta_Gradio_ChatTest.py` but with an actual StateGraph & Node Tree + * `Quanta_Gradio_AgentTest.py` - Chat app with tool-calling * `Quanta_Gradio_ImageGen.py` - Image Generation app