[package]
edition = "2021"
name = "scema-cli"
version = "0.1.0"
authors = ["Scematica Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Scematica Omni — the `scema` command: a terminal-native agent runtime over the omni cognitive loop."
homepage = "https://github.com/Meta-Oracle/Scematica"
readme = "README.md"
keywords = [
"agent",
"cli",
"ai",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/Meta-Oracle/Scematica"
[[bin]]
name = "scema"
path = "src/main.rs"
[dependencies.anyhow]
version = "1"
[dependencies.clap]
version = "4"
features = ["derive"]
[dependencies.scema-agent]
version = "0.1.0"
[dependencies.scema-memory]
version = "0.1.0"
[dependencies.scema-policy]
version = "0.1.0"
[dependencies.scema-sim]
version = "0.1.0"
[dependencies.scema-tools]
version = "0.1.0"
[dependencies.scema-verify]
version = "0.1.0"
[dependencies.scema-world]
version = "0.1.0"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"