fischer-agentkit/src/agentkit/server/__init__.py

6 lines
111 B
Python

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