feat: skill 测试

This commit is contained in:
李如威 2025-12-26 17:26:10 +08:00
parent 6a21effe69
commit 833e71992b
1 changed files with 2 additions and 0 deletions

View File

@ -17,3 +17,5 @@ async def test_skills():
logger.debug("Loaded skills")
for s in skills:
logger.debug(f"\n- {s.name}: {s.desc}")
res = await s.run("今天广州天气如何")
logger.debug(f"\n{json.dumps(res, indent=4, ensure_ascii=False)}")