MCPcopy
hub / github.com/langchain-ai/deepagents / apply_selection

Method apply_selection

libs/code/deepagents_code/app.py:8982–8985  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8980 extra = screen.pending_install_extra
8981
8982 async def apply_selection() -> None:
8983 if extra and not await self._install_extra(extra, auto_restart=True):
8984 return
8985 await self._set_rubric_model(model_spec)
8986
8987 self.run_worker(apply_selection(), exclusive=False, group="rubric-model")
8988 if self._chat_input:

Callers

nothing calls this directly

Calls 2

_install_extraMethod · 0.95
_set_rubric_modelMethod · 0.95

Tested by

no test coverage detected