feat: initial release - Hunzi agent framework v0.1.0
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
"""健康检查"""
|
||||
from fastapi import APIRouter
|
||||
|
||||
router = APIRouter()
|
||||
|
||||
|
||||
@router.get("/health")
|
||||
async def health():
|
||||
return {"status": "ok", "version": "0.1.0", "name": "Hunzi"}
|
||||
Reference in New Issue
Block a user