Static| Name | Type | Description |
|---|---|---|
thread_id | str | None | Default: NoneDisplayed only when debug mode is enabled. |
mcp_tool_count | int | Default: 0Number of MCP tools loaded at startup. |
model_provider | str | Default: ''Active model provider (e.g. |
model_name | str | Default: '' |
cwd | str | None | Default: None |
mcp_unauthenticated | int | Default: 0 |
mcp_errored | int | Default: 0 |
mcp_awaiting_reconnect | int | Default: 0 |
**kwargs | Any | Default: {} |
Compact welcome banner shown at startup.
Renders a bordered box with the product title and optional version. A
(debug enabled) tag appears when DEEPAGENTS_CODE_DEBUG is enabled
(truthy), and an (experimental) tag appears when
DEEPAGENTS_CODE_EXPERIMENTAL is enabled (truthy), both even when the
version is hidden. A (local) tag appears for
editable installs only when the version is shown. Rows follow that appear
only when their data (and any env gate) is present. In render order: the
active model
(SPLASH_SHOW_MODEL, opt-in), working directory (SPLASH_SHOW_CWD,
opt-in), LangSmith tracing project and its replica (each clickable once its
URL resolves), thread ID (debug mode only; click to copy, with an
(open in langsmith) trace link once the project URL resolves), and the MCP
tool count. MCP server warnings and the editable-install path follow.
Active model name. Displayed only when SPLASH_SHOW_MODEL is
enabled.
Working directory. Defaults to the process cwd. Displayed only
when SPLASH_SHOW_CWD is enabled.
Number of MCP servers awaiting login.
Number of MCP servers that failed to load.
Number of MCP servers awaiting reconnect.
Additional arguments passed to parent.