🔍 Code Extractor

Search Components

Full-Text: Fast keyword matching | Semantic: AI-powered understanding of intent (finds similar concepts)

Search Results for "orchestration"

Found 48 matching component(s)

  • function main_v2

    Main orchestration function that reads an improved markdown file and converts it to an enhanced Word document with comprehensive formatting, including table of contents, warranty sections, disclosures, and bibliography.

    File: /tf/active/vicechatdev/enhanced_word_converter_fixed.py

    document-generation word-processing markdown-conversion docx file-processing
  • function main_v101

    Entry point function that instantiates a FixedProjectVictoriaGenerator and executes its complete pipeline to generate fixed disclosure documents.

    File: /tf/active/vicechatdev/fixed_project_victoria_generator.py

    entry-point pipeline disclosure-generation orchestration main-function
  • function main_v41

    Entry point function that orchestrates the process of loading a meeting transcript, generating structured meeting minutes using OpenAI's GPT-4o API, and saving the output to a file.

    File: /tf/active/vicechatdev/meeting_minutes_generator.py

    main-function entry-point meeting-minutes transcript-processing openai
  • function main_v42

    Entry point function that orchestrates the Project Victoria disclosure analysis by initializing the generator, running the complete analysis, and displaying results with next steps.

    File: /tf/active/vicechatdev/project_victoria_disclosure_generator.py

    main-entry-point cli disclosure-analysis legal-documentation project-victoria
  • function health_check

    A Flask route handler that provides a health check endpoint returning the application's status and current timestamp.

    File: /tf/active/vicechatdev/leexi/app.py

    health-check monitoring flask endpoint api
  • function main_v29

    Orchestrates and executes a comprehensive test suite for SharePoint to FileCloud synchronization service, running configuration, connection, and operation tests.

    File: /tf/active/vicechatdev/SPFCsync/test_connections.py

    testing integration-test sharepoint filecloud sync
  • function main_v73

    Orchestrates and executes a series of example demonstrations for the DocChat system, including document indexing, RAG queries, and conversation modes.

    File: /tf/active/vicechatdev/docchat/example_usage.py

    demo examples orchestration RAG document-chat
  • function health_v1

    Flask route handler that provides a health check endpoint returning the operational status of the application and its core components (RAG engine and document indexer).

    File: /tf/active/vicechatdev/docchat/app.py

    health-check monitoring diagnostics flask rest-api
  • function main_v54

    Test orchestration function that executes a comprehensive test suite for DocChat's multi-LLM model selection feature and reports results.

    File: /tf/active/vicechatdev/docchat/test_model_selection.py

    testing integration-tests test-orchestration multi-llm test-runner
  • function main_v32

    Orchestrates and executes a comprehensive test suite for a Contract Validity Analyzer system, running tests for configuration, FileCloud connection, document processing, LLM client, and full analyzer functionality.

    File: /tf/active/vicechatdev/contract_validity_analyzer/test_implementation.py

    testing test-suite integration-testing contract-analysis validation
  • function main

    Main entry point function for a Legal Contract Data Extractor application that processes contracts from FileCloud, extracts data, and exports results to multiple formats (CSV, Excel, JSON).

    File: /tf/active/vicechatdev/contract_validity_analyzer/extractor.py

    main-entry-point contract-extraction data-processing filecloud csv-export
  • function main_v12

    Main entry point function for the Contract Validity Analyzer application that orchestrates configuration loading, logging setup, FileCloud connection, and contract analysis execution.

    File: /tf/active/vicechatdev/contract_validity_analyzer/main.py

    entry-point main-function cli-application contract-analysis filecloud
  • function main_v7

    Main entry point function that orchestrates the contract validity analysis workflow by loading configuration, setting up logging, initializing the analyzer, running analysis, and reporting results.

    File: /tf/active/vicechatdev/contract_validity_analyzer/core/analyzer.py

    entry-point orchestration contract-analysis workflow configuration
  • function main_v89

    Command-line interface function that orchestrates a ChromaDB collection cleaning pipeline by removing duplicate and similar documents through hashing and similarity screening.

    File: /tf/active/vicechatdev/chromadb-cleanup/main copy.py

    cli command-line data-cleaning deduplication chromadb
  • function health

    Flask route handler that provides a health check endpoint returning the application's operational status, chat engine availability, and current timestamp.

    File: /tf/active/vicechatdev/vice_ai/app.py

    health-check monitoring flask api-endpoint diagnostics
  • function main_v35

    Orchestrates and executes a comprehensive test suite for the Vice AI Data Analysis Integration, running multiple test functions, creating test datasets, and providing detailed pass/fail reporting.

    File: /tf/active/vicechatdev/vice_ai/test_integration.py

    testing integration-tests test-runner data-analysis test-orchestration
  • function main_v36

    Orchestrates a complete correlation analysis pipeline for Eimeria infection and broiler performance data, from data loading through visualization and results export.

    File: /tf/active/vicechatdev/vice_ai/smartstat_scripts/5a059cb7-3903-4020-8519-14198d1f39c9/analysis_1.py

    data-analysis correlation statistics veterinary agriculture
  • function main_v8

    Main execution function that orchestrates the import of controlled documents from FileCloud into a Neo4j database, checking for duplicates and managing document metadata.

    File: /tf/active/vicechatdev/CDocs/FC_sync.py

    document-management filecloud neo4j import batch-processing
  • function create_approval_cycle

    Creates a new approval cycle for a document, assigning approvers with configurable workflow options (sequential/parallel), instructions, and due dates.

    File: /tf/active/vicechatdev/CDocs/controllers/approval_controller_bis.py

    approval-workflow document-management transaction permission-check notification
  • function run_analysis_async

    Executes a data analysis workflow asynchronously with real-time progress tracking, including query interpretation, script generation, execution, and result finalization.

    File: /tf/active/vicechatdev/full_smartstat/app.py

    async data-analysis statistical-analysis progress-tracking llm-integration
  • class StatisticalAnalysisService

    Main service for statistical analysis orchestration

    File: /tf/active/vicechatdev/full_smartstat/services.py

    class statisticalanalysisservice
  • function main_v20

    Command-line interface function that orchestrates the enrichment of vendor data from an Excel file with email and VAT information using ChromaDB and RAG engine.

    File: /tf/active/vicechatdev/find_email/vendor_enrichment.py

    cli command-line data-enrichment vendor-management excel-processing
  • function start_service

    Orchestrates the startup sequence for an email forwarder service by validating environment, dependencies, configuration, and project structure before launching the main application.

    File: /tf/active/vicechatdev/email-forwarder/run_service.py

    service-startup email-forwarder validation dependency-check configuration
  • class StatisticalAnalysisService_v1

    Main service for statistical analysis orchestration

    File: /tf/active/vicechatdev/smartstat/services.py

    class statisticalanalysisservice
  • function main_v4

    Entry point function that orchestrates a Q&A document updater application, loading configuration, setting up logging, and processing Q&A document updates with comprehensive status handling.

    File: /tf/active/vicechatdev/QA_updater/main.py

    entry-point orchestration qa-management document-updater logging
  • class QAUpdater

    Orchestrates a two-step Q&A document updating process that generates optimal search queries, retrieves information from internal and external sources, and uses an LLM to determine if updates are needed.

    File: /tf/active/vicechatdev/QA_updater/qa_engine/qa_updater.py

    qa-management document-updating llm-orchestration information-retrieval vector-search
  • function main_v5

    Main entry point function for an invoice processing system that monitors an inbound directory for PDF invoices, processes them using LLM extraction, generates Excel outputs, and moves processed files to a processed directory.

    File: /tf/active/vicechatdev/invoice_extraction/main.py

    invoice-processing pdf-processing llm-extraction batch-processing file-monitoring
  • function main_v39

    Main entry point function that orchestrates a file synchronization process from a FileCloud source to a local directory, with progress reporting and error handling.

    File: /tf/active/vicechatdev/UQchat/download_uq_files.py

    file-sync filecloud main-entry-point cloud-storage directory-sync
  • function create_review_cycle_v1

    Creates a review cycle for a specific document version, assigning reviewers with configurable approval requirements and workflow settings.

    File: /tf/active/vicechatdev/CDocs single class/controllers/review_controller.py

    document-management review-workflow approval-process regulatory-compliance controlled-documents
  • function main_v102

    Main entry point function that orchestrates a document comparison workflow between two folders (mailsearch/output and wuxi2 repository), detecting signatures and generating comparison results.

    File: /tf/active/vicechatdev/mailsearch/enhanced_document_comparison.py

    document-comparison signature-detection file-scanning orchestration main-entry-point
  • function main_v10

    Command-line interface function that orchestrates PDF document analysis using OCR and LLM processing, with configurable input/output paths and processing limits.

    File: /tf/active/vicechatdev/mailsearch/document_analyzer.py

    cli command-line entry-point pdf-processing ocr
  • function main_v1

    Main execution function that processes and copies document files from an output directory to target folders based on document codes, with support for dry-run and test modes.

    File: /tf/active/vicechatdev/mailsearch/copy_signed_documents.py

    file-management document-processing batch-processing file-copying csv-processing
  • function main_v13

    Orchestrates an email search and PDF attachment download workflow using Microsoft Graph API, including authentication, email search, result display, and attachment processing.

    File: /tf/active/vicechatdev/mailsearch/email_search_app.py

    email-processing microsoft-graph oauth2 attachment-download pdf-extraction
  • function main_v57

    Main execution function that orchestrates a document comparison workflow between two directories (mailsearch/output and wuxi2 repository), scanning for coded documents, comparing them, and generating results.

    File: /tf/active/vicechatdev/mailsearch/compare_documents.py

    document-comparison file-scanning workflow-orchestration main-entry-point batch-processing
  • function main_v99

    Main entry point function that authenticates with Microsoft Graph API, searches for emails from a specific sender containing a keyword, and downloads all attachments from matching messages to a local directory.

    File: /tf/active/vicechatdev/mailsearch/example_script.py

    email-automation microsoft-graph attachment-download msal oauth
  • function run_demo

    Orchestrates a complete demonstration of an E-Ink LLM Assistant by creating three sample handwritten content files (question, instruction diagram, math problem) and processing each through an AI pipeline.

    File: /tf/active/vicechatdev/e-ink-llm/demo.py

    async demo e-ink llm handwriting
  • class EditingWorkflowHandler

    Orchestrates a complete document editing workflow that detects annotations in PDFs, analyzes their types and intent, generates AI-powered text improvements, and provides editing recommendations.

    File: /tf/active/vicechatdev/e-ink-llm/editing_workflow.py

    document-processing pdf-analysis annotation-detection ai-editing text-rewriting
  • class HybridResponseHandler

    Orchestrates the complete workflow for generating hybrid PDF documents that combine LLM text responses with dynamically generated graphics (charts, diagrams, illustrations).

    File: /tf/active/vicechatdev/e-ink-llm/hybrid_response_handler.py

    pdf-generation hybrid-content graphics-generation async document-assembly
  • function main_v59

    Orchestrates a comprehensive demonstration of E-Ink LLM hybrid mode capabilities, running three sequential demos showcasing graphics generation, placeholder parsing, and complete hybrid response processing.

    File: /tf/active/vicechatdev/e-ink-llm/demo_hybrid_mode.py

    async demo orchestration e-ink hybrid-mode
  • function main_v76

    A test orchestration function that runs a suite of validation tests for hybrid mode functionality, checking imports, basic functionality, and placeholder parsing.

    File: /tf/active/vicechatdev/e-ink-llm/test_hybrid_mode.py

    testing validation test-suite hybrid-mode orchestration
  • function run_full_test_suite

    Orchestrates and executes a complete test suite for Remarkable Cloud integration, running authentication and discovery tests sequentially with comprehensive reporting.

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/test_suite.py

    testing test-suite integration-testing remarkable-cloud authentication
  • function main_v60

    Main entry point function that orchestrates a standalone synchronization process for reMarkable Replica, handling initialization, execution, and error reporting.

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/sync_replica_new.py

    entry-point sync remarkable cli error-handling
  • function main_v40

    Orchestrates a comprehensive analysis of Remarkable cloud state and replica synchronization, capturing detailed HTTP logs and saving results to JSON files.

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/test_uploads.py

    remarkable cloud-analysis replica-sync diagnostic testing
  • function run_complete_test_suite

    Orchestrates a complete test suite for reMarkable cloud integration, running authentication, basic discovery, and complete replica build tests in sequence.

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/test_complete_suite.py

    testing integration-test remarkable cloud-sync authentication
  • function main_v62

    Entry point function that orchestrates the analysis of a document uploaded through a reMarkable app, saves results and logs, and reports success or failure.

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/test_real_app_upload.py

    entry-point orchestration remarkable document-analysis cloud-upload
  • function main_v84

    Main entry point function that orchestrates an analysis of filename patterns and generates header examples, with error handling and user feedback.

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/analyze_headers.py

    entry-point orchestration analysis filename-patterns error-handling
  • function main_v27

    Interactive CLI function that orchestrates the movement of a 'pylontech' document from 'Myfolder' to 'Otherfolder' on a reMarkable device, with user confirmation before execution.

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/test_move_pylontech_fixed.py

    cli interactive document-management remarkable file-operations
  • function main_v46

    Orchestrates the application of multiple critical fixes to align test code with real application behavior, including user agent, metadata, page data, JWT, and field corrections.

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/implementation_fixer.py

    testing fixing automation code-generation test-synchronization

Search Examples