feat: Add Interview Preparation AgentKit#106
feat: Add Interview Preparation AgentKit#106HimanshuSaxena12 wants to merge 2 commits intoLamatic:mainfrom
Conversation
|
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 |
|
@coderabbitai review |
d-pamneja
left a comment
There was a problem hiding this comment.
Do not see any app or demo link. If this is a kit contributions, kindly make this as an application and then submit it.
|
@coderabbitai review |
🎯 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)