docs: document how to use agents

ref: N25B-300
This commit is contained in:
2025-11-21 13:28:37 +01:00
parent 1c510c661e
commit 98d087417f
3 changed files with 32 additions and 10 deletions

View File

@@ -5,7 +5,8 @@ from control_backend.core.agent_system import BaseAgent as CoreBaseAgent
class BaseAgent(CoreBaseAgent):
"""
Base agent class for our agents to inherit from.
Base agent class for our agents to inherit from. This just ensures
all agents have a logger.
"""
logger: logging.Logger