GDGC-MET/AI-VIBE-CHAT-Personality-Bot--Vibe-Coding
AI-VIBE-CHAT-Personality-Bot--Vibe-Coding
Ouverte
#1 ouverte le 9 oct. 2025
Hacktoberfest 2025good first issue
Métriques du dépôt
- Stars
- (2 étoiles)
- Métriques de merge PR
- (Aucune PR mergée en 30 j)
Description
Title: Add Conversation Memory with JSON-based Persistence
Description: Currently, AI Vibe Chat does not remember previous messages. Each response is independent. This issue adds conversation memory so the chatbot can maintain context across turns.
Goals:
- Store user–bot exchanges during a session.
- Optionally persist memory to a JSON file when --memory flag is used.
- Load memory when the same personality is re-run.
Labels: enhancement, good first issue, hacktoberfest, help wanted