origin-types 0.1.4

Shared wire-format types for Origin — the personal agent memory system.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "origin-types"
version = "0.1.4" # x-release-please-version
edition = "2021"
license = "Apache-2.0"
description = "Shared wire-format types for Origin — the personal agent memory system."
repository = "https://github.com/7xuanlu/origin"
homepage = "https://github.com/7xuanlu/origin"
authors = ["Qi-Xuan Lu <h164654156465@gmail.com>"]
readme = "README.md"
keywords = ["memory", "mcp", "origin", "agent"]
categories = ["data-structures", "api-bindings"]

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