lib

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

README (822B)


      1 # radroots_simplex_agent_store
      2 
      3 This is the README for `radroots_simplex_agent_store`, which provides agent
      4 queue persistence models for the `radroots` core libraries.
      5 
      6 ## Overview
      7 
      8  * connection, queue, and queue-authentication record types for stored agent
      9    state;
     10  * outbound command, pending work, and delivery cursor models used by the agent
     11    runtime;
     12  * typed store errors and shared serialization support for persisted records;
     13  * a small support crate intended to be consumed by higher-level runtime code.
     14 
     15 ## Copyright
     16 
     17 Except as otherwise noted, all files in the `radroots_simplex_agent_store`
     18 distribution are
     19 
     20  Copyright (c) 2020-2026 Tyson Lupul
     21 
     22 For information on usage and redistribution, and for a DISCLAIMER OF ALL
     23 WARRANTIES, see LICENSE included in the `radroots_simplex_agent_store`
     24 distribution.