Update README files with demo positioning and content

This commit is contained in:
B Harper
2025-10-26 19:52:36 +11:00
parent d905b7a185
commit 6b49a4f230
2 changed files with 7 additions and 8 deletions
+1
View File
@@ -41,6 +41,7 @@ Both interfaces show the same chat sessions and message history.
## Tool Customization
Create `.vscode/HumanAgentOverride.json` to customize tool descriptions and message behavior:
THIS IS SUPER HELPFUL - NOTE THE LAST PART WHERE YOU CAN APEND A MESSAGE TO THE END OF EVERY REPLY!
```json
{
+6 -8
View File
@@ -1,17 +1,15 @@
# What
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.
## How it works
Just install it and its ready to go.
For more information see https://github.com/3DTek-xyz/HumanAgent-MCP/blob/master/README-Additional.md
## Demo
![HumanAgent MCP Extension Demo](high-res-demo.gif)
*Complete demonstration of the HumanAgent MCP extension in action - showing real-time human-AI collaboration*