Imported skill __init__ from langchain
Scanned 9/11/2026
Install to Claude Code
npx -y skills add bitwikiorg/skills.md --skill __init__ --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Init?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/bitwikiorg-init-abe2fb92)More formats (shields.io, HTML) on the badges page.
---
description: Imported skill __init__ from langchain
name: __init__
signature: 656399f4776999e4942312ead06f29bb0fee471cf4562c2a63d6157517e45c34
source: /a0/tmp/skills_research/langchain/libs/deepagents-cli/deepagents_cli/widgets/__init__.py
---
"""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",
]
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!