fix(debate): idle-state 처리 + slug 탐색 — AG 대기 규칙, list-debates 커맨드, handler 시그널 개선
This commit is contained in:
@@ -323,8 +323,11 @@ class DebateHandler:
|
||||
if not ch:
|
||||
return
|
||||
rd = self.session.round
|
||||
slug = self.session.topic_slug
|
||||
await ch.send(
|
||||
f"📥 **Round {rd}** — `input.md`를 읽고 `response.md`에 답변을 작성하세요."
|
||||
f"📥 **Round {rd}** — slug: `{slug}`\n"
|
||||
f"Wiki.js에서 `debates/{slug}/input-{speaker}`를 읽고 "
|
||||
f"`debates/{slug}/response-{speaker}`에 답변을 작성하세요."
|
||||
)
|
||||
|
||||
async def _wait_for_response(self, speaker: str) -> str:
|
||||
|
||||
Reference in New Issue
Block a user