[package]
name = "agentos-runtime"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Process-owned AgentOS async runtime and bounded blocking executor"
[dependencies]
tokio = { version = "1", features = ["macros", "rt", "rt-multi-thread", "sync", "time", "net"] }