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

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

オープン

#1 opened on 2025/10/09

 (0 件のコメント) (0 件のリアクション) (1 人の担当者)Python (14 件のフォーク)auto 404
Hacktoberfest 2025good first issue

Repository metrics

Stars
 (2 個のスター)
PR merge metrics
 (30d に merged 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

コントリビューターガイド