🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

bl-log

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bl-log - npm Package Compare versions

Comparing version
0.2.11
to
0.2.14
+1
-1
package.json
{
"name": "bl-log",
"version": "0.2.11",
"version": "0.2.14",
"description": "CLI tool for llm-lean-log and Bun only",

@@ -5,0 +5,0 @@ "scripts": {

# bl-log (Bun CLI)
> Bun-only CLI tool for llm-lean-log - Logging for LLMs, but we cut the fat.
>Bun-only CLI tool for llm-lean-log - Logging for LLMs, but we cut the fat.
`llm-lean-log` is a format for logging that is optimized for LLM token usage, using a simple CSV-based structure.

@@ -44,2 +43,5 @@

l-log add ./logs/example.csv "Fix bug" --tags=bug,fix --problem="Problem description"
# Export logs to JSONL format
l-log export jsonl ./logs/example.csv --out=logs.jsonl
```

@@ -71,8 +73,7 @@

> use l-log CLI to save chat log above
>use l-log CLI to save chat log above
## Ask AI agent (LLMs) to read a log
> read last chat logs from "./logs/example.csv" and tell me what should I do next
>read last chat logs from "./logs/example.csv" and tell me what should I do next
Example LLMs's response:

@@ -79,0 +80,0 @@

Sorry, the diff of this file is not supported yet