langextract-llm-powered-structured-text-extraction
- Repo stars 0
- Author repo skills-registry
LangExtract LLM-Powered Structured Text Extraction
LangExtract by Google is a Python library for extracting structured information from unstructured text using LLMs with precise source grounding. With 35,000+ GitHub stars, it handles everything from clinical notes to literary analysis, producing verified extraction results with exact source text mappings and interactive visualizations.
Installation
Use the upstream install or setup path that matches your environment:
- pip install langextract
- git clone https://github.com/google/langextract.git
- pip install -e .
- pip install -e ".[dev]"
Requirements and caveats from upstream:
- LangExtract is a Python library that uses LLMs to extract structured information from unstructured text documents based on user-defined instructions. It processes materials such as clinical notes or reports, identifyi...
- Note: Using cloud-hosted models like Gemini requires an API key. See the API Key Setup section for instructions on how to get and configure your key.
- python
Basic usage or getting-started notes:
Extract structured information with just a few lines of code.
1. Define Your Extraction Task
Extracted from upstream docs: https://raw.githubusercontent.com/google/langextract/HEAD/README.md
Source
<!-- tomevault:4.0:skill_md:2026-05-22 -->Source: agentskillexchange/skills — distributed by TomeVault.
- Fluxly category
- Data
- Author-declared agents
- No explicit declaration found; this is not inferred or tested compatibility
- Static check
- 88 / 100 · heuristic scan, not runtime safety proof
- Author / version / license
- @tomevault-io · no license declared
- Fluxly token estimate
- Lean
- Fluxly setup estimate
- Guided setup
- External API key
- Required · Vendor-specific
- Detected OS requirements
- Unspecified
- Runtime requirements
- Python
- Detected file/system behavior
-
- Read-only
- Detected network behavior
- External requests
- Install commands
- None (reference only)
Profile is derived at build time from SKILL.md and install vectors. Subject to drift from author intent.
Heads up: 未限定 allowed-tools,默认拥有全部工具权限。
The current SKILL.md does not define a fixed output example. Use the upstream install or setup path that matches your environment: pip install langextract git clone https://github.com/google/langextract.git
Agent Skill Exchange Source: agentskillexchange/skills — distributed by TomeVault. <!-- tomevault:4.0:skillmd:2026-05-22 -->
# LangExtract LLM-Powered Structured Text Extraction
LangExtract by Google is a Python library for extracting structured information from unstructured text using LLMs with precise source grounding. With 35,000+ GitHub stars, it handles everything from clinical notes to literary analysis, producing verified extraction results with exact source text mappings and interactive visualizations.
## Installation
Use the upstream install or setup path that matches your environment:
- pip install langextract
- git clone https://github.com/google/langextract.git
- pip install -e .
- pip install -e ".[dev]"
Requirements and caveats from upstream:
- LangExtract is a Python library that uses LLMs to extract structured information from unstructured text documents based on user-defined instructions. It processes materials such as clinical notes or reports, identifyi...
- **Note:** Using cloud-hosted models like Gemini requires an API key. See the [API Key Setup](#api-key-setup-for-cloud-models) section for instructions on how to get and configure your key.
- python
Basic usage or getting-started notes:
- [Quick Start](#quick-start)
- Extract structured information with just a few lines of code.
- ### 1. Define Your Extraction Task
- Source: https://github.com/google/langextract
- Extracted from upstream docs: https://raw.githubusercontent.com/google/langextract/HEAD/README.md
## Source
- [Agent Skill Exchange](https://agentskillexchange.com/skills/langextract-llm-structured-text-extraction/)
---
> Source: [agentskillexchange/skills](https://github.com/agentskillexchange/skills) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-05-22 --> Author text anchors workflow facts; Fluxly only indexes current sections, terms, files, and commands.
sections -> Installation → Source
terms -> Note · Basic usage or getting-started notes: - [Quick Start](quick-start) - Extract structured information with just a few lines of code. · --- > Source: [agentskillexchange/skills](https://github.com/agentskillexchange/skills) — distributed by [TomeVault](https://tomevault.io).
files/cmd -> github.com/google/langextract.git · github.com/google/langextract · raw.githubusercontent.com/google/langextract/HEAD/README.md · agentskillexchange.com/skills/langextract-llm-structured-text-extraction · agentskillexchange/skills · github.com/agentskillexchange/skills
body sha256 -> 08f34147981e
Decide Fit First
Design Intent
How To Use It
Boundaries And Review