docs: add animated oaeval init --interactive demo GIF to README - #287
Merged
Conversation
… GIF Records a real `oaeval init --interactive` session (dataset prompt, provider/model/retriever selection, metric preset, output format) and replays it through a virtual terminal into a polished, macOS-style terminal window GIF, embedded in the Quick Start section of the README.
|
🎉 Congratulations @himanshu231204! Your pull request has been successfully merged into main. 🚀 Thank you for contributing to OpenAgentHQ and helping improve the project. We truly appreciate your contribution and hope to see you back with more amazing PRs! Happy Open Sourcing! ❤️ |
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.
Description
Replaces the static wizard screenshot in the README's Quick Start section with an animated demo GIF of a real
oaeval init --interactivesession.The GIF is built from an actual recorded run (via
pexpect, capturing real ANSI output and timing — not a mockup), replayed through a virtual terminal (pyte) and rendered frame-by-frame with PIL into a polished macOS-style terminal window (traffic-light dots, title bar, blinking cursor), then optimized withgifsicle(~800KB, no visible quality loss).The recorded session walks through: dataset path → LLM provider (Anthropic) → model → retriever (Chroma) → metric preset (Standard) → output format, ending with the generated
config.yamland the "Next steps" output.Changes
docs/assets/oaeval-init-demo.gifstatic/openagent-eval.png) and add a short description of what the wizard doesstatic/openagent-eval.png(now unreferenced) and the now-emptystatic/directoryType of Change
How Has This Been Tested?
static/openagent-eval.pngpath in docs or configChecklist
Generated by Claude Code