From b73e692de6be000f1158da5d84fe3f945bee8f20 Mon Sep 17 00:00:00 2001 From: AI Christianson Date: Thu, 19 Dec 2024 09:23:57 -0500 Subject: [PATCH] update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0925127..03eafd8 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,8 @@ Here's a demo of RA.Aid adding a feature to itself: - **Automated Command Execution**: The agent can run shell commands automatically to accomplish tasks. While this makes it powerful, it also means you should carefully review its actions. +- **Ability to Leverage Expert Reasoning Models**: The agent can use advanced reasoning models such as OpenAI's o1 *just when needed*, e.g. to solve complex debugging problems or in planning for complex feature implementation. + - **Three-Stage Architecture**: 1. **Research**: Analyzes codebases and gathers context 2. **Planning**: Breaks down tasks into specific, actionable steps