tableforge

command
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 19, 2026 License: MIT Imports: 1 Imported by: 0

README

TableForge

LLM-powered table generation with validation.

TableForge validates tabular/CSV output from LLMs. Checks columns, data types, completeness, and auto-repairs.

Quickstart

export OPENAI_API_KEY=sk-...
npx @stockyard/tableforge

# Your app:   http://localhost:6090/v1/chat/completions
# Dashboard:  http://localhost:6090/ui

What You Get

  • Table output detection
  • Column validation
  • Data type checking
  • Completeness scoring
  • Auto-repair malformed rows
  • CSV/JSON export

Config

# tableforge.yaml
port: 6090
tableforge:
  expected_columns: [name, email, role]
  types: { name: string, email: email, role: string }
  require_complete: true

Docker

docker run -p 6090:6090 -e OPENAI_API_KEY=sk-... stockyard/tableforge

Part of Stockyard

TableForge is part of Stockyard — an open-source LLM proxy and control plane. MIT licensed.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL