Skip to content

WithModulabs/agentM0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chainlit 기반 에이전트 예제

이 프로젝트는 최신 Python과 Chainlit 프레임워크를 활용한 간단한 AI 에이전트 예제입니다.

설치 및 실행 방법

  1. Python 3.10 이상 설치
  • 우분투
    sudo apt update && sudo apt install -y python3 python3-pip python3-venv build-essential python3-dev
    
  1. 가상환경 생성 및 패키지 설치
  • 윈도우

    python -m venv .venv
    .venv\Scripts\activate
    pip install --upgrade pip
    pip install -r requirements.txt
    
  • 우분투

    python3 -m venv .venv
    source .venv\bin\activate
    pip install --upgrade pip
    pip install -r requirements.txt
    
  1. 예제 실행
    chainlit run main.py

주요 파일

  • main.py: Chainlit 에이전트 예제 코드
  • .venv/: Python 가상환경

참고

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages