"""AgentKit Server - FastAPI REST API"""
from agentkit.server.app import create_app
__all__ = ["create_app"]