feat(agent-office): LottoAgent 등록 + seed + 텔레그램 메타
This commit is contained in:
@@ -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(?,?)",
|
||||
|
||||
Reference in New Issue
Block a user