MCPcopy Create free account
hub / github.com/CodeClash-ai/CodeClash / AgentInfo

Class AgentInfo

codeclash/viewer/app.py:326–331  ·  view source on GitHub ↗

Information about a single agent

Source from the content-addressed store, hash-verified

324
325@dataclass
326class AgentInfo:
327 """Information about a single agent"""
328
329 name: str
330 model_name: str | None = None
331 agent_class: str | None = None
332
333
334def set_log_base_directory(directory: str | Path):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected