Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.06 KB

File metadata and controls

32 lines (24 loc) · 1.06 KB

Changelog

All notable changes to the reDB Python SDK will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • Initial SDK structure and scaffolding
  • Core primitives: RedbClient, ContextRequest, ContextBundle
  • Identity module: AppIdentity, InstanceIdentity
  • Context module with request/bundle patterns
  • Streams module for event subscriptions and triggers
  • Emit module for action/fact emission
  • Transport layer scaffolding for gRPC
  • Telemetry module placeholders
  • Documentation skeleton
  • Example scripts demonstrating intended usage patterns

Notes

  • This is the initial development release
  • The SDK is under active development; APIs may change
  • No ORM patterns — this is context delivery for autonomous agents
  • Transport layer uses gRPC placeholder; will be replaced with reDB Data Mesh protocol before production

[0.1.0] - TBD

Added

  • First public release (planned)