agentrun-context-engineering
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>agentrun-context-engineering</artifactId>
<version>0.0.3</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.alibaba</groupId>
<artifactId>agentrun-sdk-java</artifactId>
<version>0.0.3</version>
</parent>
<artifactId>agentrun-context-engineering</artifactId>
<packaging>jar</packaging>
<name>AgentRun Context Engineering</name>
<description>KnowledgeBase and MemoryCollection capabilities for AgentRun SDK</description>
<dependencies>
<!-- Internal Modules -->
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>agentrun-core</artifactId>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>agentrun-manager-api</artifactId>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>agentrun-data-api</artifactId>
</dependency>
<!-- Alibaba Cloud SDKs -->
<dependency>
<groupId>com.aliyun</groupId>
<artifactId>alibabacloud-agentrun20250910</artifactId>
</dependency>
<dependency>
<groupId>com.aliyun</groupId>
<artifactId>alibabacloud-bailian20231229</artifactId>
</dependency>
<dependency>
<groupId>com.aliyun</groupId>
<artifactId>tea-openapi</artifactId>
</dependency>
<!-- Lombok -->
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<scope>provided</scope>
</dependency>
<!-- Logging -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<!-- Testing -->
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>