MCPcopy Create free account
hub / github.com/LLMQuant/quant-mind / ResolvedFlowConfig

Class ResolvedFlowConfig

quantmind/magic.py:31–35  ·  view source on GitHub ↗

Output schema returned by the resolver agent.

Source from the content-addressed store, hash-verified

29
30from agents import Agent, Runner
31from pydantic import BaseModel
32
33from quantmind.configs.base import BaseFlowCfg
34
35InputT = TypeVar("InputT", bound=BaseModel)
36CfgT = TypeVar("CfgT", bound=BaseModel)
37
38

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected