Skip to content
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

multi-tenancy + sdk client related changes in agents #3432

Merged
merged 1 commit into from
Jan 27, 2025

multi-tenancy + sdk client related changes in agents

be09e92
Select commit
Loading
Failed to load commit list.
Merged

multi-tenancy + sdk client related changes in agents #3432

multi-tenancy + sdk client related changes in agents
be09e92
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Jan 25, 2025 in 1s

69.69% of diff hit (target 81.31%)

View this Pull Request on Codecov

69.69% of diff hit (target 81.31%)

Annotations

Check warning on line 485 in client/src/main/java/org/opensearch/ml/client/MachineLearningClient.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

client/src/main/java/org/opensearch/ml/client/MachineLearningClient.java#L483-L485

Added lines #L483 - L485 were not covered by tests

Check warning on line 249 in common/src/main/java/org/opensearch/ml/common/agent/MLAgent.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

common/src/main/java/org/opensearch/ml/common/agent/MLAgent.java#L249

Added line #L249 was not covered by tests

Check warning on line 323 in common/src/main/java/org/opensearch/ml/common/agent/MLAgent.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

common/src/main/java/org/opensearch/ml/common/agent/MLAgent.java#L322-L323

Added lines #L322 - L323 were not covered by tests

Check warning on line 132 in common/src/main/java/org/opensearch/ml/common/agent/MLToolSpec.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

common/src/main/java/org/opensearch/ml/common/agent/MLToolSpec.java#L132

Added line #L132 was not covered by tests

Check warning on line 173 in common/src/main/java/org/opensearch/ml/common/agent/MLToolSpec.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

common/src/main/java/org/opensearch/ml/common/agent/MLToolSpec.java#L172-L173

Added lines #L172 - L173 were not covered by tests

Check warning on line 81 in common/src/main/java/org/opensearch/ml/common/input/execute/agent/AgentMLInput.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

common/src/main/java/org/opensearch/ml/common/input/execute/agent/AgentMLInput.java#L80-L81

Added lines #L80 - L81 were not covered by tests

Check warning on line 111 in ml-algorithms/src/main/java/org/opensearch/ml/engine/algorithms/agent/MLAgentExecutor.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

ml-algorithms/src/main/java/org/opensearch/ml/engine/algorithms/agent/MLAgentExecutor.java#L111

Added line #L111 was not covered by tests

Check warning on line 129 in ml-algorithms/src/main/java/org/opensearch/ml/engine/algorithms/agent/MLAgentExecutor.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

ml-algorithms/src/main/java/org/opensearch/ml/engine/algorithms/agent/MLAgentExecutor.java#L129

Added line #L129 was not covered by tests

Check warning on line 156 in ml-algorithms/src/main/java/org/opensearch/ml/engine/algorithms/agent/MLAgentExecutor.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

ml-algorithms/src/main/java/org/opensearch/ml/engine/algorithms/agent/MLAgentExecutor.java#L155-L156

Added lines #L155 - L156 were not covered by tests

Check warning on line 164 in ml-algorithms/src/main/java/org/opensearch/ml/engine/algorithms/agent/MLAgentExecutor.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

ml-algorithms/src/main/java/org/opensearch/ml/engine/algorithms/agent/MLAgentExecutor.java#L164

Added line #L164 was not covered by tests

Check warning on line 179 in ml-algorithms/src/main/java/org/opensearch/ml/engine/algorithms/agent/MLAgentExecutor.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

ml-algorithms/src/main/java/org/opensearch/ml/engine/algorithms/agent/MLAgentExecutor.java#L178-L179

Added lines #L178 - L179 were not covered by tests

Check warning on line 239 in ml-algorithms/src/main/java/org/opensearch/ml/engine/algorithms/agent/MLAgentExecutor.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

ml-algorithms/src/main/java/org/opensearch/ml/engine/algorithms/agent/MLAgentExecutor.java#L237-L239

Added lines #L237 - L239 were not covered by tests

Check warning on line 256 in ml-algorithms/src/main/java/org/opensearch/ml/engine/algorithms/agent/MLAgentExecutor.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

