.gitignore
LICENSE
Makefile
README.md
avoid-topics-test-results.png
prompt-structure.png
pyproject.toml
talk-box-interface.png
talk-box-logo.png
.github/workflows/ci-docs.yaml
.github/workflows/ci-tests.yaml
.vite/deps/_metadata.json
.vite/deps/package.json
.vscode/settings.json
docs/.gitignore
docs/_quarto.yml
docs/custom.scss
docs/examples.qmd
docs/index.qmd
docs/styles.css
docs/assets/00-autotest-main-results.png
docs/assets/01-results-video-games-direct.png
docs/assets/02-results-video-games-indirect.png
docs/assets/03-results-video-games-hypothetical.png
docs/assets/04-results-gaming-direct.png
docs/assets/05-results-gaming-indirect.png
docs/assets/06-results-gaming-hypothetical.png
docs/assets/abraham-results.png
docs/assets/attachments-display.png
docs/assets/code-review-results.png
docs/assets/prompt-structure.png
docs/assets/talk-box-logo.png
docs/scripts/post-render.py
docs/user-guide/chatbot-basics.qmd
docs/user-guide/file-attachments.qmd
docs/user-guide/index.qmd
docs/user-guide/installation.qmd
docs/user-guide/model-selection.qmd
docs/user-guide/pathways.qmd
docs/user-guide/prompt-builder.qmd
docs/user-guide/prompt-engineering-guide.qmd
docs/user-guide/react-chat.qmd
docs/user-guide/testing-avoid-topics.qmd
examples/react_chat_demo.py
talk_box/__init__.py
talk_box/_utils_chatlas.py
talk_box/attachments.py
talk_box/builder.py
talk_box/conversation.py
talk_box/pathways.py
talk_box/presets.py
talk_box/prompt_builder.py
talk_box/react_chat.py
talk_box/react_chat_integration.py
talk_box/testing.py
talk_box.egg-info/PKG-INFO
talk_box.egg-info/SOURCES.txt
talk_box.egg-info/dependency_links.txt
talk_box.egg-info/entry_points.txt
talk_box.egg-info/requires.txt
talk_box.egg-info/top_level.txt
talk_box/web_components/react_interface_dashboard.html
talk_box/web_components/react_launcher.py
talk_box/web_components/python_server/chat_server.py
talk_box/web_components/python_server/requirements.txt
talk_box/web_components/react-chat/.gitignore
talk_box/web_components/react-chat/eslint.config.js
talk_box/web_components/react-chat/hello-world.html
talk_box/web_components/react-chat/index.html
talk_box/web_components/react-chat/package-lock.json
talk_box/web_components/react-chat/package.json
talk_box/web_components/react-chat/postcss.config.js
talk_box/web_components/react-chat/react-test.html
talk_box/web_components/react-chat/tailwind.config.js
talk_box/web_components/react-chat/talk-box-chat.html
talk_box/web_components/react-chat/talk-box-logo.png
talk_box/web_components/react-chat/test-simple.html
talk_box/web_components/react-chat/tsconfig.json
talk_box/web_components/react-chat/tsconfig.node.json
talk_box/web_components/react-chat/vite.config.ts
talk_box/web_components/react-chat/src/App.tsx
talk_box/web_components/react-chat/src/index.ts
talk_box/web_components/react-chat/src/components/ErrorBoundary.tsx
talk_box/web_components/react-chat/src/components/chat/Chat.tsx
talk_box/web_components/react-chat/src/components/chat/ChatFooter.tsx
talk_box/web_components/react-chat/src/components/chat/ChatHeader.tsx
talk_box/web_components/react-chat/src/components/chat/ChatInput.tsx
talk_box/web_components/react-chat/src/components/chat/MessageList.tsx
talk_box/web_components/react-chat/src/components/message/Message.tsx
talk_box/web_components/react-chat/src/components/message/MessageMarkdown.tsx
talk_box/web_components/react-chat/src/components/ui/Button.tsx
talk_box/web_components/react-chat/src/components/ui/Popover.tsx
talk_box/web_components/react-chat/src/components/ui/Textarea.tsx
talk_box/web_components/react-chat/src/demo/main-minimal.tsx
talk_box/web_components/react-chat/src/demo/main-simple.tsx
talk_box/web_components/react-chat/src/demo/main.tsx
talk_box/web_components/react-chat/src/hooks/useTalkBoxChat.ts
talk_box/web_components/react-chat/src/styles/globals.css
talk_box/web_components/react-chat/src/styles/simple.css
talk_box/web_components/react-chat/src/types/index.ts
talk_box/web_components/react-chat/src/utils/api.ts
tests/conftest.py
tests/test_attachments.py
tests/test_builder.py
tests/test_constructor_updates.py
tests/test_conversation.py
tests/test_pathways.py
tests/test_preset_names.py
tests/test_presets.py
tests/test_prompt_builder.py
tests/test_testing.py
tests/test_utils_chatlas.py