update readme

This commit is contained in:
AI Christianson 2024-12-19 09:23:57 -05:00
parent 4219e5e12b
commit b73e692de6
1 changed files with 2 additions and 0 deletions

View File

@ -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