-
Notifications
You must be signed in to change notification settings - Fork 240
fix KG-193 Fix rerun for agents with Persistence #828
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Qodana for JVM804 new problems were found
@@ Code coverage @@
+ 67% total lines covered
11850 lines analyzed, 8031 lines covered
# Calculated according to the filters of your coverage tool ☁️ View the detailed Qodana report Contact Qodana teamContact us at qodana-support@jetbrains.com
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't have any major comments, but there are a few style-related questions, please check these
...atures-snapshot/src/commonMain/kotlin/ai/koog/agents/snapshot/feature/AgentCheckpointData.kt
Outdated
Show resolved
Hide resolved
...gents-features-snapshot/src/commonMain/kotlin/ai/koog/agents/snapshot/feature/Persistency.kt
Show resolved
Hide resolved
...gents-features-snapshot/src/commonMain/kotlin/ai/koog/agents/snapshot/feature/Persistency.kt
Show resolved
Hide resolved
...c/commonMain/kotlin/ai/koog/agents/snapshot/providers/file/FilePersistencyStorageProvider.kt
Outdated
Show resolved
Hide resolved
...s/agents-features/agents-features-snapshot/src/jvmTest/kotlin/CheckpointSerializationTest.kt
Show resolved
Hide resolved
...s/agents-features/agents-features-snapshot/src/jvmTest/kotlin/CheckpointSerializationTest.kt
Show resolved
Hide resolved
agents/agents-features/agents-features-snapshot/src/jvmTest/kotlin/PersistencyRunsTwiceTest.kt
Outdated
Show resolved
Hide resolved
<!-- 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
When it will be released? I face same issue |
@HagerIbrahiim Hello! We aim it for 0.5.0, but you can get it into the Nightly release already - https://central.sonatype.com/artifact/ai.koog/koog-agents/0.4.3-dev-25092025-feat-856 |
Motivation and Context
Breaking Changes
Type of the changes
Checklist
develop
as the base branchAdditional steps for pull requests adding a new feature