MANIFEST.in
README.md
package.json
pyproject.toml
setup.py
tsconfig.json
yarn.lock
jupyter_config/jupyter_notebook_config.d/jupyterlab_chat_toy.json
jupyter_config/jupyter_server_config.d/jupyterlab_chat_toy.json
jupyterlab_chat_toy/__init__.py
jupyterlab_chat_toy/_version.py
jupyterlab_chat_toy/chat_manager.py
jupyterlab_chat_toy/config.py
jupyterlab_chat_toy/handlers.py
jupyterlab_chat_toy.egg-info/PKG-INFO
jupyterlab_chat_toy.egg-info/SOURCES.txt
jupyterlab_chat_toy.egg-info/dependency_links.txt
jupyterlab_chat_toy.egg-info/entry_points.txt
jupyterlab_chat_toy.egg-info/not-zip-safe
jupyterlab_chat_toy.egg-info/requires.txt
jupyterlab_chat_toy.egg-info/top_level.txt
jupyterlab_chat_toy/api/__init__.py
jupyterlab_chat_toy/api/chat.py
jupyterlab_chat_toy/api/config.py
jupyterlab_chat_toy/labextension/package.json
jupyterlab_chat_toy/labextension/static/509.be4cb07d14172b3566bc.js
jupyterlab_chat_toy/labextension/static/665.36f0655285d6517f6bdb.js
jupyterlab_chat_toy/labextension/static/remoteEntry.77c3706c0070699ad8e5.js
jupyterlab_chat_toy/labextension/static/style.js
jupyterlab_chat_toy/labextension/static/third-party-licenses.json
src/MessageContent.tsx
src/icons.ts
src/index.ts
src/types.ts
src/widget.tsx
src/widget.tsx.bk
src/ChatWidget/ChatComponent.tsx
src/ChatWidget/ConfigPanel.tsx
src/ChatWidget/Header.tsx
src/ChatWidget/InputArea.tsx
src/ChatWidget/MessageContent.tsx
src/ChatWidget/MessageItem.tsx
src/ChatWidget/MessageList.tsx
src/ChatWidget/jupyterApiClient.ts
src/ChatWidget/types.ts
src/ChatWidget/hooks/useChat.ts
src/ChatWidget/hooks/useScroll.ts
src/ChatWidget/hooks/useStreaming.ts
src/ChatWidget/services/eggService.ts
src/ChatWidget/utils/constants.ts
src/ChatWidget/utils/easterEggHelper.ts
src/utils/errorAnalyzer.ts
style/base.css
style/index.css