right-codegen 0.0.1

agents that run on your claude subscription. multi-agent, sandboxed by default. polished telegram UI.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "right-codegen"
version = "0.0.1"
edition = "2024"
description = "agents that run on your claude subscription. multi-agent, sandboxed by default. polished telegram UI."
license = "Apache-2.0"
repository = "https://github.com/onsails/right-agent"
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"]

[lib]
path = "src/lib.rs"