diff --git a/README-Additional.md b/README-Additional.md index 6db92f1..3d64d12 100644 --- a/README-Additional.md +++ b/README-Additional.md @@ -2,6 +2,12 @@ VS Code extension that creates an MCP server for AI assistants to chat with humans. +## Demo + +![HumanAgent MCP Extension Demo](high-res-demo.gif) + +*Complete demonstration of the HumanAgent MCP extension in action - showing real-time human-AI collaboration* + ## What it does This extension provides a `HumanAgent_Chat` MCP tool that forces AI assistants to communicate through a human agent instead of giving direct responses. When an AI uses this tool, it opens a chat session where humans can respond in real-time. diff --git a/README.md b/README.md index 904b2c5..a7c2f1a 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,12 @@ This extension provides a `HumanAgent_Chat` MCP tool that forces AI assistants to communicate through a human agent instead of giving direct responses. When an AI uses this tool, it opens a chat session where humans can respond in real-time. +## Demo + +![HumanAgent MCP Extension Demo](high-res-demo.gif) + +*Complete demonstration of the HumanAgent MCP extension in action - showing real-time human-AI collaboration* + ## Why The AI Agent is encouraged to discuss with you before running off to do its own thing - if its part way through iterating through on a problem it can stop and ask you a question - it reduces requests considerably, helps avoid runaway agent, allows you to manage multiple VSCode agents working in multiple workspaces from one web page. Allows you to append useful reminders to each response. diff --git a/high-res-demo.gif b/high-res-demo.gif new file mode 100644 index 0000000..459a5ee Binary files /dev/null and b/high-res-demo.gif differ