ruv's picture
first commit
215f78b unverified
raw
history blame
141 Bytes
from fastapi import APIRouter
router = APIRouter()
@router.get("/agents")
async def get_agents():
return {"message": "List of agents"}