merge dev into main #49

Merged
8464960 merged 430 commits from dev into main 2026-01-28 10:49:15 +00:00
Showing only changes of commit ae7c7a0236 - Show all commits

View File

@@ -72,7 +72,7 @@ class BDIProgramManager(BaseAgent):
try:
program = Program.model_validate_json(body)
except ValidationError as e:
except ValidationError:
self.logger.exception("Received an invalid program.")
continue