We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07d5393 commit a6b40d6Copy full SHA for a6b40d6
src/ai/backend/agent/runtime.py
@@ -65,6 +65,7 @@ async def _create_agent(
65
agent_config: AgentUnifiedConfig,
66
) -> AbstractAgent:
67
agent_kwargs = {
68
+ "kernel_registry": self.kernel_registry,
69
"stats_monitor": self.stats_monitor,
70
"error_monitor": self.error_monitor,
71
"agent_public_key": self.agent_public_key,
0 commit comments