feat: add agent memshell playground (#51)

This commit is contained in:
ReaJason
2025-03-27 22:05:55 +08:00
parent f6944c81b2
commit f0e1084fc3
6 changed files with 297 additions and 0 deletions
@@ -0,0 +1,19 @@
plugins {
id 'java'
}
group = 'com.reajason.javaweb'
version = '1.0.0'
repositories {
mavenCentral()
}
dependencies {
testImplementation platform('org.junit:junit-bom:5.10.0')
testImplementation 'org.junit.jupiter:junit-jupiter'
}
test {
useJUnitPlatform()
}