feat(agent-office): LottoAgent 등록 + seed + 텔레그램 메타

This commit is contained in:
2026-04-15 08:28:10 +09:00
parent cc17c29266
commit 7c4d7b4534
4 changed files with 51 additions and 0 deletions

View File

@@ -92,6 +92,7 @@ def init_db() -> None:
("music", "음악 프로듀서"),
("blog", "블로그 마케터"),
("realestate", "청약 애널리스트"),
("lotto", "로또 큐레이터"),
]:
conn.execute(
"INSERT OR IGNORE INTO agent_config(agent_id, display_name) VALUES(?,?)",