Ross ROSS = Recommend OSS · open-source software intelligence for agents

eyurtsev/kor

LLM(😽) observed · 2026-08-28

github.com/eyurtsev/kor · homepage · Python · MIT (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
eyurtsev/kormain23

For agents

markdown · JSON · MCP: product_card(name="eyurtsev/kor")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem