LICENSE
MANIFEST.in
README.md
setup.py
potato/__init__.py
potato/__main__.py
potato/active_learning_manager.py
potato/adjudication.py
potato/adjudication_export.py
potato/admin.py
potato/agent_runner.py
potato/agent_runner_manager.py
potato/agreement.py
potato/annotation_history.py
potato/authentication.py
potato/bws_scoring.py
potato/bws_tuple_generator.py
potato/chat_manager.py
potato/cli.py
potato/coding_agent_backend.py
potato/coding_agent_branch.py
potato/coding_agent_checkpoint.py
potato/coding_agent_runner.py
potato/coding_agent_runner_manager.py
potato/coding_agent_sandbox.py
potato/create_task_cli.py
potato/datasets_integration.py
potato/directory_watcher.py
potato/diversity_manager.py
potato/embedding_visualization.py
potato/expertise_manager.py
potato/filter_by_annotation.py
potato/flask_server.py
potato/hierarchy.py
potato/ibws_manager.py
potato/interaction_tracking.py
potato/item_state_management.py
potato/knowledge_base.py
potato/logging_config.py
potato/mace.py
potato/mace_manager.py
potato/migrate_cli.py
potato/password_reset.py
potato/phase.py
potato/preview_cli.py
potato/quality_control.py
potato/remove_users_from_queue.py
potato/routes.py
potato/routes_live_agent.py
potato/routes_live_coding_agent.py
potato/routes_trace_ingestion.py
potato/routes_web_agent.py
potato/setup_multilingual_config.py
potato/setup_multitask_config.py
potato/similarity.py
potato/step_agreement.py
potato/step_quality_control.py
potato/user_state_management.py
potato/validate_cli.py
potato/web_playwright.py
potato/web_proxy.py
potato/agent_proxy/__init__.py
potato/agent_proxy/base.py
potato/agent_proxy/coding_proxy.py
potato/agent_proxy/echo_proxy.py
potato/agent_proxy/http_proxy.py
potato/agent_proxy/openai_proxy.py
potato/agent_proxy/sandbox.py
potato/agent_proxy/session.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/anthropic_vision_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/ollama_vision_endpoint.py
potato/ai/openai_endpoint.py
potato/ai/openai_vision_endpoint.py
potato/ai/openrouter_endpoint.py
potato/ai/visual_ai_endpoint.py
potato/ai/vllm_endpoint.py
potato/ai/yolo_endpoint.py
potato/auth_backends/__init__.py
potato/auth_backends/oauth_backend.py
potato/coding_agent_backends/__init__.py
potato/coding_agent_backends/anthropic_backend.py
potato/coding_agent_backends/claude_sdk_backend.py
potato/coding_agent_backends/ollama_backend.py
potato/data_sources/__init__.py
potato/data_sources/base.py
potato/data_sources/cache_manager.py
potato/data_sources/credentials.py
potato/data_sources/manager.py
potato/data_sources/partial_reader.py
potato/data_sources/sources/__init__.py
potato/data_sources/sources/database_source.py
potato/data_sources/sources/dropbox_source.py
potato/data_sources/sources/gdrive_source.py
potato/data_sources/sources/gsheets_source.py
potato/data_sources/sources/huggingface_source.py
potato/data_sources/sources/local_source.py
potato/data_sources/sources/s3_source.py
potato/data_sources/sources/url_source.py
potato/database/__init__.py
potato/database/connection.py
potato/database/mysql_user_state.py
potato/export/__init__.py
potato/export/__main__.py
potato/export/agent_eval_exporter.py
potato/export/base.py
potato/export/cli.py
potato/export/coco_exporter.py
potato/export/coding_eval_exporter.py
potato/export/conll_2003_exporter.py
potato/export/conll_u_exporter.py
potato/export/cv_utils.py
potato/export/eaf_exporter.py
potato/export/huggingface_exporter.py
potato/export/mask_exporter.py
potato/export/nlp_utils.py
potato/export/parquet_exporter.py
potato/export/pascal_voc_exporter.py
potato/export/registry.py
potato/export/tabular_exporter.py
potato/export/textgrid_exporter.py
potato/export/yolo_exporter.py
potato/format_handlers/__init__.py
potato/format_handlers/base.py
potato/format_handlers/code_handler.py
potato/format_handlers/coordinate_mapping.py
potato/format_handlers/docx_handler.py
potato/format_handlers/markdown_handler.py
potato/format_handlers/pdf_handler.py
potato/format_handlers/registry.py
potato/format_handlers/spreadsheet_handler.py
potato/integrations/__init__.py
potato/integrations/langchain_callback.py
potato/server_utils/__init__.py
potato/server_utils/admin_key.py
potato/server_utils/arg_utils.py
potato/server_utils/config_module.py
potato/server_utils/display_logic.py
potato/server_utils/front_end.py
potato/server_utils/html_sanitizer.py
potato/server_utils/instance_display.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/displays/__init__.py
potato/server_utils/displays/agent_trace_display.py
potato/server_utils/displays/audio_display.py
potato/server_utils/displays/base.py
potato/server_utils/displays/code_display.py
potato/server_utils/displays/coding_trace_display.py
potato/server_utils/displays/conversation_tree_display.py
potato/server_utils/displays/dialogue_display.py
potato/server_utils/displays/document_display.py
potato/server_utils/displays/gallery_display.py
potato/server_utils/displays/image_display.py
potato/server_utils/displays/interactive_chat_display.py
potato/server_utils/displays/live_agent_display.py
potato/server_utils/displays/live_coding_agent_display.py
potato/server_utils/displays/pairwise_display.py
potato/server_utils/displays/pdf_display.py
potato/server_utils/displays/registry.py
potato/server_utils/displays/spreadsheet_display.py
potato/server_utils/displays/text_display.py
potato/server_utils/displays/video_display.py
potato/server_utils/displays/web_agent_trace_display.py
potato/server_utils/schemas/__init__.py
potato/server_utils/schemas/audio_annotation.py
potato/server_utils/schemas/bws.py
potato/server_utils/schemas/card_sort.py
potato/server_utils/schemas/code_review.py
potato/server_utils/schemas/confidence.py
potato/server_utils/schemas/conjoint.py
potato/server_utils/schemas/constant_sum.py
potato/server_utils/schemas/coreference.py
potato/server_utils/schemas/error_span.py
potato/server_utils/schemas/event_annotation.py
potato/server_utils/schemas/extractive_qa.py
potato/server_utils/schemas/hierarchical_multiselect.py
potato/server_utils/schemas/identifier_utils.py
potato/server_utils/schemas/image_annotation.py
potato/server_utils/schemas/keybinding_allocator.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/pairwise.py
potato/server_utils/schemas/process_reward.py
potato/server_utils/schemas/pure_display.py
potato/server_utils/schemas/radio.py
potato/server_utils/schemas/range_slider.py
potato/server_utils/schemas/ranking.py
potato/server_utils/schemas/registry.py
potato/server_utils/schemas/rubric_eval.py
potato/server_utils/schemas/select.py
potato/server_utils/schemas/semantic_differential.py
potato/server_utils/schemas/slider.py
potato/server_utils/schemas/soft_label.py
potato/server_utils/schemas/span.py
potato/server_utils/schemas/span_link.py
potato/server_utils/schemas/text_edit.py
potato/server_utils/schemas/textbox.py
potato/server_utils/schemas/tiered_annotation.py
potato/server_utils/schemas/trajectory_eval.py
potato/server_utils/schemas/tree_annotation.py
potato/server_utils/schemas/triage.py
potato/server_utils/schemas/vas.py
potato/server_utils/schemas/video.py
potato/server_utils/schemas/video_annotation.py
potato/simulator/__init__.py
potato/simulator/__main__.py
potato/simulator/agent_strategy.py
potato/simulator/annotation_strategies.py
potato/simulator/cli.py
potato/simulator/competence_profiles.py
potato/simulator/config.py
potato/simulator/interactive_runner.py
potato/simulator/playwright_simulator.py
potato/simulator/reporting.py
potato/simulator/simulator_manager.py
potato/simulator/solo_mode_simulator.py
potato/simulator/timing_models.py
potato/simulator/user_simulator.py
potato/solo_mode/__init__.py
potato/solo_mode/confidence_router.py
potato/solo_mode/config.py
potato/solo_mode/confusion_analyzer.py
potato/solo_mode/disagreement_explorer.py
potato/solo_mode/disagreement_resolver.py
potato/solo_mode/edge_case_rules.py
potato/solo_mode/edge_case_synthesizer.py
potato/solo_mode/guideline_updater.py
potato/solo_mode/instance_selector.py
potato/solo_mode/labeling_functions.py
potato/solo_mode/llm_labeler.py
potato/solo_mode/manager.py
potato/solo_mode/phase_controller.py
potato/solo_mode/prompt_manager.py
potato/solo_mode/prompt_optimizer.py
potato/solo_mode/refinement_loop.py
potato/solo_mode/routes.py
potato/solo_mode/rule_clusterer.py
potato/solo_mode/validation_tracker.py
potato/solo_mode/refinement/__init__.py
potato/solo_mode/refinement/base.py
potato/solo_mode/refinement/icl_library.py
potato/solo_mode/refinement/registry.py
potato/solo_mode/refinement/strategies.py
potato/solo_mode/refinement/validation.py
potato/solo_mode/uncertainty/__init__.py
potato/solo_mode/uncertainty/base.py
potato/solo_mode/uncertainty/direct_confidence.py
potato/solo_mode/uncertainty/direct_uncertainty.py
potato/solo_mode/uncertainty/factory.py
potato/solo_mode/uncertainty/sampling_diversity.py
potato/solo_mode/uncertainty/token_entropy.py
potato/static/adjudication-forms.js
potato/static/adjudication.css
potato/static/adjudication.js
potato/static/agent-chat.js
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/coding-trace.css
potato/static/conversation-tree.js
potato/static/coreference-manager.js
potato/static/display-logic.css
potato/static/display-logic.js
potato/static/document-bbox.css
potato/static/document-bbox.js
potato/static/entity-linking.js
potato/static/event-annotation.css
potato/static/event-annotation.js
potato/static/image-annotation.css
potato/static/image-annotation.js
potato/static/img-01.webp
potato/static/instance-display.js
potato/static/interaction_tracker.js
potato/static/jquery-3.js
potato/static/junk.js
potato/static/live-agent-viewer.js
potato/static/live-coding-agent-viewer.js
potato/static/llm-chat-sidebar.js
potato/static/main.js
potato/static/option_highlight_manager.js
potato/static/pdf-annotation.css
potato/static/pdf-bbox.js
potato/static/peaks.min.js
potato/static/popper.js
potato/static/segmentation-tools.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/spreadsheet-display.css
potato/static/styles.css
potato/static/tiered-annotation.js
potato/static/tilt.js
potato/static/tracking-interpolation.js
potato/static/tracking-ui.js
potato/static/triage.js
potato/static/video-annotation.css
potato/static/video-annotation.js
potato/static/visual_ai_assistant.js
potato/static/web-agent-overlays.js
potato/static/web-agent-playback.js
potato/static/web-agent-recorder.js
potato/static/web-agent-viewer.js
potato/static/ai_assistant_img/blub.svg
potato/static/ai_assistant_img/highlight.svg
potato/static/ai_assistant_img/question.svg
potato/static/css/agent-chat.css
potato/static/css/conversation-tree.css
potato/static/css/coreference.css
potato/static/css/embedding-viz.css
potato/static/css/entity-linking.css
potato/static/css/format-displays.css
potato/static/css/live-agent.css
potato/static/css/llm-chat-sidebar.css
potato/static/css/oauth.css
potato/static/css/pdf-viewer.css
potato/static/css/segmentation.css
potato/static/css/tiered-annotation.css
potato/static/css/tracking.css
potato/static/css/triage.css
potato/static/fonts/fontawesome-webfont.woff2
potato/static/js/embedding-viz.js
potato/static/js/format-displays.js
potato/static/js/pdf-viewer.js
potato/static/js/solo-dashboard.js
potato/static/js/solo-viz.js
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/survey_instruments/__init__.py
potato/templates/Simple-Likert-Scale-Example-base_template.html
potato/templates/adjudication.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/forgot_password.html
potato/templates/header.html
potato/templates/home.html
potato/templates/id_login_home.html
potato/templates/logged_out.html
potato/templates/mturk_preview.html
potato/templates/reset_password.html
potato/templates/signup.html
potato/templates/test_span_colors.html
potato/templates/training.html
potato/templates/training_failed.html
potato/trace_converter/__init__.py
potato/trace_converter/__main__.py
potato/trace_converter/base.py
potato/trace_converter/cli.py
potato/trace_converter/registry.py
potato/trace_converter/converters/__init__.py
potato/trace_converter/converters/aider_converter.py
potato/trace_converter/converters/anthropic_converter.py
potato/trace_converter/converters/atif_converter.py
potato/trace_converter/converters/claude_code_converter.py
potato/trace_converter/converters/langchain_converter.py
potato/trace_converter/converters/langfuse_converter.py
potato/trace_converter/converters/mcp_converter.py
potato/trace_converter/converters/multi_agent_converter.py
potato/trace_converter/converters/openai_converter.py
potato/trace_converter/converters/otel_converter.py
potato/trace_converter/converters/react_converter.py
potato/trace_converter/converters/swe_agent_trajectory_converter.py
potato/trace_converter/converters/swebench_converter.py
potato/trace_converter/converters/web_agent_converter.py
potato/trace_converter/converters/webarena_converter.py
potato/trace_ingestion/__init__.py
potato/trace_ingestion/langfuse_poller.py
potato/trace_ingestion/sse_notifier.py
potato/trace_ingestion/webhook_receiver.py
potato/webhooks/__init__.py
potato/webhooks/emitter.py
potato/webhooks/events.py
potato/webhooks/sender.py
potato/webhooks/signing.py
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/compare_refinement_strategies.py
tests/compare_strategies.py
tests/conftest.py
tests/run_solo_mode_comparison.py
tests/test_annotation_types.py
tests/test_annotation_workflow.py
tests/test_frontend_annotation.py
tests/test_frontend_login.py
tests/agent_proxy/__init__.py
tests/agent_proxy/test_coding_proxy.py
tests/helpers/__init__.py
tests/helpers/active_learning_test_utils.py
tests/helpers/conftest.py
tests/helpers/flask_test_setup.py
tests/helpers/oauth_test_utils.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_example_validation.py
tests/integration/test_icl_ollama_integration.py
tests/integration/test_persistence.py
tests/integration/test_smoke.py
tests/integration/test_workflows.py
tests/playwright/__init__.py
tests/playwright/conftest.py
tests/playwright/test_base.py
tests/playwright/test_concurrent_sessions.py
tests/playwright/test_interactive_vlm_eval.py
tests/playwright/test_multi_dim_pairwise.py
tests/playwright/test_network_resilience.py
tests/playwright/test_scale_browser.py
tests/playwright/test_trajectory_eval.py
tests/simulator/__init__.py
tests/simulator/test_active_learning_integration.py
tests/simulator/test_agent_strategy.py
tests/simulator/test_annotation_strategies.py
tests/simulator/test_competence_profiles.py
tests/simulator/test_config.py
tests/simulator/test_interactive_runner.py