# sobelio/llm-chain

`llm-chain` is a powerful rust crate for building chains in large language models allowing you to summarise text and complete complex tasks

Repository: https://github.com/sobelio/llm-chain
Canonical: https://ross.abutalabs.com/products/llm-chain
Homepage: https://llm-chain.xyz
Language: Rust
License: MIT
License Family: permissive
Topics: llm, chatgpt, langchain, llama, openai, rust, text-summary
Last push: 2024-10-31T16:19:00+00:00

## Health v2 (maintenance only)
Score: 21/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 89
- inputs: {"age_days": 1258, "days_push": 671, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_readme
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1604, forks 140 (observed 2026-08-28T04:05:10.257373+00:00)

## What it is
llm-chain is a Rust crate for building chains of large language model calls to complete complex tasks such as text summarization. It provides a LangChain-style framework for composing LLM workflows in Rust.

## Use cases
- summarize long documents with an llm in rust
- chain multiple llm prompts together
- build a langchain-style pipeline in rust
- run chatgpt or llama chains for complex tasks
- compose llm workflows with templates

## When to choose
- you are building llm applications in rust
- you need to chain llm calls for multi-step tasks like summarization
- you want a langchain alternative with native rust performance

## When to avoid
- you need a mature ecosystem with many integrations and active development
- your project is in python where langchain has broader support
- you need cutting-edge agent features updated frequently

## Facets
- artifact type: library
- maturity: maintenance
- function: llm-inference, agent-framework, prompt-engineering, rag
- domain: large-language-models, artificial-intelligence
- platform: rust, cross-platform
- tags: langchain, llm-chains, openai, llama, text-summarization, chatgpt, natural-language-processing

## Member repositories
- sobelio/llm-chain (main) score 21

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:10.257373+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:52:21.575401+00:00, confidence not recorded.
  - registry_crates: https://crates.io/api/v1/crates/llm-chain (fetched 2026-08-29T11:24:00.425141+00:00, sha 1ccf5be7ca84)
- Data as of 2026-08-30T08:39:29.467469+00:00.
