README (853B)
1 # radroots_simplex_agent_runtime 2 3 This is the README for `radroots_simplex_agent_runtime`, which provides SimpleX 4 agent runtime coordination for the `radroots` core libraries. 5 6 ## Overview 7 8 * runtime builder, command outcome, and runtime event types for agent 9 workflows; 10 * shared error and support types for coordinating agent protocol and store 11 layers; 12 * a `std`-based runtime integration crate used by higher-level services; 13 * designed to sit between protocol, storage, and transport crates without 14 redefining their wire formats. 15 16 ## Copyright 17 18 Except as otherwise noted, all files in the `radroots_simplex_agent_runtime` 19 distribution are 20 21 Copyright (c) 2020-2026 Tyson Lupul 22 23 For information on usage and redistribution, and for a DISCLAIMER OF ALL 24 WARRANTIES, see LICENSE included in the `radroots_simplex_agent_runtime` 25 distribution.