Git Analytics AI & MLAI & ML
langflow-ai/langflow

Langflow: เครื่องมือสร้างและใช้งาน AI agentsLangflow: A Tool for Building and Deploying AI Agents

AI & MLAI & ML 154,891 ดาวStars 10,105 Python MIT อัปเดตล่าสุดLast push 17 ก.ย. 256917 Sept 2026
langflow-ai/langflow

Langflow เป็นแพลตฟอร์มสำหรับสร้างและปรับใช้งาน AI-powered agents ทำงานร่วมกับ LLMs และฐานข้อมูลแบบเวกเตอร์

Langflow is a platform for building and deploying AI-powered agents, integrating with LLMs and vector databases.

ไว้ทำอะไร

Langflow ถูกออกแบบมาเพื่อช่วยให้ผู้พัฒนาสามารถสร้างเอเจนต์ AI ที่ทรงพลังและตอบสนองได้ง่ายโดยใช้อินเทอร์เฟซแบบภาพ ทำให้สามารถสร้าง workflow ที่ซับซ้อนและเชื่อมต่อกับเครื่องมือ AI รวมถึง LLMs และฐานข้อมูลแบบเวกเตอร์ได้อย่างมีประสิทธิภาพ

ทำงานอย่างไร

Langflow ทำงานโดยการให้ผู้ใช้สร้าง workflows ผ่านอินเทอร์เฟซภาพ ซึ่งสามารถทดสอบและปรับปรุงได้ทันที ฟีเจอร์หลักคือการสร้าง agent หลายตัวและทำการจัดการสนทนา ซึ่งจะช่วยให้สามารถเชื่อมต่อกับบริการ AI ต่าง ๆ ในโค้ด Langflow ได้มีการระบุ dependencies ของ Python ที่จำเป็นสำหรับการใช้งาน และสูตร dependencies ใน `pyproject.toml` ที่รองรับการใช้งานเบื้องหน้าและการพัฒนา Daggers (extensions) ต่าง ๆ ผ่านการกำหนด package เช่น lfx-openai, lfx-ibm เป็นต้น ในการกำหนด backend architecture จะมีการใช้ directory สำหรับบริการฐานข้อมูลและไฟล์ migrations ที่ถูกระบุภายใต้ `src/backend/base/langflow/services/database/models/` และ `src/backend/base/langflow/alembic/versions/`

โครงสร้างโค้ด

  • .agents/skills/backend-code-review — ทักษะสำหรับการตรวจสอบโค้ด backend
  • docs/ — เอกสารและข้อมูลอ้างอิง
  • deploy/ — การตั้งค่าและสคริปต์การ deploy
  • docker/ — สคริปต์และ Dockerfiles สำหรับการ deploy
  • src/backend/ — โค้ดหลักสำหรับเซิร์ฟเวอร์ backend

เริ่มใช้งาน

uv pip install langflow -U
uv run langflow run

เหมาะกับงานแบบไหน

  • สร้างเอเจนต์การสนทนาแบบหลายเอเจนต์เพื่อใช้ภายในองค์กร
  • เชื่อมต่อ AI กับระบบเวกเตอร์ฐานข้อมูลเพื่อการดึงข้อมูลอัตโนมัติ

ข้อควรรู้

  • ใช้ได้กับ Python 3.10–3.14
  • ใบอนุญาตชนิด MIT

What it is for

Langflow is designed to assist developers in building powerful AI agents easily using a visual interface, enabling the creation of complex workflows and integration with AI tools like LLMs and vector databases efficiently.

How it works

Langflow operates by allowing users to create workflows through a visual interface, which can be instantly tested and refined. A key feature is its multi-agent orchestration and conversation management capabilities, allowing seamless integration with various AI services. In Langflow's code, essential Python dependencies are specified for operation, and the `pyproject.toml` outlines dependency and development packages such as lfx-openai and lfx-ibm, supporting various workflows and extensions. The backend architecture involves directories for database services and migrations, specified under `src/backend/base/langflow/services/database/models/` and `src/backend/base/langflow/alembic/versions/`.

Code structure

  • .agents/skills/backend-code-review — Skill for backend code review
  • docs/ — Documentation and references
  • deploy/ — Deployment configurations and scripts
  • docker/ — Scripts and Dockerfiles for deployment
  • src/backend/ — Main code for the backend server

Getting started

uv pip install langflow -U
uv run langflow run

Good fit for

  • Create multi-agent conversational agents for enterprise use
  • Integrate AI with vector databases for automated data retrieval

Things to know

  • Compatible with Python 3.10–3.14
  • Licensed under MIT

บทวิเคราะห์นี้สร้างจาก README และโค้ดของ repo โดย AI ของ Oneable — ตรวจสอบ license และเอกสารต้นทางก่อนนำไปใช้งานจริงThis breakdown was generated from the repository's README and code by Oneable's AI — check the license and upstream docs before using it in production.

#agents#chatgpt#generative-ai#large-language-models#multiagent#react-flow

repo อื่นในหมวดเดียวกันMore in this category