MANIFEST.in
README.md
jupyter_lab_config.py
jupyter_lab_config2.py
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/build_log.json
jupyterlab_chat_toy/labextension/package.json
jupyterlab_chat_toy/labextension/static/lib_index_js.202a0db170153129ede9.js
jupyterlab_chat_toy/labextension/static/lib_index_js.202a0db170153129ede9.js.map
jupyterlab_chat_toy/labextension/static/remoteEntry.b05bd218984acf530c07.js
jupyterlab_chat_toy/labextension/static/remoteEntry.b05bd218984acf530c07.js.map
jupyterlab_chat_toy/labextension/static/style.js
jupyterlab_chat_toy/labextension/static/style_index_css.a0d180866364f95a0643.js
jupyterlab_chat_toy/labextension/static/style_index_css.a0d180866364f95a0643.js.map
jupyterlab_chat_toy/labextension/static/vendors-node_modules_css-loader_dist_runtime_api_js-node_modules_css-loader_dist_runtime_cssW-72eba1.42e99f91e1fee60ea927.js
jupyterlab_chat_toy/labextension/static/vendors-node_modules_css-loader_dist_runtime_api_js-node_modules_css-loader_dist_runtime_cssW-72eba1.42e99f91e1fee60ea927.js.map
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