Skip to content

Add Step-02 example agent: add a shell execution tool#966

Merged
BLannoo merged 40 commits into
developfrom
codeagent/step-02-add-an-execution-tool
Nov 18, 2025
Merged

Add Step-02 example agent: add a shell execution tool#966
BLannoo merged 40 commits into
developfrom
codeagent/step-02-add-an-execution-tool

Conversation

@denis-domanskii
Copy link
Copy Markdown
Contributor

Motivation and Context

Second step of the code agent example.

Breaking Changes


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

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Oct 14, 2025

Qodana for JVM

1191 new problems were found

Inspection name Severity Problems
Check Kotlin and Java source code coverage 🔶 Warning 1180
Missing KDoc for public API declaration 🔶 Warning 11
@@ Code coverage @@
+ 71% total lines covered
16419 lines analyzed, 11798 lines covered
# Calculated according to the filters of your coverage tool

☁️ View the detailed Qodana report

Contact Qodana team

Contact us at [email protected]

@BLannoo BLannoo force-pushed the codeagent/step-02-add-an-execution-tool branch from 40362f1 to 83820a8 Compare November 17, 2025 14:22
@BLannoo BLannoo force-pushed the codeagent/step-02-add-an-execution-tool branch from 83820a8 to 1ab2f4a Compare November 17, 2025 14:48
@BLannoo BLannoo requested a review from EugeneTheDev November 18, 2025 10:55
Copy link
Copy Markdown
Collaborator

@EugeneTheDev EugeneTheDev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just some small comments

Comment thread examples/code-agent/step-02-add-execution-tool/src/main/kotlin/Main.kt Outdated
Comment thread examples/code-agent/step-02-add-execution-tool/src/main/kotlin/Main.kt Outdated
@BLannoo BLannoo requested a review from EugeneTheDev November 18, 2025 12:13
Copy link
Copy Markdown
Collaborator

@EugeneTheDev EugeneTheDev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A final small comment, take a look, please

Comment thread examples/code-agent/step-02-add-execution-tool/src/main/kotlin/Main.kt Outdated
@BLannoo BLannoo merged commit 360eb12 into develop Nov 18, 2025
11 checks passed
@BLannoo BLannoo deleted the codeagent/step-02-add-an-execution-tool branch November 18, 2025 14:26
kpavlov pushed a commit that referenced this pull request Dec 5, 2025
<!--
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
Second step of the code agent example.

## 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)
- [x] Documentation update
- [ ] Tests improvement
- [ ] Refactoring

#### Checklist
- [x] The pull request has a description of the proposed change
- [x] I read the [Contributing
Guidelines](https://github.com/JetBrains/koog/blob/main/CONTRIBUTING.md)
before opening the pull request
- [x] The pull request uses **`develop`** as the base branch
- [ ] Tests for the changes have been added
- [x] 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

---------

Co-authored-by: Bruno Lannoo <[email protected]>
vova-jb pushed a commit that referenced this pull request Jan 27, 2026
<!--
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
Second step of the code agent example.

## 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)
- [x] Documentation update
- [ ] Tests improvement
- [ ] Refactoring

#### Checklist
- [x] The pull request has a description of the proposed change
- [x] I read the [Contributing
Guidelines](https://github.com/JetBrains/koog/blob/main/CONTRIBUTING.md)
before opening the pull request
- [x] The pull request uses **`develop`** as the base branch
- [ ] Tests for the changes have been added
- [x] 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

---------

Co-authored-by: Bruno Lannoo <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants