[package]
edition = "2024"
name = "right-memory"
version = "0.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "agents that run on your claude subscription. multi-agent, sandboxed by default. polished telegram UI."
homepage = "https://github.com/onsails/right-agent"
documentation = "https://github.com/onsails/right-agent"
readme = "README.md"
keywords = [
"agent",
"ai",
"claude",
"telegram",
"sandbox",
]
categories = ["command-line-utilities"]
license = "Apache-2.0"
repository = "https://github.com/onsails/right-agent"
[lib]
name = "right_memory"
path = "src/lib.rs"