Sentinel - Advanced AI Guardian
Sentinel is an autonomous AI Agent powered by Google's LLM and ChromaDB. Unlike standard bots, Sentinel acts on its own: it browses the web for real-time answers, reads the news, and actively protects your server from scammers.
Key Capabilities
Researcher
Sentinel isn't limited to its training data. It uses DuckDuckGo to browse the web for real-time information.
- Real-Time Knowledge: Answers queries like "Price of Bitcoin" or "Latest AI news".
- Autonomous Decisions: The AI intelligently decides when a web search is necessary.
News Anchor
Autonomous news aggregation and broadcasting to keep your community informed without manual effort.
- Auto-Fetch: Monitors RSS feeds (e.g., Cointelegraph) every 4 hours.
- Broadcast: Formats and posts breaking news to designated channels.
- Manual Override: Admins can force a fetch anytime.
The Cleaner
A proactive security system that scans user lists and moderates content to prevent scams.
- Active Scanning: Scans member lists hourly for suspicious patterns (e.g., "Support").
- Instant Ban: Automatically bans known scammer signatures.
Professional Support
A fully integrated ticket system where Sentinel acts as the first line of support.
- Slash Commands: Native Discord UI integration.
- Transcripts: Generates HTML transcripts of closed tickets via DM.
Hybrid AI Brain (RAG)
Sentinel combines short-term conversational context with long-term memory via ChromaDB. It learns from interactions and can be manually trained by admins.
/learn [N]Custom Welcome CardsCommand Reference
| Command | Description | Permission |
|---|---|---|
| User Commands | ||
| @Sentinel [query] | Chat with the AI. Triggers web search if needed. | Everyone |
| /ticket | Open a private support ticket channel. | Everyone |
| /close | Close the ticket and DM transcript to user. | Ticket Only |
| Admin Commands | ||
| /learn [N] | Force Sentinel to learn the last N messages in channel. | Admin |
| /news | Force-fetch and broadcast latest crypto news. | Admin |
| /scan | Force-scan server member list for scammers. | Admin |