mirror of
https://github.com/langchain-ai/deepagents.git
synced 2026-08-27 20:50:04 -04:00
2ac7d41533
Release-As: 0.1.0
10 lines
236 B
Python
10 lines
236 B
Python
"""Textual widgets for `deepagents-code`.
|
|
|
|
Import directly from submodules, e.g.:
|
|
|
|
```python
|
|
from deepagents_code.widgets.chat_input import ChatInput
|
|
from deepagents_code.widgets.messages import AssistantMessage
|
|
```
|
|
"""
|