require a2a pack write prefix support
All checks were successful
build / build (push) Successful in 20s

This commit is contained in:
robert
2026-05-26 20:34:08 -03:00
parent 1ce66340bd
commit cd15dc3aaa
9 changed files with 64 additions and 30 deletions

View File

@@ -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}',