LLFn
by Community
A light-weight framework for creating applications using LLMs
OSS
LLFn
Added 1 June 2026
Overview
LLFn is a lightweight Python framework for building applications that leverage large language models. It provides a minimal structure for integrating LLM calls into Python code, focusing on simplicity and ease of use.
Best for
Best for
Developers who need a simple, no-frills framework for quickly integrating LLMs into Python projects.
Use cases
- Prototyping LLM-powered features quickly
- Building simple chain or pipeline workflows
- Embedding language model calls into existing Python applications
Notes
LLFn is a lightweight Python framework for building applications that leverage large language models. It provides a minimal structure for integrating LLM calls into Python code, focusing on simplicity and ease of use.
96 stars on GitHub. Last updated 2023-07-30. Licensed MIT.
Use cases
- Prototyping LLM-powered features quickly
- Building simple chain or pipeline workflows
- Embedding language model calls into existing Python applications
Pros
- Lightweight with minimal overhead
- Easy to set up and start using
- Pure Python, integrates with common Python ecosystems
Cons
- Small community with only 96 GitHub stars
- Limited documentation and examples
- May lack advanced features for complex orchestration
Indexed from awesome-langchain and enriched against its public facts.
Pros
- Lightweight with minimal overhead
- Easy to set up and start using
- Pure Python, integrates with common Python ecosystems
Cons
- Small community with only 96 GitHub stars
- Limited documentation and examples
- May lack advanced features for complex orchestration
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.