V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In

独立开发者节点

愿每一位独立开发者都能保持初心,获得一个好的结果.

chturing184

发现个 skills 的调用 sdk(openskills), 几行代码就可以调用 skills

  •  
  •   chturing184 · Jan 15 · 1186 views
    This topic created in 105 days ago, the information mentioned may be changed or developed.
    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("帮我分析这份会议纪要")
    

    传送门:https://github.com/twwch/OpenSkills

    acedbs
        1
    acedbs  
       Jan 16
    👍·
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   1348 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 27ms · UTC 16:56 · PVG 00:56 · LAX 09:56 · JFK 12:56
    ♥ Do have faith in what you're doing.