union_square 0.2.0

A proxy/wire-tap service for making LLM calls and recording everything that happens in a session for later analysis and test-case extraction
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "description": "Union Square - LLM proxy service",
  "devDependencies": {
    "log4brains": "^1.1.0"
  },
  "name": "union-square",
  "private": true,
  "scripts": {
    "adr": "log4brains adr",
    "adr:new": "log4brains adr new",
    "adr:preview": "log4brains preview"
  },
  "version": "0.1.0"
}