feat: Add Helion AI agent for Energy Union
- Add Helion system prompt with 9 user modes - Add /helion/telegram/webhook endpoint - Add Helion configuration to docker-compose.yml - Add HELION-QUICKSTART.md documentation - Update .env.example with Helion variables Helion provides technical support for EcoMiner/BioMiner, tokenomics (ENERGY, 1T, kWt), and DAO governance with RAG verification and 4-level compliance.
This commit is contained in:
@@ -19,6 +19,15 @@ DISCORD_BOT_TOKEN=your_discord_bot_token_here
|
||||
# Gateway port (default: 9300)
|
||||
GATEWAY_PORT=9300
|
||||
|
||||
# DAARWIZZ Agent Configuration
|
||||
DAARWIZZ_NAME=DAARWIZZ
|
||||
DAARWIZZ_PROMPT_PATH=./gateway-bot/daarwizz_prompt.txt
|
||||
|
||||
# Helion Agent Configuration (Energy Union AI)
|
||||
HELION_TELEGRAM_BOT_TOKEN=8112062582:AAGI7tPFo4gvZ6bfbkFu9miq5GdAH2_LvcM
|
||||
HELION_NAME=Helion
|
||||
HELION_PROMPT_PATH=./gateway-bot/helion_prompt.txt
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
# LLM Providers
|
||||
# -----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user