A newer version of the Streamlit SDK is available: 1.56.0
Manuscripts Directory
This directory contains the original manuscripts and reference materials for The Shadow of Lillya project.
Directory Structure
manuscripts/
βββ Circus_of_the_Queens/ # Complete novel by Audrey Berger Welz
β βββ Circus_of_the_Queens.pdf
β βββ Circus_of_the_Queens.md
β βββ Circus_of_the_Queens.txt (optional)
β βββ [original Word documents]
βββ Shadow_of_Lillya/ # Draft manuscript to be completed
β βββ Shadow_of_Lillya_Draft.pdf
β βββ Shadow_of_Lillya_Draft.md
β βββ Shadow_of_Lillya_Draft.txt (optional)
β βββ character_notes.md
β βββ plot_outline.md
β βββ [original Word documents]
βββ README.md
File Organization
Each manuscript has its own subdirectory containing:
- PDF files - For beautiful display in the web interface
- Markdown files - For LLM processing and analysis
- Text files - For maximum compatibility (optional)
- Original Word documents - Source material
File Formats
Supported formats:
- PDF - For complete manuscripts (display purposes)
- Markdown (.md) - For LLM processing and easy editing
- Text (.txt) - Plain text for maximum compatibility
- Word (.doc/.docx) - Original source files
Usage
The application will look for these files to provide context for the LLM completion attempts. Organize your files in the appropriate subdirectories for best results.