README.md
setup.py
promptmodel/STARTER.py
promptmodel/__init__.py
promptmodel/chat_model.py
promptmodel/constants.py
promptmodel/dev_app.py
promptmodel/prompt_model.py
promptmodel/promptmodel_init.py
promptmodel.egg-info/PKG-INFO
promptmodel.egg-info/SOURCES.txt
promptmodel.egg-info/dependency_links.txt
promptmodel.egg-info/entry_points.txt
promptmodel.egg-info/requires.txt
promptmodel.egg-info/top_level.txt
promptmodel/apis/__init__.py
promptmodel/apis/base.py
promptmodel/cli/__init__.py
promptmodel/cli/main.py
promptmodel/cli/signal_handler.py
promptmodel/cli/utils.py
promptmodel/cli/commands/__init__.py
promptmodel/cli/commands/configure.py
promptmodel/cli/commands/connect.py
promptmodel/cli/commands/dev.py
promptmodel/cli/commands/fix.py
promptmodel/cli/commands/init.py
promptmodel/cli/commands/login.py
promptmodel/cli/commands/project.py
promptmodel/database/__init__.py
promptmodel/database/config.py
promptmodel/database/crud.py
promptmodel/database/crud_chat.py
promptmodel/database/models.py
promptmodel/database/models_chat.py
promptmodel/database/orm.py
promptmodel/llms/__init__.py
promptmodel/llms/llm.py
promptmodel/llms/llm_dev.py
promptmodel/llms/llm_proxy.py
promptmodel/types/__init__.py
promptmodel/types/enums.py
promptmodel/types/response.py
promptmodel/utils/__init__.py
promptmodel/utils/async_utils.py
promptmodel/utils/config_utils.py
promptmodel/utils/crypto.py
promptmodel/utils/logger.py
promptmodel/utils/output_utils.py
promptmodel/utils/random_utils.py
promptmodel/utils/token_counting.py
promptmodel/websocket/__init__.py
promptmodel/websocket/reload_handler.py
promptmodel/websocket/websocket_client.py
testapp/deploy_test.py
testapp/main.py
testapp/original_main.py
testapp/promptmodel_dev.py
tests/__init__.py
tests/constants.py
tests/api_client/__init__.py
tests/api_client/api_client_test.py
tests/chat_model/__init__.py
tests/chat_model/chat_model_test.py
tests/chat_model/conftest.py
tests/chat_model/registering_meta_test.py
tests/cli/dev_test.py
tests/llm/__init__.py
tests/llm/error_case_test.py
tests/llm/function_call_test.py
tests/llm/parse_test.py
tests/llm/stream_function_call_test.py
tests/llm/stream_test.py
tests/llm/stream_tool_calls_test.py
tests/llm/tool_calls_test.py
tests/llm/llm_dev/__init__.py
tests/llm/llm_dev/llm_dev_test.py
tests/llm/llm_proxy/__init__.py
tests/llm/llm_proxy/conftest.py
tests/llm/llm_proxy/proxy_chat_test.py
tests/llm/llm_proxy/proxy_test.py
tests/prompt_model/__init__.py
tests/prompt_model/conftest.py
tests/prompt_model/prompt_model_test.py
tests/prompt_model/registering_meta_test.py
tests/utils/async_util_test.py
tests/websocket_client/__init__.py
tests/websocket_client/conftest.py
tests/websocket_client/local_task_test.py
tests/websocket_client/run_chatmodel_test.py
tests/websocket_client/run_promptmodel_test.py
venv/bin/pwiz.py