Web Pages
Retrieve the page with the web provider.
Read "/static/codemode/providers/web.d.ts" and select the source: a
urlsupplied by the user or providedhtml. Complete when the exact source and supported input fields are known.Choose the output shape:
contentfor rendered HTML;markdownfor readable page text.
Complete when one action matches how the result will be used.
Call
web.extract:async () => await web.extract({ action: "markdown", input: { url: "https://example.com" }, });Inspect the result branch selected by
action. Complete when extraction succeeds and the returned content has been checked.