LICENSE
README.md
pyproject.toml
setup.py
openwebui_chat_client/__init__.py
openwebui_chat_client/async_openwebui_client.py
openwebui_chat_client/openwebui_chat_client.py
openwebui_chat_client.egg-info/PKG-INFO
openwebui_chat_client.egg-info/SOURCES.txt
openwebui_chat_client.egg-info/dependency_links.txt
openwebui_chat_client.egg-info/requires.txt
openwebui_chat_client.egg-info/top_level.txt
openwebui_chat_client/core/__init__.py
openwebui_chat_client/core/async_base_client.py
openwebui_chat_client/core/base_client.py
openwebui_chat_client/modules/__init__.py
openwebui_chat_client/modules/async_chat_manager.py
openwebui_chat_client/modules/async_file_manager.py
openwebui_chat_client/modules/async_knowledge_base_manager.py
openwebui_chat_client/modules/async_model_manager.py
openwebui_chat_client/modules/async_notes_manager.py
openwebui_chat_client/modules/async_prompts_manager.py
openwebui_chat_client/modules/async_user_manager.py
openwebui_chat_client/modules/chat_manager.py
openwebui_chat_client/modules/file_manager.py
openwebui_chat_client/modules/knowledge_base_manager.py
openwebui_chat_client/modules/model_manager.py
openwebui_chat_client/modules/notes_manager.py
openwebui_chat_client/modules/prompts_manager.py
openwebui_chat_client/modules/user_manager.py
tests/test_archive_functionality.py
tests/test_async_client.py
tests/test_changelog_extraction.py
tests/test_chat_functionality.py
tests/test_continuous_conversation.py
tests/test_deep_research.py
tests/test_documentation_structure.py
tests/test_error_handling.py
tests/test_follow_up_feature.py
tests/test_knowledge_base.py
tests/test_metadata_features.py
tests/test_model_permissions.py
tests/test_notes_functionality.py
tests/test_openwebui_chat_client.py
tests/test_prompts_functionality.py
tests/test_task_processing.py
tests/test_user_management.py