Remove SampleAgent class and associated YAML configuration file, streamlining the project by eliminating example implementations and their dependencies.

This commit is contained in:
amithkoujalgi
2025-10-19 11:22:16 +05:30
parent bec634dd37
commit 866c08f590
5 changed files with 147 additions and 173 deletions

View File

@@ -260,11 +260,10 @@
<version>2.20.0</version>
</dependency>
<dependency>
<groupId>tools.jackson.dataformat</groupId>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-yaml</artifactId>
<version>3.0.0</version>
<version>2.20.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr310</artifactId>
@@ -281,7 +280,6 @@
<artifactId>slf4j-api</artifactId>
<version>2.0.17</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
@@ -300,7 +298,6 @@
<version>20250517</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>ollama</artifactId>
@@ -313,14 +310,12 @@
<version>1.21.3</version>
<scope>test</scope>
</dependency>
<!-- Prometheus metrics dependencies -->
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>simpleclient</artifactId>
<version>0.16.0</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>