feat(routers): add API endpoints for agents and skills

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
2026-04-08 00:12:32 +08:00
parent 74fdfc2652
commit dc9051debc
4 changed files with 71 additions and 1 deletions

View File

@@ -12,4 +12,4 @@ async def get_system_status():
@router.get('/config')
async def get_system_config():
"""Get public system configuration."""
return SystemService().get_config()
return await SystemService().get_config()