uom_deep_agent.uom_agent.get_example_input
uom_deep_agent.uom_agent.configurable_model
request- The dynamic model invocation request containing context.handler- The downstream handler callable to execute the model call.
ModelResponse- The generated response from the configured model.
uom_deep_agent.uom_agent.custom_system_prompt
uom_deep_agent.uom_agent.build_deep_agent
model- The base language model to use for core agent reasoning.dotnet_sandbox- Pre-allocated Daytona sandbox instance for C# compilation.java_sandbox- Pre-allocated Daytona sandbox instance for Java Maven compilation.extra_middleware- Optional list of additional middleware handlers to register.checkpointer- Optional persistence checkpointer for the graph’s execution state.context- Optional agent session context containing custom rules and current mode.
DeepAgent- The constructed and compiled DeepAgent workspace graph instance.