From be1c7ebb96706a09e4fd9a2360dca2ef5cea0084 Mon Sep 17 00:00:00 2001 From: Anthony Sofio <34110390+asofio@users.noreply.github.com> Date: Fri, 17 Apr 2026 12:01:37 -0500 Subject: [PATCH 1/3] Update README Removed the Field Seller Demo purpose from the README and updated numbering for the remaining purposes. --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 979b432..18d001b 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,9 @@ # Children's Story Studio — Multi-Agent Orchestration -**Children's Story Studio** is a full-stack application that uses [Microsoft Agent Framework](https://github.com/microsoft/agent-framework) to orchestrate multiple AI agents that collaboratively generate illustrated children's stories. It is designed to serve three purposes: +**Children's Story Studio** is a full-stack application that uses [Microsoft Agent Framework](https://github.com/microsoft/agent-framework) to orchestrate multiple AI agents that collaboratively generate illustrated children's stories. It is designed to serve two purposes: -1. **Field Seller Demo** — A polished, ready-to-run demonstration of multi-agent AI orchestration that sellers can walk customers through in minutes. -2. **Multi-Agent Orchestration Example** — A real-world reference implementation showing how to build agent workflows with Microsoft Agent Framework, including conditional branching, revision loops, and real-time progress streaming. -3. **Customer Engineering Sandbox** — A well-structured starting point that customer engineers can clone, experiment with, and extend with new agents and multi-modal AI capabilities. +1. **Multi-Agent Orchestration Example** — A real-world reference implementation showing how to build agent workflows with Microsoft Agent Framework, including conditional branching, revision loops, and real-time progress streaming. +2. **Customer Engineering Sandbox** — A well-structured starting point that engineers can clone, experiment with, and extend with new agents and multi-modal AI capabilities. ![Children's Story Studio Demo](docs/storystudio.gif) From 83000e9e52a040b4930392761b21fb4de57ea14c Mon Sep 17 00:00:00 2001 From: Anthony Sofio <34110390+asofio@users.noreply.github.com> Date: Fri, 17 Apr 2026 12:03:06 -0500 Subject: [PATCH 2/3] Rename section Updated the README to rename 'Customer Engineering Sandbox' to 'Engineering Sandbox'. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 18d001b..88bc376 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ **Children's Story Studio** is a full-stack application that uses [Microsoft Agent Framework](https://github.com/microsoft/agent-framework) to orchestrate multiple AI agents that collaboratively generate illustrated children's stories. It is designed to serve two purposes: 1. **Multi-Agent Orchestration Example** — A real-world reference implementation showing how to build agent workflows with Microsoft Agent Framework, including conditional branching, revision loops, and real-time progress streaming. -2. **Customer Engineering Sandbox** — A well-structured starting point that engineers can clone, experiment with, and extend with new agents and multi-modal AI capabilities. +2. **Engineering Sandbox** — A well-structured starting point that engineers can clone, experiment with, and extend with new agents and multi-modal AI capabilities. ![Children's Story Studio Demo](docs/storystudio.gif) From 3f6c4923cf0713707a65769158044b6ac13568d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 01:51:32 +0000 Subject: [PATCH 3/3] Bump postcss from 8.5.8 to 8.5.14 in /frontend Bumps [postcss](https://github.com/postcss/postcss) from 8.5.8 to 8.5.14. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.5.8...8.5.14) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.14 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 9a9a752..6b3bfe0 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -3770,9 +3770,9 @@ } }, "node_modules/postcss": { - "version": "8.5.8", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.8.tgz", - "integrity": "sha512-OW/rX8O/jXnm82Ey1k44pObPtdblfiuWnrd8X7GJ7emImCOstunGbXUpp7HdBrFQX6rJzn3sPT397Wp5aCwCHg==", + "version": "8.5.14", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.14.tgz", + "integrity": "sha512-SoSL4+OSEtR99LHFZQiJLkT59C5B1amGO1NzTwj7TT1qCUgUO6hxOvzkOYxD+vMrXBM3XJIKzokoERdqQq/Zmg==", "dev": true, "funding": [ {