__init__
Imported skill __init__ from langchain
Works with
Claude CodeCursorCodex CLIGitHub CopilotGemini CLI
---
name: __init__
description: Imported skill __init__ from langchain
license: MIT
---
"""Textual widgets for deepagents-cli."""
from __future__ import annotations
from deepagents_cli.widgets.chat_input import ChatInput
from deepagents_cli.widgets.messages import (
AssistantMessage,
DiffMessage,
ErrorMessage,
SystemMessage,
ToolCallMessage,
UserMessage,
)
from deepagents_cli.widgets.status import StatusBar
from deepagents_cli.widgets.welcome import WelcomeBanner
__all__ = [
"AssistantMessage",
"ChatInput",
"DiffMessage",
"ErrorMessage",
"StatusBar",
"SystemMessage",
"ToolCallMessage",
"UserMessage",
"WelcomeBanner",
]More AI & ML skills
writing-shape
mattpocock/skills
Writing, exploit: shape raw material into an article, paragraph by paragraph.
275.5k
writing-fragments
mattpocock/skills
Writing, explore: mine raw fragments, no structure yet.
275.3k
full-output-enforcement
leonxlnx/taste-skill
Overrides default LLM truncation behavior. Enforces complete code generation, bans placeholder patterns, and handles token-limit splits cleanly. Apply to any task requiring exhaustive, unabridged output.
273.1k

