GDGC-MET/AI-VIBE-CHAT-Personality-Bot--Vibe-Coding

AI-VIBE-CHAT-Personality-Bot--Vibe-Coding

開放

#1 建立於 2025年10月9日

 (0 則留言) (0 個反應) (1 位負責人)Python (14 個分叉)auto 404
Hacktoberfest 2025good first issue

倉庫指標

星標
 (2 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

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:

  1. Store user–bot exchanges during a session.
  2. Optionally persist memory to a JSON file when --memory flag is used.
  3. Load memory when the same personality is re-run.

Labels: enhancement, good first issue, hacktoberfest, help wanted

貢獻者指南