This commit is contained in:
tcmofashi
2026-04-03 23:18:30 +08:00
parent 185361f2c3
commit 7b9e1cf925
40 changed files with 52 additions and 86 deletions

View File

@@ -6,8 +6,7 @@ This example shows how to use skills with an Agent.
import asyncio
from pathlib import Path
from agentlite import Agent, OpenAIProvider
from agentlite.skills import discover_skills, index_skills_by_name, SkillTool
from agentlite.skills import discover_skills, index_skills_by_name
async def main():