Merge remote-tracking branch 'origin/feat/experiment-logging' into demo

This commit is contained in:
2026-01-20 11:04:31 +01:00
14 changed files with 602 additions and 15 deletions

View File

@@ -1,9 +1,10 @@
import logging
from abc import ABC
from control_backend.core.agent_system import BaseAgent as CoreBaseAgent
class BaseAgent(CoreBaseAgent):
class BaseAgent(CoreBaseAgent, ABC):
"""
The primary base class for all implementation agents.