Add ZenGuard Agent - AI emotional guardian for crypto traders#30
Open
ccclin111 wants to merge 4 commits intowarden-protocol:mainfrom
Open
Add ZenGuard Agent - AI emotional guardian for crypto traders#30ccclin111 wants to merge 4 commits intowarden-protocol:mainfrom
ccclin111 wants to merge 4 commits intowarden-protocol:mainfrom
Conversation
ZenGuard is an AI agent that monitors emotional state through conversation analysis and takes protective action when it detects dangerous trading impulses: - Sentiment Analysis with Irrationality Index (0.0 - 1.0) - Context-aware memory (last 3 messages) - Scam/fraud detection - Warden Protocol integration for asset locking - Production-ready HTTP API with rate limiting Tech: LangGraph, TypeScript, OpenAI GPT-4o, Express.js
- Add author: @xxxaak__ - Add description: AI-powered emotional guardian for crypto traders - Add keywords: warden, langgraph, crypto, ai-agent, sentiment-analysis - Change license: ISC -> MIT (matching README)
Added ZenGuard Agent - AI emotional guardian that protects crypto traders from panic-driven decisions using sentiment analysis and Warden Protocol.
- Add SSE streaming endpoint (/threads/:thread_id/runs/stream) - Add LangGraph standard endpoints (/assistants, /threads, /runs/wait) - Add thread history endpoints (POST and GET) - Improve input parsing for multi-format compatibility - Add metadata event and array format for Agent Chat support 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
ZenGuard is an AI agent that monitors emotional state through conversation analysis and takes protective action when it detects dangerous trading impulses:
Tech: LangGraph, TypeScript, OpenAI GPT-4o, Express.js