Skip to content

kaizenX209/Multi-Agent-With-Langgraph

Repository files navigation

Multi-Agent-With-Langgraph

  1. Tài liệu:
  1. Với python:
  • Khởi tạo môi trường conda: conda create -n myenv python=3.11
  • Active enviroment ở part 1 qua câu lệnh: conda activate myenv
  • Cài đặt package qua lệnh: pip install -r requirements.txt
  • Chạy file: python multi_agent-Langgraph.py
  1. Với Typescript:
  • Cài đặt môi trường qua lệnh: npm install
  • Chạy file: tsx multi_agent-Langgraph.ts

Các bước cài đặt thủ công

  1. Python
  • pip install -U langgraph langchain_community langchain-openai langchain_experimental
  • pip install python-dotenv
  1. Typescript
  • sudo npm install -g tsx
  • npm install @langchain/core @langchain/langgraph @langchain/openai @langchain/community dotenv

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published