MCPcopy Create free account
hub / github.com/Mercury7353/PyBench / ModuleType

Class ModuleType

llms/schema.py:151–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149
150
151class ModuleType(Enum):
152 RESPONDER = "responder"
153 TOOL = "tool"
154 CRITIC = "critic"
155 USERINPUTGENERATOR = "user_input_generator"
156 SYSTEMPROMPTGENERATOR = "system_prompt_generator"
157 USERPROFILEGENERATOR = "user_profile_generator"
158
159
160class LLMArgs(BaseModel):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected