This commit is contained in:
a2a-platform
2026-06-27 16:16:11 +00:00
parent 7497ebd603
commit 74d0b664fc
3 changed files with 221 additions and 6 deletions

View File

@@ -3,7 +3,7 @@
"language": "python",
"name": "seleniumbase-website-scraper",
"description": "SeleniumBase-style browser agent that turns observed website traffic into OpenAPI specs, coverage reports, samples, and a replay client.",
"version": "0.2.1",
"version": "0.2.2",
"entrypoint": {
"module": "agent",
"class_name": "BrowserToApiAgent",
@@ -125,6 +125,25 @@
"type": "null"
}
]
},
"browser_mode": {
"type": "string"
},
"captcha_policy": {
"type": "string"
},
"allowed_captcha_domains": {
"anyOf": [
{
"items": {
"type": "string"
},
"type": "array"
},
{
"type": "null"
}
]
}
},
"required": [
@@ -257,7 +276,8 @@
"samples/*.json"
],
"noise_filtering": "Drops analytics, static assets, service workers, and obvious bot-defense plumbing by default.",
"schema_inference": "Infers request/response JSON schemas, query params, path params, GraphQL dispatches, and auth-shaped headers."
"schema_inference": "Infers request/response JSON schemas, query params, path params, GraphQL dispatches, and auth-shaped headers.",
"captcha_policy": "SeleniumBase solve_captcha is available only for a2acloud.io and subdomains."
}
},
"input_modes": [
@@ -344,7 +364,7 @@
"source": "python-a2a-pack",
"project_manifest": {
"name": "seleniumbase-website-scraper",
"version": "0.2.1",
"version": "0.2.2",
"entrypoint": "agent:BrowserToApiAgent"
}
}