Merge branch 'dev' into feat/reset-experiment-and-phase

This commit is contained in:
2026-01-26 19:44:46 +01:00
15 changed files with 612 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.