This commit is contained in:
a2a-platform
2026-06-27 16:29:40 +00:00
parent 1958c539fc
commit 1801e85b16
3 changed files with 25 additions and 13 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.3",
"version": "0.2.4",
"entrypoint": {
"module": "agent",
"class_name": "BrowserToApiAgent",
@@ -364,7 +364,7 @@
"source": "python-a2a-pack",
"project_manifest": {
"name": "seleniumbase-website-scraper",
"version": "0.2.3",
"version": "0.2.4",
"entrypoint": "agent:BrowserToApiAgent"
}
}