ruv's picture
first commit
215f78b unverified
raw
history blame
153 Bytes
# Placeholder for agent data model
class Agent:
def __init__(self, name, agent_type):
self.name = name
self.agent_type = agent_type