This repository contains a small CLI tool that demonstrates how to extract structured data from raw text using LangChain and Pydantic.
PersonInfo
MeetingNotes
PydanticOutputParser
python -m cli --text "Анна, 28 лет, Python-разработчик. Навыки: FastAPI, Docker."
or
python -m cli --text "Встреча 2026-05-30: Участники: А., Б.; Темы: проект X; Решения: продлить срок."
langchain-core
langchain-openai
langchain-ollama
pydantic
pip install -r requirements.txt