Skip to content

Commit e3e940c

Browse files
committed
bugfix: 更新 skill 执行
1 parent 0c9f4e1 commit e3e940c

99 files changed

Lines changed: 7217 additions & 5900 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

examples/knowledge_with_vectorstore/run_agent.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
import uuid
88

99
from dotenv import load_dotenv
10-
from trpc_agent.runners import Runner
11-
from trpc_agent.sessions import InMemorySessionService
12-
from trpc_agent.types import Content
13-
from trpc_agent.types import Part
10+
from trpc_agent_sdk.runners import Runner
11+
from trpc_agent_sdk.sessions import InMemorySessionService
12+
from trpc_agent_sdk.types import Content
13+
from trpc_agent_sdk.types import Part
1414

1515
# Load environment variables from the .env file
1616
load_dotenv()

0 commit comments

Comments
 (0)