This commit is contained in:
a2a-platform
2026-06-27 23:49:33 +00:00
parent 6042ced143
commit dba211c8ed
3 changed files with 45 additions and 31 deletions

View File

@@ -132,19 +132,6 @@
"captcha_policy": {
"type": "string"
},
"allowed_captcha_domains": {
"anyOf": [
{
"items": {
"type": "string"
},
"type": "array"
},
{
"type": "null"
}
]
},
"ai_explore": {
"type": "boolean"
},
@@ -293,7 +280,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.",
"target_scope": "Public browser capture is restricted to a2acloud.io and subdomains.",
"captcha_policy": "SeleniumBase solve_captcha is fixed to a2acloud.io and subdomains.",
"llm_exploration": "Uses ctx.llm to choose bounded, non-destructive page actions after the page loads."
}
},
@@ -322,10 +310,14 @@
"concurrency": 1,
"egress": {
"allow_hosts": [
"*"
"a2acloud.io",
"www.a2acloud.io",
"blog.a2acloud.io",
"docs.a2acloud.io",
"api.a2acloud.io"
],
"allow_internal_services": [],
"deny_internet_by_default": false
"deny_internet_by_default": true
},
"tools_used": [
"seleniumbase",