202279c6d9
新增 Core、Engine、Runtime、SQLite、Provider、MCP、Skill、Codex、CLI 与 DAG crate 补齐 OpenAI endpoint 配置、Provider 实例/协议路由和统一工具权限边界 加入持久化、lease、checkpoint、reconciliation、审批恢复与消息历史回归 加入独立 workspace CI、依赖边界、能力集和 Fake Agent 测试脚本 同步建设计划、TODO、架构、测试与验收文档
16 lines
413 B
TOML
16 lines
413 B
TOML
[package]
|
|
name = "agent-runtime"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
rust-version.workspace = true
|
|
license = "UNLICENSED"
|
|
publish = false
|
|
description = "Portable durable runtime contracts and snapshot facade for the generic Agent runtime"
|
|
|
|
[dependencies]
|
|
agent-runtime-core.workspace = true
|
|
agent-runtime-contracts.workspace = true
|
|
serde = { version = "1", features = ["derive"] }
|
|
serde_json = "1"
|
|
thiserror = "2"
|