Skip to content

Commit

Permalink
docs: update readme.md (#182)
Browse files Browse the repository at this point in the history
dbugging -> debugging
  • Loading branch information
eltociear authored Nov 21, 2024
1 parent c9305e3 commit 723b0cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 723b0cd

Please sign in to comment.