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
# origin-types

Shared wire-format types for [Origin](https://github.com/7xuanlu/origin) — a personal agent memory system.

This crate defines the HTTP API request/response types and core enums used by:
- `origin-server` (HTTP backend daemon)
- `origin-mcp` (MCP server wrapper for AI tools)
- the Origin desktop app (Tauri IPC)

## Stability

Pre-1.0 — expect minor version bumps to include breaking changes, per Rust 0.x convention. Types marked `#[doc(hidden)]` are not part of the stability contract and may change without a version bump.

## License

Apache-2.0