Conversation
bdbf63c to
3769d90
Compare
…t into environment - Add an agent contextual environment that wraps the original environment with a context from AIAgent and provides all data from an agent context into environment execution logic; - Update Tool Call handlers in pipeline and all features; - Update logic in all features related to tool calls; - Update related tests.
3769d90 to
7c440f0
Compare
Qodana for JVM1194 new problems were found
@@ Code coverage @@
+ 72% total lines covered
17192 lines analyzed, 12528 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
|
Rizzen
approved these changes
Dec 10, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
KG-178.
Motivation and Context
Split environment and agent details. Provide information about agent and agent context into an environment.
Breaking Changes
No
Type of the changes
Checklist
developas the base branchAdditional steps for pull requests adding a new feature