4f77c625fd
Forward-port the v0.8.16 RLM/sub-agent hotfix onto main after tagging the release branch.
12 lines
335 B
TOML
12 lines
335 B
TOML
[package]
|
|
name = "deepseek-agent"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
description = "Model/provider registry and fallback strategy for DeepSeek workspace architecture"
|
|
|
|
[dependencies]
|
|
deepseek-config = { path = "../config", version = "0.8.16" }
|
|
serde.workspace = true
|