LICENSE
MANIFEST.in
README.md
setup.py
potato/__init__.py
potato/active_learning_manager.py
potato/admin.py
potato/agreement.py
potato/annotation_history.py
potato/authentication.py
potato/cli.py
potato/create_task_cli.py
potato/directory_watcher.py
potato/expertise_manager.py
potato/flask_server.py
potato/interaction_tracking.py
potato/item_state_management.py
potato/logging_config.py
potato/migrate_cli.py
potato/phase.py
potato/preview_cli.py
potato/quality_control.py
potato/remove_users_from_queue.py
potato/routes.py
potato/setup_multilingual_config.py
potato/setup_multitask_config.py
potato/user_state_management.py
potato/ai/__init__.py
potato/ai/ai_cache.py
potato/ai/ai_endpoint.py
potato/ai/ai_help_wrapper.py
potato/ai/ai_prompt.py
potato/ai/anthropic_endpoint.py
potato/ai/gemini_endpoint.py
potato/ai/huggingface_endpoint.py
potato/ai/icl_labeler.py
potato/ai/icl_prompt_builder.py
potato/ai/llm_active_learning.py
potato/ai/ollama_endpoint.py
potato/ai/openai_endpoint.py
potato/ai/openrouter_endpoint.py
potato/ai/vllm_endpoint.py
potato/database/__init__.py
potato/database/connection.py
potato/database/mysql_user_state.py
potato/server_utils/__init__.py
potato/server_utils/arg_utils.py
potato/server_utils/cli_utlis.py
potato/server_utils/config_module.py
potato/server_utils/front_end.py
potato/server_utils/html_sanitizer.py
potato/server_utils/json.py
potato/server_utils/mturk_apis.py
potato/server_utils/prolific_apis.py
potato/server_utils/waveform_service.py
potato/server_utils/schemas/__init__.py
potato/server_utils/schemas/audio_annotation.py
potato/server_utils/schemas/identifier_utils.py
potato/server_utils/schemas/image_annotation.py
potato/server_utils/schemas/likert.py
potato/server_utils/schemas/multirate.py
potato/server_utils/schemas/multiselect.py
potato/server_utils/schemas/number.py
potato/server_utils/schemas/pure_display.py
potato/server_utils/schemas/radio.py
potato/server_utils/schemas/registry.py
potato/server_utils/schemas/select.py
potato/server_utils/schemas/slider.py
potato/server_utils/schemas/span.py
potato/server_utils/schemas/span_link.py
potato/server_utils/schemas/textbox.py
potato/server_utils/schemas/video.py
potato/server_utils/schemas/video_annotation.py
potato/simulator/__init__.py
potato/simulator/__main__.py
potato/simulator/annotation_strategies.py
potato/simulator/cli.py
potato/simulator/competence_profiles.py
potato/simulator/config.py
potato/simulator/reporting.py
potato/simulator/simulator_manager.py
potato/simulator/timing_models.py
potato/simulator/user_simulator.py
potato/static/ai_assistant_manager.js
potato/static/annotation.js
potato/static/audio-annotation.css
potato/static/audio-annotation.js
potato/static/bootstrap.js
potato/static/image-annotation.css
potato/static/image-annotation.js
potato/static/img-01.webp
potato/static/interaction_tracker.js
potato/static/jquery-3.js
potato/static/junk.js
potato/static/main.js
potato/static/peaks.min.js
potato/static/popper.js
potato/static/select2.js
potato/static/sha256.js
potato/static/span-core.js
potato/static/span-link-manager.js
potato/static/span-link-styles.css
potato/static/span-manager.js
potato/static/span-styles.css
potato/static/styles.css
potato/static/tilt.js
potato/static/video-annotation.css
potato/static/video-annotation.js
potato/static/ai_assistant_img/blub.svg
potato/static/ai_assistant_img/highlight.svg
potato/static/ai_assistant_img/question.svg
potato/static/fonts/fontawesome-webfont.woff2
potato/static/styles/animate.css
potato/static/styles/bootstrap.css
potato/static/styles/emphasis.css
potato/static/styles/font-awesome.css
potato/static/styles/hamburgers.css
potato/static/styles/main.css
potato/static/styles/select2.css
potato/static/styles/util.css
potato/static/survey_assets/country_dropdown_list.html
potato/static/survey_assets/ethnicity_dropdown_list.html
potato/static/survey_assets/religion_dropdown_list.html
potato/templates/Simple-Likert-Scale-Example-base_template.html
potato/templates/admin.html
potato/templates/admin_login.html
potato/templates/base_template.html
potato/templates/base_template_v2.html
potato/templates/congrats.html
potato/templates/done.html
potato/templates/error.html
potato/templates/header.html
potato/templates/home.html
potato/templates/id_login_home.html
potato/templates/mturk_preview.html
potato/templates/signup.html
potato/templates/test_span_colors.html
potato/templates/training.html
potato/templates/training_failed.html
potato_annotation.egg-info/PKG-INFO
potato_annotation.egg-info/SOURCES.txt
potato_annotation.egg-info/dependency_links.txt
potato_annotation.egg-info/entry_points.txt
potato_annotation.egg-info/requires.txt
potato_annotation.egg-info/top_level.txt
tests/__init__.py
tests/ci_test_suite.py
tests/conftest.py
tests/test_annotation_types.py
tests/test_annotation_workflow.py
tests/test_frontend_annotation.py
tests/test_frontend_login.py
tests/helpers/__init__.py
tests/helpers/active_learning_test_utils.py
tests/helpers/conftest.py
tests/helpers/flask_test_setup.py
tests/helpers/port_manager.py
tests/helpers/span_test_helpers.py
tests/helpers/test_utils.py
tests/integration/__init__.py
tests/integration/base.py
tests/integration/conftest.py
tests/integration/test_annotation_types_e2e.py
tests/integration/test_config_behaviors.py
tests/integration/test_edge_cases.py
tests/integration/test_icl_ollama_integration.py
tests/integration/test_persistence.py
tests/integration/test_smoke.py
tests/integration/test_workflows.py
tests/simulator/__init__.py
tests/simulator/test_active_learning_integration.py
tests/simulator/test_annotation_strategies.py
tests/simulator/test_competence_profiles.py
tests/simulator/test_config.py