fix: generate agents with platform LLM grants
All checks were successful
build / build (push) Successful in 21s
All checks were successful
build / build (push) Successful in 21s
This commit is contained in:
@@ -31,7 +31,7 @@ class TemplateInitTests(unittest.TestCase):
|
||||
self.assertEqual(set(files), {"agent.py", "a2a.yaml", "requirements.txt"})
|
||||
self.assertIn('name = "research-agent"', files["agent.py"])
|
||||
self.assertIn('description = "Research helper"', files["agent.py"])
|
||||
self.assertIn("LLMProvisioning.CALLER_PROVIDED", files["agent.py"])
|
||||
self.assertIn("LLMProvisioning.PLATFORM", files["agent.py"])
|
||||
self.assertIn("WorkspaceAccess.dynamic", files["agent.py"])
|
||||
self.assertIn("RUNTIME_SKILLS_DIR", files["agent.py"])
|
||||
self.assertIn("_runtime_skills_root", files["agent.py"])
|
||||
|
||||
Reference in New Issue
Block a user