feat: implement EVE Forum Moderator CLI tool
- Add structured forum rules from EVE moderation policy - Implement cookie-based Discourse authentication - Add async Discourse API client with rate limiting - Implement Claude-powered rule violation analyzer - Add rich terminal and Discourse-compatible markdown reports - Create Click CLI with review and rules commands
This commit is contained in:
9
.env.example
Normal file
9
.env.example
Normal file
@@ -0,0 +1,9 @@
|
||||
# LLM Proxy Configuration
|
||||
# Get your API key from the llm-proxy admin
|
||||
LLM_PROXY_KEY=your_api_key_here
|
||||
|
||||
# Optional: Override the default proxy URL
|
||||
# LLM_PROXY_URL=https://llm-proxy.ext.ben.io/v1
|
||||
|
||||
# Optional: Override the default model
|
||||
# LLM_MODEL=claude-sonnet-4-5-20250514
|
||||
Reference in New Issue
Block a user