Changed README.md. cleaned up and added new targets

This commit is contained in:
milo 2025-05-08 11:32:37 -04:00
parent 00df6eb26b
commit 6f204b93c5

View file

@ -83,13 +83,14 @@ A structured build plan for developing and deploying the AlphaBot Discord compan
📁 *This unlocks full customization without editing code or restarting the bot.* 📁 *This unlocks full customization without editing code or restarting the bot.*
--- ---
### 🔥 Day 4 Roast Command ### 🔥 ~~Day 4 Roast Command~~
- [x] Build `!roast @user` with AI-generated replies - [x] Build `!roast @user` with AI-generated replies
- [x] Style roast output with selected personality - [x] Style roast output with selected personality
- [ ] Add cooldown to prevent spam (optional) - [x] Add cooldown to prevent spam (optional)
- [ ] Fix Emojis (optional)
- Emojis from the settings.yml file are broken. Please fix
--- ---
@ -137,4 +138,25 @@ This final step removes the need for runtime prompt injection by turning Delta i
--- ---
*Progress last updated: May 7, 2025* ### 🎨 Polish & Bonus features
- [ ] Bot appears on the server like a "user" (ability to @delta instead of "!chat")
- helps the "sell" the idea to others that the bot is a "friend"
- All user interactions apply to the bot so other users dont need to remmember special commands
- [ ] Have the bot be content aware
- pulls the existing conversation and talks about stuff that is inline with the topics
- [ ] Give bot ability to react to mesages like users would
- adds a personal touch and helps sell the idea of it being your "friend" more
- does need some sort of content awareness
- [ ] Bot can be given some power to change the server a bit
- keeps thing fresh, makes it so that there is some change happening in servers
- the idea being it makes the bot more unique by providing more tailored experiences
- [ ] Bot is user aware
- usernames are passed to the bot along side the users prompt
- [ ] Image interpretation
- bot can read images like GPT this allows for more personalised interactions
- [ ] Web usage
- Bot can search the web like GPT or OpenWebUI
- Opens up a ton of interactivity for memes, media discussion, an be easily integrated with multiple platforms
*Progress last updated: May 8, 2025*