


























pip install openskills-sdk
from openskills import create_agent
agent = await create_agent(
skill_paths=["./my_skills"],
api_key="your-key"
)
# 只要在 SKILL.md 定义好 triggers ,Agent 就能自动识别
response = await agent.chat("帮我分析这份会议纪要")
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。