feat: add MCP support (#20716)
Co-authored-by: QuantumGhost <obelisk.reg+git@gmail.com>
This commit is contained in:
parent
18b58424ec
commit
535fff62f3
54 changed files with 6634 additions and 154 deletions
|
|
@ -85,7 +85,7 @@ class AgentStrategyEntity(BaseModel):
|
|||
description: I18nObject = Field(..., description="The description of the agent strategy")
|
||||
output_schema: Optional[dict] = None
|
||||
features: Optional[list[AgentFeature]] = None
|
||||
|
||||
meta_version: Optional[str] = None
|
||||
# pydantic configs
|
||||
model_config = ConfigDict(protected_namespaces=())
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue