require a2a pack write prefix support
All checks were successful
build / build (push) Successful in 20s
All checks were successful
build / build (push) Successful in 20s
This commit is contained in:
@@ -33,7 +33,8 @@ class TemplateInitTests(unittest.TestCase):
|
||||
self.assertIn('description = "Research helper"', files["agent.py"])
|
||||
self.assertIn("LLMProvisioning.CALLER_PROVIDED", files["agent.py"])
|
||||
self.assertIn("WorkspaceAccess.dynamic", files["agent.py"])
|
||||
self.assertIn("RUNTIME_SKILLS_ROOT", files["agent.py"])
|
||||
self.assertIn("RUNTIME_SKILLS_DIR", files["agent.py"])
|
||||
self.assertIn("_runtime_skills_root", files["agent.py"])
|
||||
self.assertIn("DEEPAGENTS_RECURSION_LIMIT = 500", files["agent.py"])
|
||||
self.assertIn(
|
||||
'config={"recursion_limit": DEEPAGENTS_RECURSION_LIMIT}',
|
||||
|
||||
Reference in New Issue
Block a user