Skip to content

feat(examples): add code review deep agent example #1083

Open
Muhammad Hussain (SYED-M-HUSSAIN) wants to merge 4 commits intolangchain-ai:mainfrom
SYED-M-HUSSAIN:feat/examples-code-review-agent
Open

feat(examples): add code review deep agent example #1083
Muhammad Hussain (SYED-M-HUSSAIN) wants to merge 4 commits intolangchain-ai:mainfrom
SYED-M-HUSSAIN:feat/examples-code-review-agent

Conversation

@SYED-M-HUSSAIN
Copy link
Copy Markdown

@SYED-M-HUSSAIN Muhammad Hussain (SYED-M-HUSSAIN) commented Feb 4, 2026

Title:

feat(examples): add code review agent example

Description:

Adds a code review agent example that uses Gemini + LocalShellBackend to analyze
codebases for bugs, security vulnerabilities, and performance issues.

This example showcases the potential of Deep Agents by combining memory (AGENTS.md),
skills (general/security/performance review), and subagent delegation
(security-analyzer via subagents.yaml) into a single agent workflow.

Verified by running uv run python agent.py ./src/main.py against a single file
and confirming the structured review report is generated in the code-review-agent
directory.

Langsmith trace: Complete Deep Agent Trace

Social handles (optional)

LinkedIn: https://www.linkedin.com/in/syed-muhammad-hussain-00b2a7214/

@github-actions github-actions Bot added dependencies Pull requests that update a dependency file feature New feature/enhancement or request for one external User is not a member of the `langchain-ai` GitHub organization labels Feb 4, 2026
@SYED-M-HUSSAIN
Copy link
Copy Markdown
Author

Muhammad Hussain (SYED-M-HUSSAIN) commented Feb 4, 2026

Hi Mason Daugherty (@mdrxy) and vivek (@vtrivedy) , could you please take a look and review it when you get a chance? Thanks.

@SYED-M-HUSSAIN
Copy link
Copy Markdown
Author

vivek (@vtrivedy) could you please take a look and review it when you get a chance? Thanks.

@SYED-M-HUSSAIN
Copy link
Copy Markdown
Author

vivek (@vtrivedy), can we merge this PR.

@github-actions github-actions Bot added feature New feature/enhancement or request for one and removed feature New feature/enhancement or request for one labels Feb 19, 2026
@langchain-automated-triage langchain-automated-triage Bot added the size: XL 1000+ LOC label Mar 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file external User is not a member of the `langchain-ai` GitHub organization feature New feature/enhancement or request for one size: XL 1000+ LOC

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants