This commit is contained in:
a2a-platform
2026-06-27 16:54:42 +00:00
parent 1801e85b16
commit 35739c9ab8
3 changed files with 305 additions and 8 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.4",
"version": "0.2.5",
"entrypoint": {
"module": "agent",
"class_name": "BrowserToApiAgent",
@@ -144,6 +144,22 @@
"type": "null"
}
]
},
"ai_explore": {
"type": "boolean"
},
"ai_steps": {
"type": "integer"
},
"ai_goal": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"required": [
@@ -277,7 +293,8 @@
],
"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.",
"captcha_policy": "SeleniumBase solve_captcha is available only for a2acloud.io and subdomains."
"captcha_policy": "SeleniumBase solve_captcha is available only for a2acloud.io and subdomains.",
"llm_exploration": "Uses ctx.llm to choose bounded, non-destructive page actions after the page loads."
}
},
"input_modes": [
@@ -364,7 +381,7 @@
"source": "python-a2a-pack",
"project_manifest": {
"name": "seleniumbase-website-scraper",
"version": "0.2.4",
"version": "0.2.5",
"entrypoint": "agent:BrowserToApiAgent"
}
}