eyurtsev/kor
LLM(😽) observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 4
- Release rhythm 8
- Longevity 92
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 1294
- days_rel: n/a
- days_push: 576
- n_releases_24m: 0
Adoption not part of the score
1685 stars · 93 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Kor is a Python library for extracting structured data from text using large language models. Users define a schema (Kor-style or Pydantic) with examples, and Kor generates prompts, sends them to an LLM, and parses the output into structured data.
Use cases
- extract structured data from unstructured text with an llm
- parse entities like songs and artists from user commands
- build information extraction pipelines for legacy llms without tool calling
- convert free-form text into using a schema
- extract fields from documents using prompt-based parsing
When to choose
- you use older LLMs that lack native tool calling or JSON mode
- you want a schema-and-examples driven parsing approach integrated with LangChain
- you need extraction that works across any good-enough LLM
When to avoid
- your chat model supports native tool calling APIs (use those instead)
- you need a production-grade, actively developed extraction solution
- you want guaranteed extraction accuracy without providing good examples
Facets
library · maturity maintenance
nlp llm-inference parser prompt-engineering large-language-models artificial-intelligence python information-extraction structured-output langchain schema-extraction text-parsing natural-language-processing
2 sources
- readme: https://github.com/eyurtsev/kor · fetched 2026-08-28 · 56656b898748
- homepage: https://eyurtsev.github.io/kor/ · fetched 2026-08-29 · 7e452f832c82
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| eyurtsev/kor | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem