Inspect Scout
  • Getting Started
  • Using
    • Transcripts
    • Scanners
    • LLM Scanner
    • Results
    • Validation
  • Reference
  1. Reference
  • Reference
  • Python API
    • scanning
      • scan
      • scan_resume
      • scan_complete
      • scanjob
      • ScanJob
      • ScanJobConfig
      • ScannerSpec
      • ScannerWork
      • Status
      • ScanOptions
      • ScanRevision
      • ScanTranscripts
      • TranscriptField
    • results
      • scan_list
      • scan_status
      • Status
      • Summary
      • scan_results_df
      • ScanResultsDF
      • validation_set
      • ValidationSet
      • ValidationCase
      • ValidationPredicate
    • transcript
      • transcripts_from_logs
      • Transcripts
      • TranscriptInfo
      • Transcript
      • Column
      • Condition
      • Metadata
      • metadata
      • LogMetadata
      • log_metadata
    • scanner
      • Scanner
      • ScannerInput
      • Result
      • Reference
      • Error
      • Loader
      • llm_scanner
      • AnswerMultiLabel
      • messages_as_str
      • MessagesPreprocessor
      • MessageType
      • EventType
      • scanner
      • loader
      • as_scorer
    • async
      • scan_async
      • scan_resume_async
      • scan_complete_async
      • scan_list_async
      • scan_status_async
      • scan_results_df_async
  • Scout CLI
    • scout scan
    • scout view
    • scout trace

On this page

  • Python API
  • Scount CLI
  • Report an issue

Reference

Python API

Scanning Scan transcripts and manage scan jobs.
Results Status and results of scan jobs.
Transcripts Read and filter transcripts.
Scanners Implement scanners and loaders.
Async Async functions for scanning.

Scount CLI

scout scan Scan transcripts.
scout scan resume Resume a scan which is incomplete due to interruption or errors.
scout scan complete Complete a scan which is incomplete due to errors (errors are not retried).
scout scan list List the scans within a scan results directory.
scout scan status Print the status of a scan.
Python API
  • Meridian Labs

  • Code

  • License

  • Issues

  • Report an issue
  • Code