ml-algorithms/src/main/java/org/opensearch/ml/engine/algorithms/agent/MLAgentExecutor.java#L255-L256

Added lines #L255 - L256 were not covered by tests

Check warning on line 363 in ml-algorithms/src/main/java/org/opensearch/ml/engine/algorithms/agent/MLAgentExecutor.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

ml-algorithms/src/main/java/org/opensearch/ml/engine/algorithms/agent/MLAgentExecutor.java#L363

Added line #L363 was not covered by tests

Check warning on line 178 in ml-algorithms/src/main/java/org/opensearch/ml/engine/algorithms/agent/MLConversationalFlowAgentRunner.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

ml-algorithms/src/main/java/org/opensearch/ml/engine/algorithms/agent/MLConversationalFlowAgentRunner.java#L178

Added line #L178 was not covered by tests

Check warning on line 182 in ml-algorithms/src/main/java/org/opensearch/ml/engine/algorithms/agent/MLConversationalFlowAgentRunner.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

ml-algorithms/src/main/java/org/opensearch/ml/engine/algorithms/agent/MLConversationalFlowAgentRunner.java#L182

Added line #L182 was not covered by tests

Check warning on line 202 in ml-algorithms/src/main/java/org/opensearch/ml/engine/algorithms/agent/MLConversationalFlowAgentRunner.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

ml-algorithms/src/main/java/org/opensearch/ml/engine/algorithms/agent/MLConversationalFlowAgentRunner.java#L202

Added line #L202 was not covered by tests

Check warning on line 229 in ml-algorithms/src/main/java/org/opensearch/ml/engine/algorithms/agent/MLConversationalFlowAgentRunner.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

ml-algorithms/src/main/java/org/opensearch/ml/engine/algorithms/agent/MLConversationalFlowAgentRunner.java#L229

Added line #L229 was not covered by tests

Check warning on line 281 in ml-algorithms/src/main/java/org/opensearch/ml/engine/algorithms/agent/MLConversationalFlowAgentRunner.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

ml-algorithms/src/main/java/org/opensearch/ml/engine/algorithms/agent/MLConversationalFlowAgentRunner.java#L281

Added line #L281 was not covered by tests

Check warning on line 316 in ml-algorithms/src/main/java/org/opensearch/ml/engine/algorithms/agent/MLConversationalFlowAgentRunner.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

ml-algorithms/src/main/java/org/opensearch/ml/engine/algorithms/agent/MLConversationalFlowAgentRunner.java#L316

Added line #L316 was not covered by tests

Check warning on line 328 in ml-algorithms/src/main/java/org/opensearch/ml/engine/algorithms/agent/MLConversationalFlowAgentRunner.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

ml-algorithms/src/main/java/org/opensearch/ml/engine/algorithms/agent/MLConversationalFlowAgentRunner.java#L328

Added line #L328 was not covered by tests

Check warning on line 346 in ml-algorithms/src/main/java/org/opensearch/ml/engine/algorithms/agent/MLConversationalFlowAgentRunner.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

ml-algorithms/src/main/java/org/opensearch/ml/engine/algorithms/agent/MLConversationalFlowAgentRunner.java#L346

Added line #L346 was not covered by tests

Check warning on line 348 in ml-algorithms/src/main/java/org/opensearch/ml/engine/algorithms/agent/MLConversationalFlowAgentRunner.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

ml-algorithms/src/main/java/org/opensearch/ml/engine/algorithms/agent/MLConversationalFlowAgentRunner.java#L348

Added line #L348 was not covered by tests

Check warning on line 426 in ml-algorithms/src/main/java/org/opensearch/ml/engine/algorithms/agent/MLConversationalFlowAgentRunner.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

ml-algorithms/src/main/java/org/opensearch/ml/engine/algorithms/agent/MLConversationalFlowAgentRunner.java#L426

Added line #L426 was not covered by tests

Check warning on line 179 in ml-algorithms/src/main/java/org/opensearch/ml/engine/algorithms/agent/MLFlowAgentRunner.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

ml-algorithms/src/main/java/org/opensearch/ml/engine/algorithms/agent/MLFlowAgentRunner.java#L179

Added line #L179 was not covered by tests