Skip to content

feat: add legal assistant kit#125

Open
jasperan wants to merge 1 commit intoLamatic:mainfrom
jasperan:feat/legal-assistant-kit
Open

feat: add legal assistant kit#125
jasperan wants to merge 1 commit intoLamatic:mainfrom
jasperan:feat/legal-assistant-kit

Conversation

@jasperan
Copy link
Copy Markdown

@jasperan jasperan commented Apr 4, 2026

Summary

  • add kits/assistant/legal-assistant as a new legal research assistant kit
  • provide a jurisdiction-aware intake UI with context and question fields
  • bundle a Lamatic RAG flow export and document how to connect it to a legal corpus
  • keep the non-advice disclaimer visible in both the UI and API response
  • surface the new kit in the root README

Closes #23

PR Checklist

1. Select Contribution Type

  • Kit (kits/<category>/<kit-name>/)
  • Bundle (bundles/<bundle-name>/)
  • Template (templates/<template-name>/)

2. General Requirements

  • PR is for one project only (no unrelated changes)
  • No secrets, API keys, or real credentials are committed
  • Folder name uses kebab-case and matches the flow ID
  • All changes are documented in README.md (purpose, setup, usage)

3. File Structure (Check what applies)

  • config.json present with valid metadata (name, description, tags, steps, author, env keys)
  • All flows in flows/<flow-name>/ include:
    • config.json
    • inputs.json
    • meta.json
    • README.md
  • .env.example with placeholder values only
  • No hand-edited flow config.json node graphs (system prompt text was adjusted for the legal domain)

4. Validation

  • npm install && npm run dev works locally
  • PR title is clear
  • GitHub Actions workflows pass (pending CI)
  • All CodeRabbit or other PR review comments are addressed and resolved
  • No unrelated files or projects are modified

Local Verification

  • cd kits/assistant/legal-assistant && npm run build
  • cd kits/assistant/legal-assistant && npm run lint
  • cd kits/assistant/legal-assistant && npm run dev

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Apr 4, 2026

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

Run ID: 2b650220-9089-467d-ae16-f319ca916f0b

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
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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 and usage tips.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 4, 2026

PR Validation Results

New Contributions Detected

  • Kit: kits/assistant/legal-assistant

Check Results

Check Status
No edits to existing projects ✅ Pass
Required root files present ✅ Pass
Flow folder structure valid ✅ Pass
No changes outside contribution dirs ⚠️ Warning

Warnings

  • ⚠️ File outside kits/bundles/templates modified: README.md

🎉 All checks passed! This contribution follows the AgentKit structure.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Requested: assistant/legal

1 participant