Conversation
|
Important Review skippedAuto reviews are limited based on label configuration. 🏷️ Required labels (at least one) (1)
Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository UI (base), Organization UI (inherited) Review profile: ASSERTIVE Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ 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 |
PR Validation ResultsNew Contributions Detected
Check Results
Warnings
🎉 All checks passed! This contribution follows the AgentKit structure. |
Summary
kits/assistant/legal-assistantas a new legal research assistant kitCloses #23
PR Checklist
1. Select Contribution Type
kits/<category>/<kit-name>/)bundles/<bundle-name>/)templates/<template-name>/)2. General Requirements
kebab-caseand matches the flow IDREADME.md(purpose, setup, usage)3. File Structure (Check what applies)
config.jsonpresent with valid metadata (name, description, tags, steps, author, env keys)flows/<flow-name>/include:config.jsoninputs.jsonmeta.jsonREADME.md.env.examplewith placeholder values onlyconfig.jsonnode graphs (system prompt text was adjusted for the legal domain)4. Validation
npm install && npm run devworks locallyLocal Verification
cd kits/assistant/legal-assistant && npm run buildcd kits/assistant/legal-assistant && npm run lintcd kits/assistant/legal-assistant && npm run dev