feat: Add Interview Preparation AgentKit#106
Open
HimanshuSaxena12 wants to merge 2 commits intoLamatic:mainfrom
Open
feat: Add Interview Preparation AgentKit#106HimanshuSaxena12 wants to merge 2 commits intoLamatic:mainfrom
HimanshuSaxena12 wants to merge 2 commits intoLamatic:mainfrom
Conversation
Contributor
|
Caution Review failedPull request was closed or merged during review 📝 WalkthroughWalkthroughA new Interview Preparation Coach kit is being added to the codebase, featuring a complete AI-powered interview evaluator. The kit includes flow definitions, configuration files, environment setup, and comprehensive documentation for evaluating user interview answers on behavioral and technical dimensions using dual LLM evaluation nodes. Changes
Sequence DiagramsequenceDiagram
actor Client
participant API as API Trigger
participant Behaviour as Behaviour_Prep<br/>(LLM Node)
participant Technical as Technical_Prep<br/>(LLM Node)
participant Response as API Response
Client->>API: POST (jobDescription, resume, userAnswer)
activate API
API->>Behaviour: Evaluate behavioral aspects
activate Behaviour
Behaviour-->>API: {score, strengths, improvements, better_answer}
deactivate Behaviour
API->>Technical: Evaluate technical aspects
activate Technical
Technical-->>API: {score, strengths, improvements, better_answer}
deactivate Technical
API->>Response: Map behavioral_* & technical_* fields
activate Response
Response-->>Client: Combined evaluation results
deactivate Response
deactivate API
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Suggested reviewers
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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.
🎯 Interview Preparation Coach — AI-Powered Interview Evaluator
Stop guessing. Start winning.
Land your dream job with an AI coach that thinks like a senior hiring manager. Paste your answer, and in seconds get brutally honest, structured feedback that tells you exactly what's working, what's not, and how to say it better.
Whether it's a behavioral question about teamwork and conflict, or a technical deep-dive into your skills — this agent evaluates both dimensions simultaneously, scoring your response out of 10 and delivering actionable insights you can apply right now.
No fluff. No generic tips. Just real feedback that prepares you for the room.
Use it for:
💼 Mock interview practice
📄 Answer refinement before big interviews
🧠 Understanding what recruiters actually look for
🚀 Turning average answers into standout responses
llama-3.1-8b-instantmodel via Lamatic InstructorLLMBehaviour_PrepandTechnical_Prep)