agentos-runtime 0.2.13

Process-owned AgentOS async runtime and bounded blocking executor
Documentation
1
2
3
4
5
6
7
8
9
10
[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"] }