Add documentation #31

Merged
k.marinus merged 6 commits from docs/docs-cb into dev 2025-11-27 12:16:12 +00:00
Showing only changes of commit ae7c7a0236 - Show all commits

View File

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