coglog-cli 0.9.1

CogLog CLI — a meta-cognition log for LLMs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "coglog-cli"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
keywords.workspace = true
description = "CogLog CLI — a meta-cognition log for LLMs"
categories = ["command-line-utilities"]

[[bin]]
name = "coglog-command"
path = "src/main.rs"

[dependencies]
coglog-core = { path = "../coglog-core", version = "0.9.1" }
serde_json = "1"