Files
taller-wox/app/web_search/__init__.py
farentsen 385c448c1f feat(web-search): tool DuckDuckGo abierta en /web-search para watsonx Orchestrate
Sub-app FastAPI montada en /web-search con búsqueda vía ddgs.
OpenAPI 3.0.3 + servers absoluto + operationId webSearch listo para
importar como external tool en wxO. Sin auth (uso de taller/demo).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-28 03:37:55 +00:00

4 lines
76 B
Python

from app.web_search.api import web_search_app
__all__ = ["web_search_app"]