fix: persist builder deepagent files
All checks were successful
build / build (push) Successful in 31s

This commit is contained in:
robert
2026-05-17 18:57:29 -03:00
parent 34cbaa702d
commit de2887ff6f
6 changed files with 61 additions and 5 deletions

View File

@@ -23,6 +23,7 @@ class TemplateInitTests(unittest.TestCase):
self.assertIn('description = "Research helper"', files["agent.py"])
self.assertIn("LLMProvisioning.CALLER_PROVIDED", files["agent.py"])
self.assertIn("ctx.llm", files["agent.py"])
self.assertIn("ctx.workspace_backend()", files["agent.py"])
self.assertIn("create_deep_agent", files["agent.py"])
self.assertIn("name: research-agent", files["a2a.yaml"])
self.assertIn("entrypoint: agent:ResearchAgent", files["a2a.yaml"])