From a3e47d969faadfa8c038c4e51d7492a80243c16a Mon Sep 17 00:00:00 2001 From: msukkari Date: Mon, 12 May 2025 15:17:52 -0700 Subject: [PATCH] add link to review agent source in docs --- docs/docs/agents/review-agent.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/agents/review-agent.mdx b/docs/docs/agents/review-agent.mdx index b050b79f..27d9932d 100644 --- a/docs/docs/agents/review-agent.mdx +++ b/docs/docs/agents/review-agent.mdx @@ -10,7 +10,7 @@ codebase that the agent may fetch to perform the review. This agent provides codebase-aware reviews for your PRs. For each diff, this agent fetches relevant context from Sourcebot and feeds it into an LLM for a detailed review of your changes. -The AI Code Review Agent is open source and packaged in [Sourcebot](https://github.com/sourcebot-dev/sourcebot). To get started using this agent, [deploy Sourcebot](/self-hosting/overview) +The AI Code Review Agent is [open source](https://github.com/sourcebot-dev/sourcebot/tree/main/packages/web/src/features/agents/review-agent) and packaged in [Sourcebot](https://github.com/sourcebot-dev/sourcebot). To get started using this agent, [deploy Sourcebot](/self-hosting/overview) and then follow the configuration instructions below. ![AI Code Review Agent Example](/images/review_agent_example.png)