Open
Conversation
… and reporting scripts
…ator, no report or results included
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
This PR establishes the foundational structure and development environment for the
fas_llm_applicationsPromptflow application suite. The configuration is designed for use within Codespaces and standalone VS Code Dev Containers, enabling our team to develop, test, and manage Harvard FAS LLM workflow apps independently of upstream Promptflow changes.The primary goal is to provide a consistent, reproducible, and secure development experience for all contributors working on Harvard FAS LLM applications, leveraging Promptflow.
This PR is not intended for upstream contributions.
Changes
Development Environment
.devcontainer/withdevcontainer.jsonfor isolated Codespaces/VS Code container-based developmentpostCreateCommandto:.venv) inside the containerrequirements.txt_connections_manager_.setup_all_shared_connections.py.venvand activate in terminalsDependency and Configuration Management
requirements.txt: Single source of truth for all Python dependencies.gitignoreto:.venv/)flow.tools.json(required for Azure ML)Security & Credentials
keyrings.cryptfilebackend for secure, non-interactive credential storageKEYRING_CRYPTFILE_PASSWORDenvironment variable** for automated secret management.envfiles (VS Code)Script & Tooling
digital_latin_project/scripts/:generate_prepared_reports.py: Script for generating Markdown LLM reports and manifestsgenerate_report.py: Core script for generating JSON LLM reportsload_env_to_shell.py: Helper for loading environment variables in local shellsprompt_selector_tool.pyandprompt_registry_util.pyfor prompt/flow management and utilities.results/andprepared_reports/for integrated reporting and data generation. Generated reports to date include many docs and will be updated in a seperate PR.Documentation & Onboarding
fas_llm_applications/README.mdwith Dev Container setup instructions and keyring troubleshooting.fas_llm_applications/digital_latin_project/README.mdexplaining components, usage, and integration contextNotes
Key Architectural Decisions
.envfiles, never committed to version control. Encrypted storage with non-interactive access.Documentation Alignment
Testing & Verification
KEYRING_CRYPTFILE_PASSWORDis set.gitignorepreserves necessary files while excluding environment-specific ones