Skip to content

teron131/llm-harness

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

llm-harness

Python-first LLM toolkit shaped by accumulated work across multiple projects, not a generic one-size-fits-all harness.

Structure

llm_harness/
├── agents/    workflow orchestration
│   ├── fixer/
│   └── youtube/
├── clients/   provider adapters
├── stats/     LLM and image stats
│   ├── llm/
│   └── image/
├── tools/     integration boundaries
│   ├── fs/
│   ├── sql/
│   ├── tabular/
│   ├── web/
│   └── youtube/
└── utils/     deterministic helpers

Install

uv sync

Editable use from another repo

uv add --editable /path/to/llm-harness
uv sync

Verification

uv run ruff check .
uv run ruff format .

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages