Langchain Skill

# LangChain Python Skill - Trợ lý thông minh với Python backend

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Langchain Skill" with this command: npx skills add s0nocean/langchain-skill

LangChain Python Skill - Trợ lý thông minh với Python backend

Skill này sử dụng thư viện LangChain (Python) để xử lý query thông minh, hỗ trợ memory dài hạn, RAG trên PDF, tool calling (search, calculator), và agent tự suy luận.

Tính năng chính

  • Backend: Python + LangChain (có thể dùng Gemini 2.0 Flash, DeepSeek-chat, hoặc Groq fallback).
  • Memory: Nhớ ngữ cảnh chat trong session (ConversationBufferMemory hoặc Summary).
  • RAG: Hỗ trợ upload PDF → hỏi đáp chính xác trên tài liệu.
  • Tool calling: Tự gọi web search, tính toán, đọc file...
  • Usage: langchain <query> hoặc langchain: <câu hỏi>

Ví dụ sử dụng

  • langchain: Blockchain là gì? Giải thích ngắn gọn.
  • langchain: Tên tôi là gì? (sau khi giới thiệu trước đó).
  • langchain: Tóm tắt tài liệu PDF vừa upload.
  • langchain: Tính 15 * 23 + 7^2 là bao nhiêu?

Yêu cầu

  • venv đã cài: langchain, langchain-community, langchain-google-genai (nếu dùng Gemini).
  • API key: Gemini/DeepSeek/Groq (set trong code nếu cần).

Lưu ý

  • Skill chạy trên Python, không phụ thuộc Node.js.
  • Author: Tích hợp bởi S0nSun & Grok (dựa trên LangChain 2026).
  • Có thể mở rộng: Thêm agent router, multi-tool, RAG folder.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Web3

Chaos Test Designer

Design chaos engineering experiments to test system resilience. Generate failure injection scenarios, define steady-state hypotheses, blast radius controls,...

Registry SourceRecently Updated
590Profile unavailable
Web3

Performance Budget Enforcer

Define, measure, and enforce web performance budgets — bundle sizes, asset counts, image weights, third-party scripts. Fails CI when budgets are exceeded. Tr...

Registry SourceRecently Updated
710Profile unavailable
Web3

Data Quality Validator

Validate data quality in pipelines by checking completeness, consistency, freshness, accuracy, and distribution anomalies. Define expectations, profile data...

Registry SourceRecently Updated
210Profile unavailable
Web3

Sbom Generator

Generate Software Bill of Materials (SBOM) in CycloneDX or SPDX format — inventory all dependencies, licenses, vulnerabilities, and supply chain metadata. Re...

Registry SourceRecently Updated
600Profile unavailable