1---2name: trashchenkov-gigachat-skills-langchain-gigachat3description: LangChain GigaChat4---56# LangChain GigaChat78Use this skill when the user is building with LangChain abstractions, not raw `gigachat`.910## What this skill covers1112- `langchain-gigachat` installation and initialization13- chat model usage through LangChain messages and runnables14- embeddings through `GigaChatEmbeddings`15- tool binding and structured outputs where supported16- RAG setup using LangChain vector stores17- practical wrapper behavior around the underlying SDK1819## Workflow20211. If credentials and TLS are not configured, use `gigachat-setup`.222. If the task does not need LangChain primitives, prefer `gigachat-sdk-*` skills.233. Initialize `GigaChat` or `GigaChatEmbeddings` with the same auth inputs as the SDK.244. Work with LangChain message objects, not raw GigaChat payloads, unless debugging conversion.255. For RAG, pair `GigaChatEmbeddings` with a vector store and keep retrieval logic in LangChain.266. Avoid double retries when LangChain and the SDK both retry.277. Prefer the simplest smoke-covered LangChain pattern before adding wrapper-specific complexity.2829## Read these references as needed3031- For chat models and message/tool behavior: `references/chat-models.md`32- For embeddings and RAG patterns: `references/embeddings-rag.md`3334## Default output3536- keep the user inside LangChain abstractions unless there is a wrapper boundary bug37- do not mix raw SDK code into normal LangChain starter examples38- call out wrapper caveats instead of assuming full parity with generic LangChain behavior3940## Boundaries4142- Do not explain OpenAI-compatible base URLs here; use `gpt2giga`.4344---45> Source: [trashchenkov/gigachat-skills](https://github.com/trashchenkov/gigachat-skills) — distributed by [TomeVault](https://tomevault.io).46<!-- tomevault:4.0:skill_md:2026-06-16 -->
Run npx skillmds@latest add tomevault-io/trashchenkov-gigachat-skills-langchain-gigachat in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
LangChain GigaChat It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: PASS, Skill Scanner: PASS. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
tomevault-io (@tomevault-io) published this skill. Their other Agent Skills are listed on their SkillMD profile.