Metadata-Version: 2.4
Name: asad-websearch
Version: 0.1.0
Summary: A DuckDuckGo web search tool for AI Agents
Home-page: https://pypi.org/project/asad-websearch/
Author: Asad Shabir
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: agents-sdk
Requires-Dist: ddgs>=1.0.7
Dynamic: author
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

# asad-websearch

A DuckDuckGo-based web search tool you can use in OpenAI Agents SDK.

## Usage

```python
from asad_websearch import duckduckgo_search
result = await duckduckgo_search("latest news")
print(result)
