Skip to content

feat: support parallel web search tool#483

Merged
cuericlee merged 1 commit intomainfrom
feat/parallel-serach
Feb 2, 2026
Merged

feat: support parallel web search tool#483
cuericlee merged 1 commit intomainfrom
feat/parallel-serach

Conversation

@yaozheng-fang
Copy link
Collaborator

@yaozheng-fang yaozheng-fang commented Feb 2, 2026

import asyncio

from veadk import Agent, Runner
from veadk.tools.builtin_tools.parallel_web_search import parallel_web_search

agent = Agent(name="para_search_agent", tools=[parallel_web_search])
runner = Runner(agent=agent)

response = asyncio.run(
    runner.run(
        messages="帮我搜索 罗素 和 达芬奇",
        session_id="para_search_session",
    )
)
print(response)

Copy link
Collaborator

@cuericlee cuericlee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@cuericlee cuericlee merged commit 4e8462d into main Feb 2, 2026
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants