调整旧代码

This commit is contained in:
BBIT-Kai
2025-08-21 14:55:45 +08:00
parent 72901d5964
commit cdce90bb27
4 changed files with 57 additions and 4 deletions
+3 -2
View File
@@ -5,12 +5,11 @@ val logback_version: String by project
val kotlinx_html_version: String by project
val ktor_version: String by project
val exposed_version: String by project
val h2_version: String by project
val postgres_version: String by project
plugins {
kotlin("jvm") version "2.1.0"
id("io.ktor.plugin") version "3.1.3"
id("io.ktor.plugin") version "3.2.3"
id("org.jetbrains.kotlin.plugin.serialization") version "2.0.20"
}
@@ -103,4 +102,6 @@ dependencies {
implementation("io.ktor:ktor-client-serialization:$ktor_version")
// 数据库迁移
// implementation("org.flywaydb:flyway-core:10.13.0")
implementation("ai.koog:koog-agents:0.3.0")
}