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/annotation_telemetry.py
potato/annotation_telemetry_store.py
potato/authentication.py
potato/bws_scoring.py
potato/bws_tuple_generator.py
potato/chat_manager.py
potato/cli.py
potato/codebook_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/item_store.py
potato/knowledge_base.py
potato/logging_config.py
potato/mace.py
potato/mace_manager.py
potato/migrate_cli.py
potato/model_zoo.py
potato/models_cli.py
potato/password_reset.py
potato/phase.py
potato/preview_cli.py
potato/quality_control.py
potato/remove_users_from_queue.py
potato/repair_cli.py
potato/review_workflow.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/staple.py
potato/step_agreement.py
potato/step_quality_control.py
potato/transcript_cli.py
potato/typing_detect.py
potato/typing_dynamics.py
potato/typing_store.py
potato/user_state_management.py
potato/validate_cli.py
potato/video_tracking.py
potato/vision_features.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/critique.py
potato/ai/critique_service.py
potato/ai/gemini_endpoint.py
potato/ai/huggingface_endpoint.py
potato/ai/icl_labeler.py
potato/ai/icl_prompt_builder.py
potato/ai/judge.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/rollout_judge.py
potato/ai/sam2_video.py
potato/ai/sam3_endpoint.py
potato/ai/sam_endpoint.py
potato/ai/visual_ai_endpoint.py
potato/ai/vllm_endpoint.py
potato/ai/yolo_endpoint.py
potato/arena/__init__.py
potato/arena/arena.py
potato/arena/config.py
potato/arena/manager.py
potato/arena/routes.py
potato/auth_backends/__init__.py
potato/auth_backends/oauth_backend.py
potato/automation/__init__.py
potato/automation/actions.py
potato/automation/config.py
potato/automation/manager.py
potato/automation/routes.py
potato/automation/rules.py
potato/automation/storage.py
potato/automation/worker.py
potato/boundary/__init__.py
potato/boundary/config.py
potato/boundary/generator.py
potato/boundary/image_probes.py
potato/boundary/manager.py
potato/boundary/routes.py
potato/cases/__init__.py
potato/cases/annotations.py
potato/cases/api.py
potato/cases/service.py
potato/cases/store.py
potato/codebook/__init__.py
potato/codebook/api.py
potato/codebook/blocks.py
potato/codebook/changelog.py
potato/codebook/codebook.py
potato/codebook/content_service.py
potato/codebook/distiller.py
potato/codebook/events.py
potato/codebook/markdown.py
potato/codebook/page.py
potato/codebook/revision.py
potato/codebook/schema_bridge.py
potato/codebook/service.py
potato/codebook/similar.py
potato/codebook/snapshots.py
potato/codebook/store.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/coding_agent_backends/openai_backend.py
potato/convokit/__init__.py
potato/convokit/__main__.py
potato/convokit/cli.py
potato/convokit/config_gen.py
potato/convokit/download.py
potato/convokit/items.py
potato/convokit/reader.py
potato/convokit/schema.py
potato/convokit/writer.py
potato/corpus_map/__init__.py
potato/corpus_map/manager.py
potato/corpus_map/routes.py
potato/crowdsourcing/__init__.py
potato/crowdsourcing/admin_api.py
potato/crowdsourcing/base.py
potato/crowdsourcing/prolific_api.py
potato/crowdsourcing/registry.py
potato/crowdsourcing/webhooks.py
potato/crowdsourcing/providers/__init__.py
potato/crowdsourcing/providers/clickworker.py
potato/crowdsourcing/providers/connect.py
potato/crowdsourcing/providers/expert.py
potato/crowdsourcing/providers/generic.py
potato/crowdsourcing/providers/legacy.py
potato/crowdsourcing/providers/microworkers.py
potato/crowdsourcing/providers/mturk.py
potato/crowdsourcing/providers/prolific.py
potato/crowdsourcing/providers/sona.py
potato/curation/__init__.py
potato/curation/config.py
potato/curation/discovery.py
potato/curation/embeddings.py
potato/curation/index.py
potato/curation/manager.py
potato/curation/routes.py
potato/curation/slices.py
potato/curation/topics.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/live_ingestion.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/embedders/__init__.py
potato/embedders/audio.py
potato/embedders/base.py
potato/embedders/custom.py
potato/embedders/image.py
potato/embedders/registry.py
potato/embedders/text.py
potato/embedders/video.py
potato/episodes/__init__.py
potato/episodes/export.py
potato/episodes/hdf5.py
potato/episodes/lerobot.py
potato/episodes/models.py
potato/episodes/registry.py
potato/episodes/rlds.py
potato/episodes/routes.py
potato/episodes/simple.py
potato/eval_datasets/__init__.py
potato/eval_datasets/annotation_aggregation.py
potato/eval_datasets/config.py
potato/eval_datasets/eval_admin.py
potato/eval_datasets/export.py
potato/eval_datasets/manager.py
potato/eval_datasets/models.py
potato/eval_datasets/routes.py
potato/eval_datasets/storage.py
potato/eval_datasets/storage_base.py
potato/eval_datasets/storage_file.py
potato/eval_datasets/storage_sqlite.py
potato/evaluators/__init__.py
potato/evaluators/agent_as_judge.py
potato/evaluators/agentevals_adapter.py
potato/evaluators/base.py
potato/evaluators/heuristic.py
potato/evaluators/llm_judge.py
potato/evaluators/rag_triad.py
potato/evaluators/registry.py
potato/evaluators/rubric_dag.py
potato/evaluators/tool_use.py
potato/evaluators/trajectory.py
potato/evaluators/trajectory_match.py
potato/event_registry/__init__.py
potato/event_registry/manager.py
potato/event_registry/routes.py
potato/experiments/__init__.py
potato/experiments/models.py
potato/experiments/runner.py
potato/experiments/storage.py
potato/export/__init__.py
potato/export/__main__.py
potato/export/agent_eval_exporter.py
potato/export/annotation_telemetry_exporter.py
potato/export/base.py
potato/export/cityscapes_exporter.py
potato/export/cli.py
potato/export/coco_exporter.py
potato/export/codebook_exporter.py
potato/export/coding_eval_exporter.py
potato/export/conll_2003_exporter.py
potato/export/conll_u_exporter.py
potato/export/convokit_exporter.py
potato/export/cv_utils.py
potato/export/cvat_exporter.py
potato/export/darwin_exporter.py
potato/export/davis_exporter.py
potato/export/eaf_exporter.py
potato/export/episode_exporter.py
potato/export/huggingface_exporter.py
potato/export/keystroke_exporter.py
potato/export/kitti3d.py
potato/export/kitti_exporter.py
potato/export/labelme_exporter.py
potato/export/mask_exporter.py
potato/export/mot_exporter.py
potato/export/nlp_utils.py
potato/export/parquet_exporter.py
potato/export/pascal_voc_exporter.py
potato/export/quotation_report_exporter.py
potato/export/registry.py
potato/export/single_select.py
potato/export/spatial_utils.py
potato/export/tabular_exporter.py
potato/export/textgrid_exporter.py
potato/export/trajectory_correction_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/grounding/__init__.py
potato/grounding/metrics.py
potato/grounding/routes.py
potato/i18n/ar.yaml
potato/i18n/de.yaml
potato/i18n/es.yaml
potato/i18n/fr.yaml
potato/i18n/hi.yaml
potato/i18n/ja.yaml
potato/i18n/ko.yaml
potato/i18n/pt.yaml
potato/i18n/ru.yaml
potato/i18n/zh.yaml
potato/importers/__init__.py
potato/importers/__main__.py
potato/importers/_common.py
potato/importers/base.py
potato/importers/cityscapes_importer.py
potato/importers/cli.py
potato/importers/coco_importer.py
potato/importers/cvat_importer.py
potato/importers/darwin_importer.py
potato/importers/davis_importer.py
potato/importers/hf_importer.py
potato/importers/kitti_importer.py
potato/importers/labelbox_importer.py
potato/importers/labelme_importer.py
potato/importers/mot_importer.py
potato/importers/openimages_importer.py
potato/importers/registry.py
potato/importers/via_importer.py
potato/importers/voc_importer.py
potato/importers/webdataset_importer.py
potato/importers/yolo_importer.py
potato/integrations/__init__.py
potato/integrations/langchain_callback.py
potato/judge_calibration/__init__.py
potato/judge_calibration/aggregation.py
potato/judge_calibration/calibration.py
potato/judge_calibration/config.py
potato/judge_calibration/gamma.py
potato/judge_calibration/generation.py
potato/judge_calibration/manager.py
potato/judge_calibration/metrics.py
potato/judge_calibration/phase.py
potato/judge_calibration/report.py
potato/judge_calibration/routes.py
potato/judge_calibration/sampler.py
potato/judge_calibration/storage.py
potato/media/__init__.py
potato/media/cache.py
potato/media/calibration.py
potato/media/depth.py
potato/media/images.py
potato/media/octree.py
potato/media/paths.py
potato/media/pointcloud.py
potato/media/routes.py
potato/media/tiles.py
potato/media/video.py
potato/memos/__init__.py
potato/memos/api.py
potato/memos/service.py
potato/memos/store.py
potato/paper/__init__.py
potato/paper/__main__.py
potato/paper/collect.py
potato/paper/latex.py
potato/paper/markdown.py
potato/paper/metrics.py
potato/paper/report.py
potato/persistence/__init__.py
potato/persistence/sqlite.py
potato/pocket/__init__.py
potato/pocket/config.py
potato/pocket/devices.py
potato/pocket/routes.py
potato/psychometrics/__init__.py
potato/psychometrics/config.py
potato/psychometrics/design.py
potato/psychometrics/irt.py
potato/psychometrics/manager.py
potato/psychometrics/routes.py
potato/publish/__init__.py
potato/publish/__main__.py
potato/publish/bundle.py
potato/publish/config.py
potato/publish/dataset_card.py
potato/publish/manager.py
potato/publish/preprocessing.py
potato/publish/routes.py
potato/publish/targets.py
potato/qda_mode/__init__.py
potato/qda_mode/config.py
potato/qda_mode/manager.py
potato/qda_mode/routes.py
potato/rollouts/__init__.py
potato/rollouts/batch.py
potato/rollouts/models.py
potato/rollouts/registry.py
potato/rollouts/routes.py
potato/rooms/__init__.py
potato/rooms/config.py
potato/rooms/manager.py
potato/rooms/models.py
potato/rooms/routes.py
potato/schemas/potato-config.schema.json
potato/search/__init__.py
potato/search/api.py
potato/search/backend.py
potato/search/fts5.py
potato/search/service.py
potato/server_utils/__init__.py
potato/server_utils/active_preference.py
potato/server_utils/admin_key.py
potato/server_utils/annotation_values.py
potato/server_utils/answer_collapse.py
potato/server_utils/arg_utils.py
potato/server_utils/cheating_detection.py
potato/server_utils/cohort_schemes.py
potato/server_utils/conditions.py
potato/server_utils/config_module.py
potato/server_utils/config_schema.py
potato/server_utils/consensus.py
potato/server_utils/cot_segmentation.py
potato/server_utils/display_logic.py
potato/server_utils/eval_analytics.py
potato/server_utils/eval_stats.py
potato/server_utils/failure_taxonomy.py
potato/server_utils/front_end.py
potato/server_utils/html_sanitizer.py
potato/server_utils/i18n.py
potato/server_utils/instance_display.py
potato/server_utils/json.py
potato/server_utils/judge_alignment.py
potato/server_utils/judge_autocalibrate.py
potato/server_utils/judge_bias.py
potato/server_utils/metric_induction.py
potato/server_utils/mturk_apis.py
potato/server_utils/openapi_spec.py
potato/server_utils/overlap_sampler.py
potato/server_utils/pairwise_rating.py
potato/server_utils/perspectivist.py
potato/server_utils/progress_stats.py
potato/server_utils/prolific_apis.py
potato/server_utils/prompt_optimization.py
potato/server_utils/rbac.py
potato/server_utils/rubric_reward.py
potato/server_utils/schema_exclusivity.py
potato/server_utils/training_grading.py
potato/server_utils/transcript_ingest.py
potato/server_utils/triage.py
potato/server_utils/turn_annotations.py
potato/server_utils/waveform_service.py
potato/server_utils/displays/__init__.py
potato/server_utils/displays/_trace_normalize.py
potato/server_utils/displays/agent_trace_display.py
potato/server_utils/displays/audio_dialogue_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/cot_trace_display.py
potato/server_utils/displays/depth_display.py
potato/server_utils/displays/dialogue_display.py
potato/server_utils/displays/document_display.py
potato/server_utils/displays/eval_trace_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/multi_agent_discussion_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/iaa/__init__.py
potato/server_utils/iaa/alpha.py
potato/server_utils/iaa/captions.py
potato/server_utils/iaa/continuous.py
potato/server_utils/iaa/dispatcher.py
potato/server_utils/iaa/episodes.py
potato/server_utils/iaa/geometry.py
potato/server_utils/iaa/geometry_agreement.py
potato/server_utils/iaa/grounding.py
potato/server_utils/iaa/multilabel.py
potato/server_utils/iaa/nominal.py
potato/server_utils/iaa/ordinal.py
potato/server_utils/iaa/presentation.py
potato/server_utils/iaa/ranking.py
potato/server_utils/iaa/rollouts.py
potato/server_utils/iaa/span.py
potato/server_utils/schemas/__init__.py
potato/server_utils/schemas/agent_interaction_graph.py
potato/server_utils/schemas/agent_scorecard.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/consensus_tracking.py
potato/server_utils/schemas/constant_sum.py
potato/server_utils/schemas/context_attribution.py
potato/server_utils/schemas/coreference.py
potato/server_utils/schemas/emergent_behavior.py
potato/server_utils/schemas/episode_annotation.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/failure_attribution.py
potato/server_utils/schemas/grounding_eval.py
potato/server_utils/schemas/gui_trajectory.py
potato/server_utils/schemas/handoff_review.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/multi_document_event.py
potato/server_utils/schemas/multimodal_reasoning.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/region_caption.py
potato/server_utils/schemas/registry.py
potato/server_utils/schemas/rollout_evaluation.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/spatial_annotation.py
potato/server_utils/schemas/speech_transcript.py
potato/server_utils/schemas/table_grid.py
potato/server_utils/schemas/temporal_grounding.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/tool_call_review.py
potato/server_utils/schemas/tool_contention.py
potato/server_utils/schemas/trajectory_edit.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/server_utils/schemas/voice_interaction.py
potato/server_utils/transcripts/__init__.py
potato/server_utils/transcripts/align.py
potato/server_utils/transcripts/asr.py
potato/server_utils/transcripts/binding.py
potato/server_utils/transcripts/core.py
potato/server_utils/transcripts/cues.py
potato/server_utils/transcripts/loader.py
potato/sessions/__init__.py
potato/sessions/api.py
potato/sessions/service.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/geometry_strategy.py
potato/simulator/interactive_runner.py
potato/simulator/persona_simulator.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/admin.css
potato/static/agent-chat.js
potato/static/ai_assistant_manager.js
potato/static/annotation.js
potato/static/annotation_critique.js
potato/static/annotation_telemetry.js
potato/static/audio-annotation.css
potato/static/audio-annotation.js
potato/static/audio-dialogue.css
potato/static/audio-dialogue.js
potato/static/bootstrap.js
potato/static/boundary-probe.js
potato/static/codebook.js
potato/static/codebook_document.js
potato/static/coding-trace.css
potato/static/conversation-tree.js
potato/static/coreference-manager.js
potato/static/corpus-map.css
potato/static/corpus-map.js
potato/static/deepzoom-viewer.js
potato/static/depth-viewer.css
potato/static/depth-viewer.js
potato/static/device-routing.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/episode-timeline.css
potato/static/episode-timeline.js
potato/static/event-annotation.css
potato/static/event-annotation.js
potato/static/floating-panel-utils.js
potato/static/grounding-eval.css
potato/static/grounding-eval.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/keystroke_tracker.js
potato/static/label-visibility.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/mask-buffer.js
potato/static/memos.js
potato/static/multi-agent-discussion.css
potato/static/multi-agent-discussion.js
potato/static/multi-document-event.css
potato/static/multi-document-event.js
potato/static/option_highlight_manager.js
potato/static/pdf-annotation.css
potato/static/pdf-bbox.js
potato/static/pdf-link-mode.css
potato/static/pdf-link-mode.js
potato/static/peaks-range-select.js
potato/static/peaks.min.js
potato/static/pocket-icon.svg
potato/static/pocket-sw.js
potato/static/pocket.js
potato/static/popper.js
potato/static/region-caption.css
potato/static/region-caption.js
potato/static/rollout-eval.css
potato/static/rollout-eval.js
potato/static/run-tree.js
potato/static/search.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/thinkaloud.js
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/truth-serum.js
potato/static/turn-annotations.css
potato/static/turn-annotations.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/auto.svg
potato/static/ai_assistant_img/blub.svg
potato/static/ai_assistant_img/classify.svg
potato/static/ai_assistant_img/critique.svg
potato/static/ai_assistant_img/detect.svg
potato/static/ai_assistant_img/highlight.svg
potato/static/ai_assistant_img/question.svg
potato/static/css/agent-chat.css
potato/static/css/boundary.css
potato/static/css/codebook.css
potato/static/css/codebook_document.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/memos.css
potato/static/css/oauth.css
potato/static/css/pdf-viewer.css
potato/static/css/pocket.css
potato/static/css/search.css
potato/static/css/thinkaloud.css
potato/static/css/tiered-annotation.css
potato/static/css/tracking.css
potato/static/css/triage.css
potato/static/css/truth-serum.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/pointcloud/pc-calibration.js
potato/static/pointcloud/pc-mpr.js
potato/static/pointcloud/pc-octree.js
potato/static/pointcloud/pc-viewer.css
potato/static/pointcloud/pc-viewer.js
potato/static/pointcloud/pc-wire.js
potato/static/segmentation/gdino-session.js
potato/static/segmentation/model-session.js
potato/static/segmentation/sam-preprocess.js
potato/static/segmentation/sam-session.js
potato/static/segmentation/sam-tool.js
potato/static/segmentation/text-prompt-tool.js
potato/static/segmentation/wordpiece.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/static/vendor/bootstrap-4.1.3.min.css
potato/static/vendor/bootstrap-4.1.3.min.js
potato/static/vendor/bootstrap-4.4.1.min.js
potato/static/vendor/bootstrap-5.3.3.bundle.min.js
potato/static/vendor/bootstrap-5.3.3.min.css
potato/static/vendor/d3-7.9.0.min.js
potato/static/vendor/fabric-5.3.1.min.js
potato/static/vendor/jquery-3.4.1.slim.min.js
potato/static/vendor/jquery-3.6.0.min.js
potato/static/vendor/openseadragon-5.0.1.min.js
potato/static/vendor/popper-1.16.0.umd.min.js
potato/static/vendor/three-0.160.0.min.js
potato/static/vendor/font-awesome-6.7.2/css/all.min.css
potato/static/vendor/font-awesome-6.7.2/webfonts/fa-brands-400.ttf
potato/static/vendor/font-awesome-6.7.2/webfonts/fa-brands-400.woff2
potato/static/vendor/font-awesome-6.7.2/webfonts/fa-regular-400.ttf
potato/static/vendor/font-awesome-6.7.2/webfonts/fa-regular-400.woff2
potato/static/vendor/font-awesome-6.7.2/webfonts/fa-solid-900.ttf
potato/static/vendor/font-awesome-6.7.2/webfonts/fa-solid-900.woff2
potato/static/vendor/font-awesome-6.7.2/webfonts/fa-v4compatibility.ttf
potato/static/vendor/font-awesome-6.7.2/webfonts/fa-v4compatibility.woff2
potato/static/vendor/outfit/outfit.css
potato/static/vendor/outfit/files/QGYvz_MVcBeNP4NJtEtqUYLknw.woff2
potato/static/vendor/outfit/files/QGYvz_MVcBeNP4NJuktqUYLkn8BJ.woff2
potato/static/vendor/pdfjs/pdf.min.js
potato/static/vendor/pdfjs/pdf.worker.min.js
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/annotator_dashboard.html
potato/templates/base_template.html
potato/templates/base_template_v2.html
potato/templates/boundary_dashboard.html
potato/templates/codebook_document.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/pocket.html
potato/templates/psychometrics_dashboard.html
potato/templates/reset_password.html
potato/templates/room.html
potato/templates/rooms_lobby.html
potato/templates/sessions.html
potato/templates/signup.html
potato/templates/test_span_colors.html
potato/templates/thinkaloud_review.html
potato/templates/training_failed.html
potato/templates/truth_serum_dashboard.html
potato/templates/admin/annotation_integrity.html
potato/templates/admin/arena.html
potato/templates/admin/automation_rules.html
potato/templates/admin/catalog.html
potato/templates/admin/dataset_detail.html
potato/templates/admin/datasets.html
potato/templates/admin/eval_analytics.html
potato/templates/admin/experiment_compare.html
potato/templates/admin/iaa.html
potato/templates/admin/judge_alignment.html
potato/templates/admin/publish.html
potato/templates/admin/review_board.html
potato/templates/admin/triage_queue.html
potato/templates/corpus_map/map.html
potato/templates/judge_calibration/base_jc.html
potato/templates/judge_calibration/status.html
potato/templates/judge_calibration/wizard.html
potato/templates/solo/annotate.html
potato/templates/solo/base_solo.html
potato/templates/solo/disagreement.html
potato/templates/solo/edge_cases.html
potato/templates/solo/prompt_editor.html
potato/templates/solo/review.html
potato/templates/solo/rule_review.html
potato/templates/solo/setup.html
potato/templates/solo/status.html
potato/templates/solo/validation.html
potato/testing/__init__.py
potato/testing/expectations.py
potato/testing/pytest_plugin.py
potato/thinkaloud/__init__.py
potato/thinkaloud/config.py
potato/thinkaloud/manager.py
potato/thinkaloud/parser.py
potato/thinkaloud/routes.py
potato/thinkaloud/stt.py
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/claude_code_session.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/truth_serum/__init__.py
potato/truth_serum/config.py
potato/truth_serum/manager.py
potato/truth_serum/routes.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
potato_trace/__init__.py
potato_trace/client.py
potato_trace/otel_exporter.py
potato_trace/run_tree.py
potato_trace/tracer.py
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/teardown_watchdog.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_annotation_autosave.py
tests/playwright/test_annotation_critique_ui.py
tests/playwright/test_annotation_telemetry_capture.py
tests/playwright/test_audio_dialogue_ui.py
tests/playwright/test_audio_waveform_ux.py
tests/playwright/test_autosave_failure_ui.py
tests/playwright/test_base.py
tests/playwright/test_concurrent_sessions.py
tests/playwright/test_deepzoom_canvas.py
tests/playwright/test_depth_display.py
tests/playwright/test_episode_annotation.py
tests/playwright/test_geometry_tools.py
tests/playwright/test_grounding_eval.py
tests/playwright/test_iaa_dashboard_ui.py
tests/playwright/test_image_annotation_canvas.py
tests/playwright/test_image_touch_gestures.py
tests/playwright/test_interactive_vlm_eval.py
tests/playwright/test_multi_dim_pairwise.py
tests/playwright/test_network_resilience.py
tests/playwright/test_region_caption.py
tests/playwright/test_rollout_evaluation.py
tests/playwright/test_sam_tool.py
tests/playwright/test_scale_browser.py
tests/playwright/test_single_select_ui.py
tests/playwright/test_span_offset_basis.py
tests/playwright/test_spatial_annotation.py
tests/playwright/test_text_prompt_detection.py
tests/playwright/test_tiered_timeline_ux.py
tests/playwright/test_trajectory_eval.py
tests/playwright/test_video_propagation.py
tests/playwright/test_video_timeline_ux.py
tests/server/__init__.py
tests/server/conftest.py
tests/server/test_active_learning_concurrency.py
tests/server/test_active_learning_config_validation.py
tests/server/test_active_learning_e2e.py
tests/server/test_active_learning_edge_cases.py
tests/server/test_active_learning_enhanced.py
tests/server/test_active_learning_integration.py
tests/server/test_active_learning_item_state_integration.py
tests/server/test_active_learning_llm_integration.py
tests/server/test_active_learning_model_persistence.py
tests/server/test_active_learning_performance.py
tests/server/test_active_learning_schema_cycling.py
tests/server/test_active_learning_simulator.py
tests/server/test_active_learning_ui.py
tests/server/test_active_learning_workflow.py
tests/server/test_active_learning_workflows.py
tests/server/test_adjudication_api.py
tests/server/test_adjudication_demo.py
tests/server/test_adjudication_phase3_api.py
tests/server/test_adjudication_phase3_simulator.py
tests/server/test_adjudication_simulator.py
tests/server/test_admin_api_and_concurrency.py
tests/server/test_admin_dashboard.py
tests/server/test_admin_dashboard_api.py
tests/server/test_admin_dashboard_localization.py
tests/server/test_admin_export_api_server.py
tests/server/test_agent_chat_routes.py
tests/server/test_agent_trace_features.py
tests/server/test_agent_trace_server.py
tests/server/test_agreement_workflow.py
tests/server/test_ai_api.py
tests/server/test_ai_integration.py
tests/server/test_air_gap_page.py
tests/server/test_annotation_integrity.py
tests/server/test_annotation_output_persistence.py
tests/server/test_annotation_persistence.py
tests/server/test_annotation_persistence_bug.py
tests/server/test_annotation_persistence_fix.py
tests/server/test_annotation_telemetry.py
tests/server/test_annotation_types.py
tests/server/test_annotation_types_workflow.py
tests/server/test_annotation_workflow.py
tests/server/test_annotation_workflow_integration.py
tests/server/test_annotator_dashboard.py
tests/server/test_arena_api.py
tests/server/test_assignment_strategies.py
tests/server/test_assignment_strategies_comprehensive.py
tests/server/test_audio_annotation_server.py
tests/server/test_audio_dialogue.py
tests/server/test_automation_engine.py
tests/server/test_back_navigation_phases.py
tests/server/test_backend_state.py
tests/server/test_bbox_display_persistence.py
tests/server/test_behavioral_tracking.py
tests/server/test_boundary_api.py
tests/server/test_bws_server.py
tests/server/test_card_sort_server.py
tests/server/test_cascade_delete.py
tests/server/test_category_assignment.py
tests/server/test_chat_api.py
tests/server/test_chat_ollama_integration.py
tests/server/test_codebook_cases_api.py
tests/server/test_codebook_concurrency.py
tests/server/test_codebook_content_api.py
tests/server/test_codebook_proposals_api.py
tests/server/test_cohort_adjudicator_union.py
tests/server/test_cohort_schemes_routes.py
tests/server/test_concurrent_annotation.py
tests/server/test_conditional_aggregation.py
tests/server/test_conditional_schema_server.py
tests/server/test_confidence_server.py
tests/server/test_config_server_integration.py
tests/server/test_conjoint_server.py
tests/server/test_connect_sona_integration.py
tests/server/test_constant_sum_server.py
tests/server/test_conversation_tree_integration.py
tests/server/test_coreference_integration.py
tests/server/test_create_app_factory.py
tests/server/test_critique_route.py
tests/server/test_crowd_admin_api.py
tests/server/test_crowd_metadata_persistence.py
tests/server/test_curation_search.py
tests/server/test_data_sources_integration.py
tests/server/test_database_integration.py
tests/server/test_datasets_api.py
tests/server/test_datasets_integration_server.py
tests/server/test_dialogue_span_integration.py
tests/server/test_display_logic_integration.py
tests/server/test_diversity_ordering.py
tests/server/test_document_bounding_box.py
tests/server/test_embedding_viz_api.py
tests/server/test_error_handling_workflow.py
tests/server/test_error_span_server.py
tests/server/test_eval_admin_api.py
tests/server/test_eval_trace_continuous.py
tests/server/test_event_annotation_integration.py
tests/server/test_example_secure_patterns.py
tests/server/test_experiment_significance.py
tests/server/test_export_integration.py
tests/server/test_extractive_qa_server.py
tests/server/test_file_encoding_server.py
tests/server/test_flask_integration.py
tests/server/test_flask_test_setup.py
tests/server/test_format_displays.py
tests/server/test_format_span_annotation.py
tests/server/test_generic_provider_integration.py
tests/server/test_grounding_routes.py
tests/server/test_hierarchical_server.py
tests/server/test_iaa_grounding_page.py
tests/server/test_iaa_image_report.py
tests/server/test_iaa_rollout_page.py
tests/server/test_ibws_server.py
tests/server/test_icl_api.py
tests/server/test_image_annotation_server.py
tests/server/test_image_carry_over.py
tests/server/test_image_pre_annotation.py
tests/server/test_judge_alignment_api.py
tests/server/test_judge_calibration.py
tests/server/test_keybinding_conflict.py
tests/server/test_keystroke_logging.py
tests/server/test_langchain_callback_server.py
tests/server/test_live_agent_integration.py
tests/server/test_live_ingestion_assignment.py
tests/server/test_mace_api.py
tests/server/test_mace_demo.py
tests/server/test_memos_api.py
tests/server/test_memos_sidebar_default.py
tests/server/test_multi_document_event_routes.py
tests/server/test_multi_phase_workflow.py
tests/server/test_multi_span_api.py
tests/server/test_navigation_and_phases.py
tests/server/test_oauth_flow.py
tests/server/test_option_highlighting_integration.py
tests/server/test_pairwise_annotation.py
tests/server/test_password_reset_api.py
tests/server/test_pdf_bounding_box.py
tests/server/test_phase_flow_with_simulator.py
tests/server/test_phase_progress_counting.py
tests/server/test_phase_rendering.py
tests/server/test_phase_type_inference.py
tests/server/test_phase_validation.py
tests/server/test_pocket_api.py
tests/server/test_pocket_autoredirect.py
tests/server/test_poststudy_phase_skip.py
tests/server/test_prm_prelabel_route.py
tests/server/test_prolific_server_integration.py
tests/server/test_prolific_webhook_endpoint.py
tests/server/test_psychometrics_api.py
tests/server/test_publish_api.py
tests/server/test_qda_mode_served_app.py
tests/server/test_range_slider_server.py
tests/server/test_ranking_server.py
tests/server/test_rbac_default_case.py
tests/server/test_rbac_migrated_modules.py
tests/server/test_rbac_routes.py
tests/server/test_registration_auth.py
tests/server/test_required_annotation.py
tests/server/test_review_workflow_api.py
tests/server/test_robust_span_annotation.py
tests/server/test_rollout_judge_routes.py
tests/server/test_rollout_routes.py
tests/server/test_rooms_api.py
tests/server/test_rubric_eval_server.py
tests/server/test_search_api.py
tests/server/test_segmentation_integration.py
tests/server/test_semantic_differential_server.py
tests/server/test_sessions_api.py
tests/server/test_single_select_persistence.py
tests/server/test_soft_label_server.py
tests/server/test_span_annotation_workflow.py
tests/server/test_span_api_normalization.py
tests/server/test_span_persistence_bug.py
tests/server/test_span_schema_api.py
tests/server/test_surveyflow_display_logic_server.py
tests/server/test_template.py
tests/server/test_text_edit_server.py
tests/server/test_thinkaloud_api.py
tests/server/test_tiered_annotation_server.py
tests/server/test_tile_routes.py
tests/server/test_timestamp_tracking_integration.py
tests/server/test_trace_capture_roundtrip.py
tests/server/test_trace_converter_cli.py
tests/server/test_trace_ingestion_assignment.py
tests/server/test_training_integration.py
tests/server/test_training_phase.py
tests/server/test_trajectory_eval_server.py
tests/server/test_triage_queue_api.py
tests/server/test_truth_serum_api.py
tests/server/test_turn_annotation_persistence.py
tests/server/test_updateinstance_timestamp_tracking.py
tests/server/test_url_direct_logout.py
tests/server/test_url_direct_phased_login.py
tests/server/test_user_state_endpoint.py
tests/server/test_vas_server.py
tests/server/test_video_annotation_routes.py
tests/server/test_video_propagation_route.py
tests/server/test_video_tracking_integration.py
tests/server/test_web_agent_api.py
tests/server/test_web_proxy.py
tests/server/test_webhooks_integration.py
tests/server/test_solo_mode/__init__.py
tests/server/test_solo_mode/test_b1_b7_regressions.py
tests/server/test_solo_mode/test_refinement_api.py
tests/server/test_solo_mode/test_refinement_pipeline.py
tests/server/test_solo_mode/test_solo_mode_api.py
tests/server/test_solo_mode/test_solo_mode_integration.py
tests/server/test_solo_mode/test_solo_mode_ollama.py
tests/server/test_solo_mode/test_solo_mode_workflow.py
tests/server/test_solo_mode/test_validated_refinement_integration.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
tests/unit/__init__.py
tests/unit/conftest.py
tests/unit/test_active_learning_strategies.py
tests/unit/test_active_preference.py
tests/unit/test_adaptive_boost.py
tests/unit/test_adjudication.py
tests/unit/test_adjudication_signals.py
tests/unit/test_admin_and_media_wiring.py
tests/unit/test_admin_cooccurrence_crosstab.py
tests/unit/test_admin_export_api.py
tests/unit/test_admin_instance_aggregates.py
tests/unit/test_agent_as_judge.py
tests/unit/test_agent_eval_examples_integrity.py
tests/unit/test_agent_eval_exporter.py
tests/unit/test_agent_interaction_graph_schema.py
tests/unit/test_agent_proxy.py
tests/unit/test_agent_runner.py
tests/unit/test_agent_runner_manager.py
tests/unit/test_agent_scorecard_schema.py
tests/unit/test_agent_trace_display.py
tests/unit/test_agreement_kappa.py
tests/unit/test_ai_cache.py
tests/unit/test_ai_config_merge.py
tests/unit/test_ai_endpoint_failures.py
tests/unit/test_ai_endpoint_parsing.py
tests/unit/test_ai_endpoints.py
tests/unit/test_ai_help_wrapper.py
tests/unit/test_ai_initialization.py
tests/unit/test_ai_tooltip_visibility.py
tests/unit/test_air_gap_assets.py
tests/unit/test_annotation_aggregation.py
tests/unit/test_annotation_api.py
tests/unit/test_annotation_change_listener.py
tests/unit/test_annotation_critique.py
tests/unit/test_annotation_data_autosave_wiring.py
tests/unit/test_annotation_form_layout.py
tests/unit/test_annotation_history.py
tests/unit/test_annotation_navigation.py
tests/unit/test_annotation_persistence_unit.py
tests/unit/test_annotation_schemas.py
tests/unit/test_annotation_telemetry.py
tests/unit/test_annotation_telemetry_store.py
tests/unit/test_annotation_telemetry_wiring.py
tests/unit/test_answer_collapse.py
tests/unit/test_anthropic_converter.py
tests/unit/test_api_schemas_passthrough.py
tests/unit/test_app_lifecycle.py
tests/unit/test_arena.py
tests/unit/test_arg_utils.py
tests/unit/test_assignment_reclaim.py
tests/unit/test_audio_annotation_schema.py
tests/unit/test_audio_dialogue_display.py
tests/unit/test_auth.py
tests/unit/test_auto_detection_conflicts.py
tests/unit/test_automation_rules.py
tests/unit/test_base_css_config.py
tests/unit/test_batch1_critical_security.py
tests/unit/test_batch2_bugfixes.py
tests/unit/test_batch2_data_integrity_security.py
tests/unit/test_batch3_edge_cases.py
tests/unit/test_batch3_xss_robustness.py
tests/unit/test_batch4_testing_gaps.py
tests/unit/test_batch5_config_deadcode.py
tests/unit/test_batch_assignment_strategy.py
tests/unit/test_behavioral_serialization.py
tests/unit/test_blocked_user_ui.py
tests/unit/test_boot_import_weight.py
tests/unit/test_boundary_generator.py
tests/unit/test_boundary_image_probes.py
tests/unit/test_boundary_manager.py
tests/unit/test_browser_teardown_watchdog.py
tests/unit/test_bws_schema.py
tests/unit/test_bws_scoring.py
tests/unit/test_bws_tuple_generator.py
tests/unit/test_calibration.py
tests/unit/test_calibration_js_python_bridge.py
tests/unit/test_calibration_route.py
tests/unit/test_caption_agreement.py
tests/unit/test_caption_embedding_distance.py
tests/unit/test_card_sort_schema.py
tests/unit/test_cases.py
tests/unit/test_category_tracking.py
tests/unit/test_chat_manager.py
tests/unit/test_cheating_detection.py
tests/unit/test_checkbox_bug_reproduction.py
tests/unit/test_checkbox_selection_bug_unit.py
tests/unit/test_claude_code_converter.py
tests/unit/test_claude_code_session_reader.py
tests/unit/test_coco_exporter.py
tests/unit/test_coco_importer.py
tests/unit/test_coco_polyline_panoptic.py
tests/unit/test_coco_rle_decode.py
tests/unit/test_coco_roundtrip.py
tests/unit/test_code_review_schema.py
tests/unit/test_codebook.py
tests/unit/test_codebook_and_quotation_exporters.py
tests/unit/test_codebook_blocks_store.py
tests/unit/test_codebook_bridge_and_mode.py
tests/unit/test_codebook_changelog.py
tests/unit/test_codebook_cli_and_icl_sync.py
tests/unit/test_codebook_content_service_concurrency.py
tests/unit/test_codebook_distiller.py
tests/unit/test_codebook_header.py
tests/unit/test_codebook_markdown_roundtrip.py
tests/unit/test_codebook_revision.py
tests/unit/test_codebook_similar.py
tests/unit/test_codebook_snapshots.py
tests/unit/test_coding_agent_backend.py
tests/unit/test_coding_agent_branch.py
tests/unit/test_coding_agent_checkpoint.py
tests/unit/test_coding_agent_sandbox.py
tests/unit/test_coding_trace_display.py
tests/unit/test_cohort_scheme_resolver.py
tests/unit/test_compute_config_md5.py
tests/unit/test_confidence_schema.py
tests/unit/test_config_auth_validation.py
tests/unit/test_config_based_filtering.py
tests/unit/test_config_heterogeneous.py
tests/unit/test_config_rbac_validation.py
tests/unit/test_config_reference_completeness.py
tests/unit/test_config_schema_drift.py
tests/unit/test_config_security_validation.py
tests/unit/test_config_unknown_keys.py
tests/unit/test_config_validation.py
tests/unit/test_config_validation_enhanced.py
tests/unit/test_conjoint_schema.py
tests/unit/test_conll_exporter.py
tests/unit/test_connect_sona_providers.py
tests/unit/test_consensus.py
tests/unit/test_constant_sum_schema.py
tests/unit/test_conversation_tree_display.py
tests/unit/test_convokit_examples_integrity.py
tests/unit/test_convokit_exporter.py
tests/unit/test_convokit_items.py
tests/unit/test_convokit_reader.py
tests/unit/test_coreference_schema.py
tests/unit/test_corpus_map.py
tests/unit/test_corpus_map_embedder.py
tests/unit/test_cot_segmentation.py
tests/unit/test_cot_trace_display.py
tests/unit/test_critique_service.py
tests/unit/test_crowd_provider_registry.py
tests/unit/test_cuboid_agreement.py
tests/unit/test_curation.py
tests/unit/test_curation_topics.py
tests/unit/test_cv_coordinate_contract.py
tests/unit/test_cv_format_roundtrips.py
tests/unit/test_cv_utils_rle.py
tests/unit/test_data_source_required.py
tests/unit/test_database_user_state.py
tests/unit/test_dataset_export.py
tests/unit/test_dataset_versioning.py
tests/unit/test_datasets_integration.py
tests/unit/test_debug_mode.py
tests/unit/test_dependency_tree.py
tests/unit/test_depth.py
tests/unit/test_depth_route.py
tests/unit/test_dialogue_span_contract.py
tests/unit/test_dialogue_span_target.py
tests/unit/test_dialogue_threading.py
tests/unit/test_directory_watcher.py
tests/unit/test_discontinuous_spans.py
tests/unit/test_display_logic.py
tests/unit/test_display_logic_operator_compatibility.py
tests/unit/test_display_logic_schema_validation.py
tests/unit/test_display_logic_stale_tracking.py
tests/unit/test_display_registry.py
tests/unit/test_display_registry_docs_sync.py
tests/unit/test_display_span_contract.py
tests/unit/test_displayed_text.py
tests/unit/test_diversity_manager.py
tests/unit/test_doc_counts_match_registries.py
tests/unit/test_docs_nav_drift.py
tests/unit/test_embedders.py
tests/unit/test_embedding_visualization.py
tests/unit/test_emergent_behavior_schema.py
tests/unit/test_entity_linking.py
tests/unit/test_episode_agreement.py
tests/unit/test_episode_route.py
tests/unit/test_episodes.py
tests/unit/test_error_span_schema.py
tests/unit/test_eval_analytics.py
tests/unit/test_eval_stats.py
tests/unit/test_eval_trace_display.py
tests/unit/test_evaluators_agentevals_adapter.py
tests/unit/test_evaluators_heuristic.py
tests/unit/test_evaluators_llm_judge.py
tests/unit/test_evaluators_tool_use.py
tests/unit/test_evaluators_trajectory_match.py
tests/unit/test_event_annotation.py
tests/unit/test_event_registry.py
tests/unit/test_experiment_runner.py
tests/unit/test_expertise_manager.py
tests/unit/test_export_item_loading.py
tests/unit/test_export_registry.py
tests/unit/test_extractive_qa_schema.py
tests/unit/test_failure_attribution_schema.py
tests/unit/test_failure_discovery.py
tests/unit/test_failure_taxonomy.py
tests/unit/test_file_encoding.py
tests/unit/test_filter_by_annotation.py
tests/unit/test_flask_test_server_isolation.py
tests/unit/test_form_action_safety.py
tests/unit/test_form_layout.py
tests/unit/test_format_importers.py
tests/unit/test_format_matrix_accuracy.py
tests/unit/test_format_roundtrips.py
tests/unit/test_front_end_per_cohort_layout.py
tests/unit/test_frontend_asset_detection.py
tests/unit/test_frontend_span_system_unit.py
tests/unit/test_gdino_js_python_bridge.py
tests/unit/test_generic_provider.py
tests/unit/test_geometry_agreement.py
tests/unit/test_geometry_types.py
tests/unit/test_get_group_name_for_user.py
tests/unit/test_gold_standard_geometry.py
tests/unit/test_grounding_metrics.py
tests/unit/test_gui_trajectory_schema.py
tests/unit/test_handoff_review_schema.py
tests/unit/test_header_logo.py
tests/unit/test_hf_oauth_provider.py
tests/unit/test_hierarchical_schema.py
tests/unit/test_hierarchy.py
tests/unit/test_html_sanitizer.py
tests/unit/test_huggingface_exporter.py
tests/unit/test_i18n_loader.py
tests/unit/test_iaa.py
tests/unit/test_iaa_dispatcher_gathering.py
tests/unit/test_iaa_grounding.py
tests/unit/test_iaa_presentation.py
tests/unit/test_ibws_config_validation.py
tests/unit/test_ibws_manager.py
tests/unit/test_icl_labeler.py
tests/unit/test_icl_prompt_builder.py
tests/unit/test_identifier_utils.py
tests/unit/test_image_annotation_schema.py
tests/unit/test_importer_contract.py
tests/unit/test_importer_registry.py
tests/unit/test_instance_display.py
tests/unit/test_instance_display_lazy_validation.py
tests/unit/test_instance_text_media_path.py
tests/unit/test_interaction_tracking.py
tests/unit/test_issue_111.py
tests/unit/test_item_store.py
tests/unit/test_jc_aggregation.py
tests/unit/test_jc_calibration.py
tests/unit/test_jc_config.py
tests/unit/test_jc_gamma.py
tests/unit/test_jc_generation.py
tests/unit/test_jc_metrics.py
tests/unit/test_jc_parsing.py
tests/unit/test_jc_report.py
tests/unit/test_jc_sampler.py
tests/unit/test_jc_span.py
tests/unit/test_judge_alignment_compute.py
tests/unit/test_judge_autocalibration.py
tests/unit/test_judge_bias.py
tests/unit/test_judge_service.py
tests/unit/test_judge_span_freetext.py
tests/unit/test_judge_steps.py
tests/unit/test_keybinding_allocator.py
tests/unit/test_keypoint_roundtrip.py
tests/unit/test_keystroke_config.py
tests/unit/test_keystroke_template_wiring.py
tests/unit/test_kitti3d.py
tests/unit/test_label_text_fix.py
tests/unit/test_langchain_callback.py
tests/unit/test_langchain_webhook_integration.py
tests/unit/test_leaked_nav_guard.py
tests/unit/test_live_agent_display.py
tests/unit/test_live_coding_agent_display.py
tests/unit/test_llm_env_substitution.py
tests/unit/test_load_annotations_dom_preservation.py
tests/unit/test_mace_algorithm.py
tests/unit/test_mace_manager.py
tests/unit/test_malicious_configs.py
tests/unit/test_manager_refinement_helpers.py
tests/unit/test_mask_client_contract.py
tests/unit/test_mask_exporter.py
tests/unit/test_mcp_converter.py
tests/unit/test_media_embedders.py
tests/unit/test_media_ingest.py
tests/unit/test_media_paths.py
tests/unit/test_media_routes_wiring.py
tests/unit/test_memos.py
tests/unit/test_metric_induction.py
tests/unit/test_migrate_cli.py
tests/unit/test_migration_importers.py
tests/unit/test_model_capabilities.py
tests/unit/test_models_cli.py
tests/unit/test_multi_agent_converter.py
tests/unit/test_multi_agent_discussion.py
tests/unit/test_multi_dim_pairwise_schema.py
tests/unit/test_multi_span_storage.py
tests/unit/test_multimodal_reasoning_schema.py
tests/unit/test_multiselect_data_key.py
tests/unit/test_navbar_link_styling.py
tests/unit/test_navigation_reorder_interaction.py
tests/unit/test_nlp_utils.py
tests/unit/test_no_new_cdn_assets.py
tests/unit/test_no_runtime_cross_imports.py
tests/unit/test_oauth_backend.py
tests/unit/test_oauth_config_validation.py
tests/unit/test_octree.py
tests/unit/test_ollama_endpoint.py
tests/unit/test_openai_converter.py
tests/unit/test_openai_freetext_query.py
tests/unit/test_openapi_drift.py
tests/unit/test_optimistic_update_fix.py
tests/unit/test_option_highlight_template_wiring.py
tests/unit/test_option_highlighting.py
tests/unit/test_otel_converter.py
tests/unit/test_overlap_sampler.py
tests/unit/test_overlay_consolidation.py
tests/unit/test_packaging_manifest.py
tests/unit/test_pairwise_rating.py
tests/unit/test_pairwise_schema.py
tests/unit/test_paper_mode.py
tests/unit/test_paper_report_parity.py
tests/unit/test_parquet_exporter.py
tests/unit/test_parquet_loading.py
tests/unit/test_pascal_voc_exporter.py
tests/unit/test_password_management.py
tests/unit/test_per_annotator_quota.py
tests/unit/test_per_phase_layout.py
tests/unit/test_persistence_coverage.py
tests/unit/test_persistence_sqlite.py
tests/unit/test_persona_simulator.py
tests/unit/test_perspectivist.py
tests/unit/test_phase_flow_navigation.py
tests/unit/test_phase_page_assets.py
tests/unit/test_phase_page_order_from_config.py
tests/unit/test_phase_page_restoration.py
tests/unit/test_phase_schema_rendering.py
tests/unit/test_phase_template_context.py
tests/unit/test_phase_type_inference.py
tests/unit/test_playback_integration.py
tests/unit/test_pocket_devices.py
tests/unit/test_pointcloud_readers.py
tests/unit/test_pointcloud_route.py
tests/unit/test_port_manager.py
tests/unit/test_positioning_strategy.py
tests/unit/test_potato_trace_client.py
tests/unit/test_potato_trace_otel.py
tests/unit/test_preview_cli.py
tests/unit/test_prm_export_adapter.py
tests/unit/test_process_reward_cot.py
tests/unit/test_process_reward_schema.py
tests/unit/test_prolific_api_client.py
tests/unit/test_prolific_apis.py
tests/unit/test_prolific_integration.py
tests/unit/test_prolific_webhooks.py
tests/unit/test_prompt_optimization.py
tests/unit/test_proxy_prefix_static_urls.py
tests/unit/test_psychometrics_design.py
tests/unit/test_psychometrics_irt.py
tests/unit/test_psychometrics_manager.py
tests/unit/test_publish_pipeline.py
tests/unit/test_publish_targets.py
tests/unit/test_pure_display_html.py
tests/unit/test_pytest_plugin.py
tests/unit/test_qa_bugfix_regressions.py
tests/unit/test_qda_media_projects.py
tests/unit/test_qda_mode_scaffolding.py
tests/unit/test_quality_control.py
tests/unit/test_rag_triad.py
tests/unit/test_range_slider_schema.py
tests/unit/test_ranking_schema.py
tests/unit/test_rbac_manager.py
tests/unit/test_refinement_framework.py
tests/unit/test_review_workflow.py
tests/unit/test_rollout_agreement.py
tests/unit/test_rollout_batch.py
tests/unit/test_rollout_judge.py
tests/unit/test_rollout_manifest.py
tests/unit/test_rooms_manager.py
tests/unit/test_rooms_modality.py
tests/unit/test_rooms_models.py
tests/unit/test_rubric_dag.py
tests/unit/test_rubric_eval_schema.py
tests/unit/test_rubric_reward.py
tests/unit/test_run_tree.py
tests/unit/test_sam2_video_tracking.py
tests/unit/test_sam3_endpoint.py
tests/unit/test_sam_js_python_bridge.py
tests/unit/test_sam_model_contract.py
tests/unit/test_sam_model_pipeline.py
tests/unit/test_sanitizer_entities.py
tests/unit/test_save_navigation_safety.py
tests/unit/test_schema_container_lookup.py
tests/unit/test_schema_registry_integration.py
tests/unit/test_search_assignment_guard.py
tests/unit/test_search_backend.py
tests/unit/test_segmentation_capability.py
tests/unit/test_segmentation_tools.py
tests/unit/test_semantic_differential_schema.py
tests/unit/test_sessions.py
tests/unit/test_similarity.py
tests/unit/test_simulator_geometry.py
tests/unit/test_single_select_integrity.py
tests/unit/test_soft_label_schema.py
tests/unit/test_span_consolidated.py
tests/unit/test_span_link.py
tests/unit/test_span_manager_fix.py
tests/unit/test_span_offset_calculation.py
tests/unit/test_span_overlay_positioning.py
tests/unit/test_span_overlay_positioning_selenium_simulation.py
tests/unit/test_span_overlay_text_positions.py
tests/unit/test_span_palette_parity.py
tests/unit/test_span_positioning_fix.py
tests/unit/test_span_rendering_bug.py
tests/unit/test_span_schema_loading.py
tests/unit/test_span_serialization_roundtrip.py
tests/unit/test_span_text_normalization.py
tests/unit/test_spatial_contract.py
tests/unit/test_spatial_js_python_bridge.py
tests/unit/test_spectrogram_config.py
tests/unit/test_speech_transcript_schema.py
tests/unit/test_stale_autosave.py
tests/unit/test_staple.py
tests/unit/test_static_asset_versions.py
tests/unit/test_step_agreement.py
tests/unit/test_step_quality_control.py
tests/unit/test_survey_instruments.py
tests/unit/test_surveyflow_display_logic.py
tests/unit/test_surveyflow_encoding.py
tests/unit/test_swebench_converter.py
tests/unit/test_table_grid_schema.py
tests/unit/test_temporal_grounding_schema.py
tests/unit/test_text_edit_schema.py
tests/unit/test_thinkaloud_parser.py
tests/unit/test_tiered_annotation.py
tests/unit/test_tiles.py
tests/unit/test_timestamp_tracking.py
tests/unit/test_tool_call_review_schema.py
tests/unit/test_tool_contention_schema.py
tests/unit/test_trace_converter.py
tests/unit/test_trace_roundtrip.py
tests/unit/test_tracking_interpolation.py
tests/unit/test_training_phase_simple.py
tests/unit/test_training_phase_unit.py
tests/unit/test_trajectory_correction_export.py
tests/unit/test_trajectory_edit_schema.py
tests/unit/test_trajectory_eval_schema.py
tests/unit/test_transcript_binding.py
tests/unit/test_transcript_cli.py
tests/unit/test_transcript_formats.py
tests/unit/test_transcript_ingest.py
tests/unit/test_transcript_loader.py
tests/unit/test_tree_annotation_schema.py
tests/unit/test_triage_assignment.py
tests/unit/test_triage_schema.py
tests/unit/test_triage_scorer.py
tests/unit/test_truth_serum_manager.py
tests/unit/test_turn_annotations.py
tests/unit/test_typing_detect.py
tests/unit/test_typing_dynamics.py
tests/unit/test_typing_store.py
tests/unit/test_ui_config.py
tests/unit/test_user_state.py
tests/unit/test_user_state_annotation_history.py
tests/unit/test_user_state_management.py
tests/unit/test_utf8_encoding.py
tests/unit/test_validate_cli.py
tests/unit/test_vas_schema.py
tests/unit/test_video_annotation_schema.py
tests/unit/test_video_schema.py
tests/unit/test_vision_features.py
tests/unit/test_visual_ai_endpoints.py
tests/unit/test_voice_interaction_schema.py
tests/unit/test_volume_expert_providers.py
tests/unit/test_web_agent_converter.py
tests/unit/test_web_agent_display.py
tests/unit/test_web_playwright_url.py
tests/unit/test_webhook_receiver.py
tests/unit/test_webhook_signal_passthrough.py
tests/unit/test_webhooks_emitter.py
tests/unit/test_webhooks_events.py
tests/unit/test_webhooks_sender.py
tests/unit/test_webhooks_signing.py
tests/unit/test_wordpiece_bridge.py
tests/unit/test_yolo_exporter.py
tests/unit/test_data_sources/__init__.py
tests/unit/test_data_sources/test_base.py
tests/unit/test_data_sources/test_cache_manager.py
tests/unit/test_data_sources/test_config_validation.py
tests/unit/test_data_sources/test_credentials.py
tests/unit/test_data_sources/test_database_live_source.py
tests/unit/test_data_sources/test_live_cursor_store.py
tests/unit/test_data_sources/test_live_ingestion_worker.py
tests/unit/test_data_sources/test_local_source.py
tests/unit/test_data_sources/test_partial_reader.py
tests/unit/test_data_sources/test_url_security.py
tests/unit/test_format_handlers/__init__.py
tests/unit/test_format_handlers/test_base.py
tests/unit/test_format_handlers/test_coordinate_mapping.py
tests/unit/test_format_handlers/test_displays.py
tests/unit/test_format_handlers/test_pdf_ocr.py
tests/unit/test_format_handlers/test_registry.py
tests/unit/test_solo_mode/__init__.py
tests/unit/test_solo_mode/test_confidence_router.py
tests/unit/test_solo_mode/test_confusion_analyzer.py
tests/unit/test_solo_mode/test_disagreement_explorer.py
tests/unit/test_solo_mode/test_disagreement_resolver.py
tests/unit/test_solo_mode/test_edge_case_rules.py
tests/unit/test_solo_mode/test_edge_case_synthesizer.py
tests/unit/test_solo_mode/test_guideline_updater.py
tests/unit/test_solo_mode/test_instance_selector_rules.py
tests/unit/test_solo_mode/test_labeling_functions.py
tests/unit/test_solo_mode/test_llm_labeler.py
tests/unit/test_solo_mode/test_manager.py
tests/unit/test_solo_mode/test_phase_controller.py
tests/unit/test_solo_mode/test_prompt_manager.py
tests/unit/test_solo_mode/test_prompt_optimizer.py
tests/unit/test_solo_mode/test_refinement_loop.py
tests/unit/test_solo_mode/test_regression_2026_07_23.py
tests/unit/test_solo_mode/test_review_phases_wiring.py
tests/unit/test_solo_mode/test_rule_clusterer.py
tests/unit/test_solo_mode/test_uncertainty_estimators.py
tests/unit/test_solo_mode/test_validation_tracker.py