CoolFace
Apppublic

nakul-bhai/group-chat

sourceHugging Faceupdated 4mo agoView on Hugging Face
0likes
35 commits on main
eaf93874mo ago

Switchable primary provider via LLM_PRIMARY_PROVIDER env var

Aryan-verma-star
6aff9ed4mo ago

Change Groq model to openai/gpt-oss-20b

Aryan-verma-star
ba7d9294mo ago

Add gitignore, remove cached pycache files

Aryan-verma-star
9fbaeb64mo ago

Add Groq as fallback LLM provider for timeout resilience

Aryan-verma-star
bfc5d8f4mo ago

Fix reply ordering and add debug logging

Aryan-verma-star
23f73d84mo ago

Fix: Allow cross-mention to trigger bots who already replied

Aryan-verma-star
fa306a94mo ago

Fix: Show speaker names in history and previous replies

Aryan-verma-star
32bfb524mo ago

Restore detailed XML prompts + add group context to prevent loops

Aryan-verma-star
f1d6f844mo ago

Fix: Make prompts natural and casual, remove forced questions

Aryan-verma-star
dcb62ef4mo ago

Fix: Reduce per-agent timeout to 8s for faster response

Aryan-verma-star
04b44284mo ago

Fix: Run primary first, then others in parallel (faster response)

Aryan-verma-star
47cc95d4mo ago

Fix: Sequential bot execution so each sees all previous replies

Aryan-verma-star
2b1eecf4mo ago

Feat: Random agent selection + cross-bot @mention triggering

Aryan-verma-star
ff846f44mo ago

Fix: Always loop replies back to user to prevent bot-only echo

Aryan-verma-star
c9609024mo ago

Fix: Sequential agent execution with @mention group chat awareness

Aryan-verma-star
9bad7a04mo ago

Fix: Remove sample dialogues, raise temperature to 0.95, increase tokens to 250

Aryan-verma-star
b85b9354mo ago

Fix: Move SSE pushes to background, add SSE connected event

Aryan-verma-star
c1c7f4c4mo ago

Fix: Return all agent replies with emotions & psychology-enhanced prompts

Aryan-verma-star
18dee5a4mo ago

Use query param ?character=X for per-character routing

nakul-bhai
32c60434mo ago

Add per-character endpoints for individual webhooks

nakul-bhai
38ce8d94mo ago

Fix: gather all replies, push SSE directly, use correct service name

nakul-bhai
56ea8064mo ago

Strip HTML details tags from ALL LLM responses

nakul-bhai
af3ee9a4mo ago

Simplify agent logic: always reply with role context

nakul-bhai
3f269704mo ago

Force 3 replies per message with jealousy dynamics

nakul-bhai
2b88d8c4mo ago

Fix timeout: return first reply immediately, collect rest in background

nakul-bhai
5d431ab4mo ago

Defensive sort: filter replies missing required keys

nakul-bhai
86da8bb4mo ago

Fix force_reply return missing priority and service keys

nakul-bhai
de898094mo ago

Update Tomoko prompt with roleplay action format

nakul-bhai
615d6d34mo ago

Update Hyouka prompt with roleplay action format

nakul-bhai
695a7054mo ago

Update Chika prompt with roleplay action format

nakul-bhai
16c31654mo ago

Update Hakuo prompt with roleplay action format

nakul-bhai
f6c2d0c4mo ago

Fix JSON parser to handle Qwen HTML details tags

nakul-bhai
061a54a4mo ago

Add HF Space metadata to README

nakul-bhai
e4f830e4mo ago

Initial commit: Crazy Ones Group Chat

nakul-bhai
253b2394mo ago

initial commit

nakul-bhai