徐涛
932a06f512
refactor(core): 完成 v0.3.2 Cargo features 拆分基础设施
- 定义 16 个 features + 4 个快捷组合,default = ["full"] 保持向后兼容
- 12 个重型依赖 optional 化(tokio/reqwest/rusqlite 等)
- 全模块 #[cfg(feature)] 门控注入(llm/tools/memory/agent/engine)
- 将 LlmProvider trait 及关联类型移出 provider 模块归属 llm(ADR-1)
- 为 session.rs bundle() 方法添加 engine feature 门控
- 更新 12 个内部文件 + 4 个示例文件的 import 路径
- 向后兼容:provider.rs 保留 pub use 重导出老路径
2026-07-19 07:58:04 +08:00
..
2026-07-05 08:19:13 +08:00
2026-07-15 11:15:58 +08:00
2026-07-15 11:15:58 +08:00
2026-07-19 07:58:04 +08:00
2026-07-05 19:47:03 +08:00
2026-07-05 08:19:13 +08:00
2026-07-15 11:15:58 +08:00
2026-07-09 16:51:29 +08:00
2026-07-19 07:58:04 +08:00
2026-07-15 08:59:46 +08:00
2026-07-17 14:37:49 +08:00
2026-07-17 14:37:49 +08:00
2026-07-05 19:47:03 +08:00
2026-07-19 07:58:04 +08:00
2026-07-05 08:12:40 +08:00
2026-07-19 07:58:04 +08:00
2026-07-15 11:15:58 +08:00
2026-07-05 19:48:59 +08:00