lib

Core libraries for Radroots
git clone https://radroots.dev/git/lib.git
Log | Files | Refs | README | LICENSE

commit df816cb0abb9b9d9c61631bea6b414b4feaee814
parent 23db7f2dec810c7c9f236c98908d4c4061c8d4a9
Author: triesap <tyson@radroots.org>
Date:   Fri, 10 Apr 2026 00:59:01 +0000

simplex_agent_runtime: update metadata

Diffstat:
Mcrates/simplex_agent_runtime/Cargo.toml | 4++--
Acrates/simplex_agent_runtime/README | 25+++++++++++++++++++++++++
2 files changed, 27 insertions(+), 2 deletions(-)

diff --git a/crates/simplex_agent_runtime/Cargo.toml b/crates/simplex_agent_runtime/Cargo.toml @@ -8,11 +8,11 @@ authors = [ ] rust-version.workspace = true license.workspace = true -description = "simplex agent runtime coordination for the radroots sdk" +description = "SimpleX agent runtime coordination" repository.workspace = true homepage.workspace = true documentation = "https://docs.rs/radroots_simplex_agent_runtime" -readme.workspace = true +readme = "README" [features] default = ["std"] diff --git a/crates/simplex_agent_runtime/README b/crates/simplex_agent_runtime/README @@ -0,0 +1,25 @@ +# radroots_simplex_agent_runtime + +This is the README for `radroots_simplex_agent_runtime`, which provides SimpleX +agent runtime coordination for the `radroots` core libraries. + +## Overview + + * runtime builder, command outcome, and runtime event types for agent + workflows; + * shared error and support types for coordinating agent protocol and store + layers; + * a `std`-based runtime integration crate used by higher-level services; + * designed to sit between protocol, storage, and transport crates without + redefining their wire formats. + +## Copyright + +Except as otherwise noted, all files in the `radroots_simplex_agent_runtime` +distribution are + + Copyright (c) 2020-2026 Tyson Lupul + +For information on usage and redistribution, and for a DISCLAIMER OF ALL +WARRANTIES, see LICENSE included in the `radroots_simplex_agent_runtime` +distribution.