"""Allow running agentkit as: python -m agentkit"""
from agentkit.cli.main import app
if __name__ == "__main__":
app()