From 723b0cd7c49190a535e318c318dda81c63455f79 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Thu, 21 Nov 2024 14:55:46 +0900 Subject: [PATCH] docs: update readme.md (#182) dbugging -> debugging --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 8fa4eeeb..5bcb818b 100644 --- a/readme.md +++ b/readme.md @@ -57,7 +57,7 @@ It provides pre-built agents that are expert on your codebase to perform common AI agents are autonomous tools that have the ability to reason, take decisions and perform actions on their own. They are provided with 'tools' that they can use to perform tasks. Agents are iterative in nature and build on top of the results of the previous iteration in order to perform any task assigned to them. Software development is a similarly iterative process and agents can be used to automate and optimize key aspects of software development. -Things that developers do daily, like dbugging, can be broken down into a series of iterative steps that can be automated by agents. +Things that developers do daily, like debugging, can be broken down into a series of iterative steps that can be automated by agents. For example, debugging can be broken down into: 1. Understanding the stacktrace 2. Understanding the code around the stacktrace