René's URL Explorer Experiment


Title: ui | deepagents_code | LangChain Reference

Open Graph Title: ui | deepagents_code

X Title: ui | deepagents_code

Description: Python API reference for ui in deepagents_code. Part of the LangChain ecosystem.

Open Graph Description: Python API reference for ui in deepagents_code. Part of the LangChain ecosystem.

X Description: Python API reference for ui in deepagents_code. Part of the LangChain ecosystem.

Opengraph URL: https://reference.langchain.com/python/deepagents-code/ui

direct link

Domain: reference.langchain.com

og:imagehttps://reference.langchain.com/og/python/deepagents-code/ui
og:image:width1200
og:image:height630
og:image:altui | deepagents_code
og:typearticle
twitter:cardsummary_large_image
twitter:imagehttps://reference.langchain.com/og/python/deepagents-code/ui

Links:

LangChain Reference home pagehttps://reference.langchain.com/
GitHubhttps://github.com/langchain-ai
Main Docshttps://docs.langchain.com/oss/python/deepagents
Deep Agentshttps://reference.langchain.com/python/deepagents
LangChainhttps://reference.langchain.com/python/langchain/overview
LangGraphhttps://reference.langchain.com/python/langgraph/overview
Integrationshttps://reference.langchain.com/python/integrations/overview
LangSmithhttps://reference.langchain.com/python/langsmith
Deep Agents Codehttps://reference.langchain.com/python/deepagents-code
Deep Agents Codehttps://reference.langchain.com/python/deepagents-code
deepagents-codehttps://reference.langchain.com/python/deepagents-code
attributeDOCS_URL: strURL for deepagents-code documentation.https://reference.langchain.com/python/deepagents-code/_version/DOCS_URL
attributeconsole: Consolehttps://reference.langchain.com/python/deepagents-code/config/console
functionpositive_intArgparse type for integer arguments that must be >= 1.https://reference.langchain.com/python/deepagents-code/ui/positive_int
functionnon_negative_intArgparse type for integer arguments that must be >= 0.https://reference.langchain.com/python/deepagents-code/ui/non_negative_int
functionshow_helpShow top-level help information.https://reference.langchain.com/python/deepagents-code/ui/show_help
functionshow_list_helpShow help information for the list subcommand. Invoked via the -h argparse action or directly from cli_main.https://reference.langchain.com/python/deepagents-code/ui/show_list_help
functionshow_agents_helpShow help information for the agents subcommand.https://reference.langchain.com/python/deepagents-code/ui/show_agents_help
functionshow_reset_helpShow help information for the reset subcommand.https://reference.langchain.com/python/deepagents-code/ui/show_reset_help
functionshow_skills_helpShow help information for the skills subcommand. Invoked via the -h argparse action or directly from execute_skills_command when no subcommand is given.https://reference.langchain.com/python/deepagents-code/ui/show_skills_help
functionshow_skills_list_helpShow help information for the skills list subcommand.https://reference.langchain.com/python/deepagents-code/ui/show_skills_list_help
functionshow_skills_create_helpShow help information for the skills create subcommand.https://reference.langchain.com/python/deepagents-code/ui/show_skills_create_help
functionshow_skills_info_helpShow help information for the skills info subcommand.https://reference.langchain.com/python/deepagents-code/ui/show_skills_info_help
functionshow_skills_delete_helpShow help information for the skills delete subcommand.https://reference.langchain.com/python/deepagents-code/ui/show_skills_delete_help
functionshow_skills_trust_helpShow help information for the skills trust subcommand.https://reference.langchain.com/python/deepagents-code/ui/show_skills_trust_help
functionshow_update_helpShow help information for the update subcommand.https://reference.langchain.com/python/deepagents-code/ui/show_update_help
functionshow_doctor_helpShow help information for the doctor subcommand.https://reference.langchain.com/python/deepagents-code/ui/show_doctor_help
functionshow_tools_helpShow help information for the tools subcommand.https://reference.langchain.com/python/deepagents-code/ui/show_tools_help
functionshow_tools_list_helpShow help information for the tools list subcommand.https://reference.langchain.com/python/deepagents-code/ui/show_tools_list_help
functionshow_tools_install_helpShow help information for the tools install subcommand.https://reference.langchain.com/python/deepagents-code/ui/show_tools_install_help
functionshow_mcp_helpShow help information for the mcp subcommand.https://reference.langchain.com/python/deepagents-code/ui/show_mcp_help
functionshow_mcp_login_helpShow help information for the mcp login subcommand.https://reference.langchain.com/python/deepagents-code/ui/show_mcp_login_help
functionshow_mcp_config_helpShow help information for the mcp config subcommand.https://reference.langchain.com/python/deepagents-code/ui/show_mcp_config_help
functionshow_config_helpShow help information for the config subcommand. Invoked via the -h argparse action, the startup fast-path, or run_config_command when no config subcommand is given. Kept import-light so it stays on the startup fast path.https://reference.langchain.com/python/deepagents-code/ui/show_config_help
functionshow_auth_helpShow help information for the auth subcommand. Invoked via the -h argparse action, the startup fast-path, or run_auth_command when no auth subcommand is given. Kept import-light so it stays on the startup fast path.https://reference.langchain.com/python/deepagents-code/ui/show_auth_help
functionshow_threads_helpShow help information for the threads subcommand. Invoked via the -h argparse action or directly from cli_main when no threads subcommand is given.https://reference.langchain.com/python/deepagents-code/ui/show_threads_help
functionshow_threads_delete_helpShow help information for the threads delete subcommand.https://reference.langchain.com/python/deepagents-code/ui/show_threads_delete_help
functionshow_threads_list_helpShow help information for the threads list subcommand.https://reference.langchain.com/python/deepagents-code/ui/show_threads_list_help
modulethemeLangChain brand colors and semantic constants for the app. Single source of truth for color values used in Python code (Rich markup, Content.styled, Content.from_markup). CSS-side styling should reference Textual CSS variables: built-in variables ($primary, $background, $text-muted, $error-muted, etc.) are set via register_theme() in DeepAgentsApp.__init__, while the few app-specific variables ($mode-bash, $mode-command, $mode-incognito, $skill, $skill-hover, $tool, $tool-hover) are backed by these constants via App.get_theme_variable_defaults(). Code that needs custom CSS variable values should call get_css_variable_defaults(dark=...). For the full semantic color palette, look up the ThemeColors instance via get_registry(). Users can define custom themes in ~/.deepagents/config.toml under [themes.] sections. Each new theme section must include label (str); dark (bool) defaults to False if omitted (set to True for dark themes). Color fields are optional and fall back to the built-in dark/light palette based on the dark flag. Sections whose name matches a built-in theme override its colors without replacing it. See _load_user_themes() for details.https://reference.langchain.com/python/deepagents-code/theme
View source on GitHubhttps://github.com/langchain-ai/deepagents/blob/019900734024a7665fd65bd75235c6307d5da003/libs/code/deepagents_code/ui.py

Viewport: width=device-width, initial-scale=1


URLs of crawlers that visited me.