docs: document how to use agents
ref: N25B-300
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user