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