Skip to content

Commit 2f348da

Browse files
authored
🐛 update readme for step 02 (#1212)
<!-- Thank you for opening a pull request! Please add a brief description of the proposed change here. Also, please tick the appropriate points in the checklist below. --> ## Motivation and Context <!-- Why is this change needed? What problem does it solve? --> ## Breaking Changes <!-- Will users need to update their code or configurations? --> --- #### Type of the changes - [ ] New feature (non-breaking change which adds functionality) - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] Breaking change (fix or feature that would cause existing functionality to change) - [ ] Documentation update - [ ] Tests improvement - [ ] Refactoring #### Checklist - [ ] The pull request has a description of the proposed change - [ ] I read the [Contributing Guidelines](https://github.com/JetBrains/koog/blob/main/CONTRIBUTING.md) before opening the pull request - [ ] The pull request uses **`develop`** as the base branch - [ ] Tests for the changes have been added - [ ] All new and existing tests passed ##### Additional steps for pull requests adding a new feature - [ ] An issue describing the proposed change exists - [ ] The pull request includes a link to the issue - [ ] The change was discussed and approved in the issue - [ ] Docs have been added / updated
1 parent 9c096c9 commit 2f348da

File tree

1 file changed

+3
-3
lines changed
  • examples/code-agent/step-02-add-execution-tool

1 file changed

+3
-3
lines changed

examples/code-agent/step-02-add-execution-tool/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Code Agent - Step 01: Minimal Agent
1+
# Code Agent - Step 02: Add Execution Tool
22

33
> Code from the blog post: [Building AI Agents in Kotlin – Part 2: A Deeper Dive Into Tools]()
44
5-
A minimal code agent with three tools that can navigate codebases and make targeted changes.
5+
Extends the minimal agent with command execution capabilities, allowing the agent to run tests, build projects, and execute other shell commands.
66

77
## Prerequisites
88

@@ -19,7 +19,7 @@ export OPENAI_API_KEY=your_openai_key
1919

2020
Navigate to this example:
2121
```
22-
cd examples/code-agent/step-01-minimal-agent
22+
cd examples/code-agent/step-02-add-execution-tool
2323
```
2424

2525
Run the agent on any project:

0 commit comments

Comments
 (0)