Skip to content

agentkit-challenge - #359

Open
manvendra-8822 wants to merge 21 commits into
Lamatic:mainfrom
manvendra-8822:interview-prep-generator
Open

agentkit-challenge#359
manvendra-8822 wants to merge 21 commits into
Lamatic:mainfrom
manvendra-8822:interview-prep-generator

Conversation

@manvendra-8822

Copy link
Copy Markdown

Interview Prep Generator

Agentic kit under kits/interview-prep-generator/ that turns a job description and a public Google Drive resume link into a resume-grounded interview prep kit.

What it does

Given a job description, a public Drive link to a resume, and an optional company name, a Supervisor agent orchestrates four branches: Guardrail (deterministic, non-LLM prompt-injection scan of the job description and extracted resume text, run first on every request), Fact Lookup (optional Tavily search for company context), Context Assembly (optional Browser Use Cloud live-browsing research on the company's interview process and culture), and Merge Research Context (combines both research arms into one block before generation), followed by Generate Text which writes the final resume-grounded interview prep kit.

A Drive-link public-accessibility pre-check runs before any LLM call and short-circuits with a specific, actionable error if the resume isn't shared publicly.

See agent.md for the full node walkthrough and failure-mode table, and README.md for inputs/output and usage.

Checklist

Contribution type: Kit, at kits/interview-prep-generator/. Single project, no unrelated changes. No secrets, API keys, or real credentials committed -- model-config credentials are left blank for the deployer to select in Studio, and the Tavily/Browser Use API keys are documented as optional Studio secrets in .env.example, never committed. Folder name is kebab-case and matches the flow ID. All changes are documented in README.md and agent.md. lamatic.config.ts has valid metadata (name, description, tags, steps, author). flows/interview-prep-generator.ts exports meta, inputs, references, nodes, and edges.

@coderabbitai

coderabbitai Bot commented Aug 19, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Auto reviews are limited based on label configuration.

🏷️ Required labels (at least one) (1)
  • agentkit-challenge

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository UI (base), Organization UI (inherited)

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 23027bef-5c75-4c63-9199-32510886513d

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@akshatvirmani

Copy link
Copy Markdown
Contributor

Hey @manvendra-8822 we already have a interview prep kit. So if you can make something else that would be great.
I think we have 2-3 kits similar to this one

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants