Files
life-echo/api/app/features/memory/router.py

6 lines
205 B
Python
Raw Normal View History

"""Memory management API — 二期扩展位,一期以内部 MemoryService 为主。"""
from fastapi import APIRouter
router = APIRouter(prefix="/api/memory", tags=["memory"], include_in_schema=False)