[package]
edition = "2021"
name = "perspt"
version = "0.5.5"
authors = [
"Vikrant Rathore",
"Ronak Rathore",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Your Terminal's Window to the AI World - A high-performance CLI for LLMs with chat and autonomous agent modes"
homepage = "https://eonseed.github.io/perspt/"
documentation = "https://docs.rs/perspt"
readme = "README.md"
keywords = [
"llm",
"ai",
"terminal",
"chat",
"agent",
]
categories = [
"command-line-utilities",
"development-tools",
]
license = "LGPL-3.0"
repository = "https://github.com/eonseed/perspt"
[lib]
name = "perspt"
path = "src/lib.rs"
[dependencies.perspt-agent]
version = "0.5.5"
[dependencies.perspt-core]
version = "0.5.5"
[dependencies.perspt-policy]
version = "0.5.5"
[dependencies.perspt-sandbox]
version = "0.5.5"
[dependencies.perspt-store]
version = "0.5.5"