Files
Genarrative/server-rs/crates/platform-agent/Cargo.toml
T
AIGameCreator App 6bcd176bdf
Project CI / Frontend tests (push) Failing after 24s
Project CI / Repository checks (push) Failing after 43s
Project CI / Backend tests (push) Successful in 3m5s
Project CI / Native shell tests (push) Failing after 6m49s
合并 master 最新更新
合入 master 的 BgFilter、CI、运维与现役平台改造。

保留 AI 游戏创作 Runtime、独立锁文件与原生壳验证链路。

修复共享充值账单组件、LLM 网关与退役 Agent 兼容边界。

同步冲突文档、锁文件和开发脚本。
2026-07-27 18:28:26 +08:00

21 lines
601 B
TOML

[package]
name = "platform-agent"
edition = "2024"
version = "0.1.0"
license = "UNLICENSED"
[features]
default = []
legacy-creative-agent = ["dep:async-trait", "dep:langchainrust", "dep:tokio"]
[dependencies]
async-trait = { version = "0.1", optional = true }
langchainrust = { version = "0.2.20", optional = true }
platform-llm = { path = "../platform-llm", default-features = false }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tokio = { version = "1", features = ["time"], optional = true }
[dev-dependencies]
tokio = { version = "1", features = ["macros", "rt", "time"] }