write agent.py

This commit is contained in:
a2a-cloud
2026-06-08 22:54:00 +00:00
parent c43301a8ff
commit 841d84dbe1

View File

@@ -42,7 +42,7 @@ from a2a_pack import (
OUTPUT_DIR = "outputs/seleniumbase-website-scraper"
RUNTIME_SKILLS_DIR = "seleniumbase-website-scraper/.deepagents/skills/"
DEEPAGENTS_RECURSION_LIMIT = 400
DEEPAGENTS_RECURSION_LIMIT = 500
class SeleniumbaseWebsiteScraperConfig(BaseModel):