From e392f6e0f1d986a2f5478c95852cfad527b34cbd Mon Sep 17 00:00:00 2001 From: AI Christianson Date: Thu, 19 Dec 2024 09:26:58 -0500 Subject: [PATCH] update readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f28de5..0c913ac 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,9 @@ **AI software development agent powered by `aider` and advanced reasoning models like `o1`.** -RA.Aid (ReAct Aid) was made by putting `aider` (https://aider.chat/) in a LangChain ReAct agent loop. This unique combination allows developers to leverage aider's code editing capabilities while benefiting from LangChain's agent-based task execution framework. The tool provides an intelligent assistant that can help with research, planning, and implementation of multi-step development tasks. +RA.Aid (ReAct Aid) was made by putting `aider` (https://aider.chat/) in a LangChain ReAct agent loop. This unique combination allows developers to leverage aider's code editing capabilities while benefiting from LangChain's agent-based task execution framework. The tool provides an intelligent assistant that can help with research, planning, and implementation of multi-step development tasks. + +RA.Aid is a practical tool for everyday software development and is used for developing real-world applications. Here's a demo of RA.Aid adding a feature to itself: