diff --git a/README.md b/README.md index e51aa83b..24e36c7e 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,11 @@
-pr-agent_icon +
-# pr-agent +![logo pr-agent dark](./pics/logo-dark.png#gh-dark-mode-only) +![logo pr-agent light](./pics/logo-light.png#gh-light-mode-only) + +
[![GitHub license](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://github.com/Codium-ai/pr-agent/blob/main/LICENSE) [![Discord](https://badgen.net/badge/icon/discord?icon=discord&label&color=purple)](https://discord.com/channels/1057273017547378788/1126104260430528613) @@ -284,11 +287,11 @@ Example for extended suggestion: --- ## How it works - ![PR-Agent Tools](./pics/pr_agent_overview.png) + +![PR-Agent Tools](./pics/pr_agent_overview.png) Check out the [PR Compression strategy](./PR_COMPRESSION.md) page for more details on how we convert a code diff to a manageable LLM prompt - ## Roadmap - [ ] Support open-source models, as a replacement for openai models. Note that a minimal requirement for each open-source model is to have 8k+ context, and good support for generating json as an output diff --git a/pics/logo-dark.png b/pics/logo-dark.png new file mode 100644 index 00000000..de5386da Binary files /dev/null and b/pics/logo-dark.png differ diff --git a/pics/logo-light.png b/pics/logo-light.png new file mode 100644 index 00000000..a54fa305 Binary files /dev/null and b/pics/logo-light.png differ