cel-context 0.1.0

Open context snapshot and merge contracts for AI agents. Normalize UI, app, log, and external facts into CEL ContextElement and ScreenContext shapes.
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 = "Open context snapshot and merge contracts for AI agents. Normalize UI, app, log, and external facts into CEL ContextElement and ScreenContext shapes."
keywords = ["ai", "agent", "context", "ui", "automation"]
categories = ["data-structures", "asynchronous"]
readme = "README.md"

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