README.md
pyproject.toml
src/tinychat/__init__.py
src/tinychat/__main__.py
src/tinychat/app_textual.py
src/tinychat/errors.py
src/tinychat/backends/__init__.py
src/tinychat/backends/base.py
src/tinychat/backends/dsml_parser.py
src/tinychat/backends/ollama.py
src/tinychat/backends/openai.py
src/tinychat/compaction/__init__.py
src/tinychat/compaction/config.py
src/tinychat/compaction/manager.py
src/tinychat/compaction/prompts.py
src/tinychat/compaction/pruner.py
src/tinychat/compaction/summarizer.py
src/tinychat/compaction/token_counter.py
src/tinychat/components/__init__.py
src/tinychat/components/chat_view.py
src/tinychat/components/command_palette.py
src/tinychat/components/input_area.py
src/tinychat/components/key_hint_provider.py
src/tinychat/components/left_panel.py
src/tinychat/components/message_action_screen.py
src/tinychat/components/message_widgets.py
src/tinychat/components/rename_dialog.py
src/tinychat/components/search_history.py
src/tinychat/components/session_list_dialog.py
src/tinychat/components/sidebar.py
src/tinychat/components/status_bar.py
src/tinychat/components/summary_rule_widget.py
src/tinychat/components/todo_panel.py
src/tinychat/components/tool_execution_widget.py
src/tinychat/components/workflow_progress_widget.py
src/tinychat/db/__init__.py
src/tinychat/db/connection.py
src/tinychat/db/migration.py
src/tinychat/db/persistence.py
src/tinychat/db/todo_dao.py
src/tinychat/locales/en/LC_MESSAGES/messages.mo
src/tinychat/locales/en/LC_MESSAGES/tinychat.mo
src/tinychat/locales/zh/LC_MESSAGES/messages.mo
src/tinychat/locales/zh/LC_MESSAGES/tinychat.mo
src/tinychat/models/__init__.py
src/tinychat/models/config.py
src/tinychat/models/message.py
src/tinychat/models/session.py
src/tinychat/models/todo.py
src/tinychat/models/user_config.py
src/tinychat/models/workflow.py
src/tinychat/storybook/__init__.py
src/tinychat/storybook/__main__.py
src/tinychat/storybook/app.py
src/tinychat/storybook/canvas.py
src/tinychat/storybook/dialog_preview.py
src/tinychat/storybook/registry.py
src/tinychat/storybook/stories/__init__.py
src/tinychat/storybook/stories/command_palette.py
src/tinychat/storybook/stories/input_area.py
src/tinychat/storybook/stories/message_action_screen.py
src/tinychat/storybook/stories/message_widgets.py
src/tinychat/storybook/stories/rename_dialog.py
src/tinychat/storybook/stories/session_list_dialog.py
src/tinychat/storybook/stories/sidebar.py
src/tinychat/storybook/stories/status_bar.py
src/tinychat/storybook/stories/tool_execution_widget.py
src/tinychat/storybook/stories/workflow_progress_widget.py
src/tinychat/styles/app.css
src/tinychat/styles/themes/dark.css
src/tinychat/styles/themes/light.css
src/tinychat/tools/__init__.py
src/tinychat/tools/adapter.py
src/tinychat/tools/base.py
src/tinychat/tools/executor.py
src/tinychat/tools/manager.py
src/tinychat/tools/trigger_manager.py
src/tinychat/tools/workflow_manager.py
src/tinychat/utils/__init__.py
src/tinychat/utils/clipboard.py
src/tinychat/utils/config_manager.py
src/tinychat/utils/http_client.py
src/tinychat/utils/i18n.py
src/tinychat/utils/logging_config.py
src/tinychat/utils/metrics.py
src/tinychat/utils/parameter_formatter.py
src/tinychat/utils/result_formatter.py
src/tinychat/utils/session_manager.py
src/tinychat/utils/session_persistence.py
src/tinychat/utils/theme_manager.py
src/tinychat/utils/workflow_reconstruction.py
src/tinychat/utils/workflow_serialization.py
src/tinychat/workflow/__init__.py
src/tinychat/workflow/engine.py
src/tinychat_ai.egg-info/PKG-INFO
src/tinychat_ai.egg-info/SOURCES.txt
src/tinychat_ai.egg-info/dependency_links.txt
src/tinychat_ai.egg-info/entry_points.txt
src/tinychat_ai.egg-info/requires.txt
src/tinychat_ai.egg-info/top_level.txt