cel-context 0.1.7

Portable context snapshots for AI agents. Normalize any stream into reusable elements and point-in-time snapshots.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "cel-context"
version = "0.1.7"
edition = "2021"
license = "Apache-2.0"
authors = ["Dimitrios Pagkratis <dimitris@timberhub.com>"]
homepage = "https://github.com/dimpagk92/cel-context"
documentation = "https://docs.rs/cel-context"
repository = "https://github.com/dimpagk92/cel-context"
description = "Portable context snapshots for AI agents. Normalize any stream into reusable elements and point-in-time snapshots."
keywords = ["ai", "agent", "context", "ui", "automation"]
categories = ["data-structures", "asynchronous"]
readme = "README.md"

[dependencies]
serde = { version = "1", features = ["derive"] }
serde_json = "1"