"""Agent package __init__ — initializes the database on import.""" from agent.db import init_db init_db()