You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LLM-Katan Terminal animation demo in the readme files (#240)
* feat: add interactive terminal demo for multi-instance testing
- Created animated terminal demo showcasing multi-instance capabilities
- Added terminal-demo.html with realistic typing animations using TypeIt.js
- Enhanced README with live demo link and improved use case documentation
- Added embeddable demo widget (demo-embed.html) for external sites
- Updated multi-instance examples to show mocking popular AI providers
- Improved positioning documentation with strengths vs competitors
- Highlighted key advantage: no GPU required, runs on laptops/Macs
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
Signed-off-by: Yossi Ovadia <[email protected]>
* chore: add .gitignore to exclude build artifacts and demo recordings
- Added .gitignore to exclude .cast files from asciinema recordings
- Excluded common build artifacts and IDE files
- Prevents accidental commits of temporary demo files
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
Signed-off-by: Yossi Ovadia <[email protected]>
* docs: enhance demo accessibility with GitHub Pages link and preview
- Added GitHub Pages link for live interactive demo
- Added collapsible preview section showing terminal output
- Included fallback instructions for local demo viewing
- Added guide for creating demo GIF alternatives
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
Signed-off-by: Yossi Ovadia <[email protected]>
* fix: update demo links to point to main project repository
- Changed GitHub Pages links from personal repo to vllm-project repository
- Ensures demo will work once PR is merged to main
- Provides correct canonical URL for PyPI and documentation
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
Signed-off-by: Yossi Ovadia <[email protected]>
* docs: add demo testing guide for PR reviewers
- Created instructions for reviewers to test the interactive demo
- Provided multiple options: local checkout, raw file viewing, static preview
- Explains why live links won't work until PR is merged
- Helps reviewers experience the full animation during review process
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
Signed-off-by: Yossi Ovadia <[email protected]>
* chore: remove demo testing guide
Removed DEMO_TESTING.md to keep the PR focused on the core demo functionality.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
Signed-off-by: Yossi Ovadia <[email protected]>
* fix: improve terminal demo layout and fix markdown lint issues
Terminal Demo:
- Reduced terminal heights from 300px to 220px with max-height 250px
- Added overflow-y for better space utilization
- Prevents bottom terminal from requiring scroll
Markdown Lint:
- Fixed line length issues (MD013) by breaking long lines
- Converted bold text to proper headings (MD036)
- Added blank lines around headings and lists (MD022, MD032)
- Added markdownlint disable comments for required HTML elements
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
Signed-off-by: Yossi Ovadia <[email protected]>
* fix: improve terminal demo sizing and timing
- Restored bottom terminal (terminal-full) to proper size (300px min-height)
- Increased Terminal 3 delay from 8.5s to 10s for better timing
- Ensures Terminal 3 starts only after both servers complete their setup
- Top terminals remain compact at 220-250px for better layout
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
Signed-off-by: Yossi Ovadia <[email protected]>
* fix: resolve markdown lint issues in demo documentation
- Added missing blank lines around fenced code blocks
- Added trailing newlines to all markdown files
- Added blank lines around lists
- Ensures compliance with project markdown linting rules
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
Signed-off-by: Yossi Ovadia <[email protected]>
---------
Signed-off-by: Yossi Ovadia <[email protected]>
Co-authored-by: Claude <[email protected]>
0 commit comments