create_goal_criteria_agent(
*,
model: str | BaseChatModel,
repository_backend: BackendProtocol | None,
repository_root: | Name | Type | Description |
|---|---|---|
model* | str | BaseChatModel | Chat model or model identifier used by the server graph. |
repository_backend* | BackendProtocol | None | Server backend rooted at the active repository or
sandbox, or |
repository_root | str | Default: '/'Absolute path that bounds reads on |
context_tools* | Sequence[BaseTool | Callable[..., Any]] |
Create the ephemeral server-side criteria agent graph.
Loaded fetch_url, optional web_search, and MCP tools.