cel-context 0.1.2

Portable context snapshots for AI agents. Normalize UI, browser, app, log, and external signals into reusable elements and snapshots.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "cel-context"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Portable context snapshots for AI agents. Normalize UI, browser, app, log, and external signals into reusable elements and snapshots."
keywords = ["ai", "agent", "context", "ui", "automation"]
categories = ["data-structures", "asynchronous"]
readme = "README.md"

[dependencies]
serde = { workspace = true }
serde_json = { workspace = true }