Agent Stack Quickstart — 빠른 설치·실행

Agent Stack Quickstart

몇 분 만에 Agent Stack 을 띄우고 사전 제작 에이전트를 실행합니다.

출처: Quickstart — 공식문서

설치

sh -c "$(curl -LsSf https://agentstack.beeai.dev/install.sh)"
  • 인스톨러는 uvagentstack-cli 를 설치합니다.
  • Agent Stack 은 번들된 Lima 가상머신 위에서 운영돼 호스트 머신을 깔끔하게 유지합니다. 클러스터·에이전트 컨테이너·저장소는 VM 안에 살고 호스트에 직접 닿지 않습니다.
  • 전제 조건: 터미널 경험, LLM API 키(OpenAI/Anthropic/Gemini/watsonx, 또는 OpenRouter/Groq/Ollama), 빠른 인터넷.

사용

agentstack ui                          # 웹 인터페이스 실행
agentstack list                        # 사용 가능한 에이전트 확인
agentstack run chat "Hi, who are you"  # 채팅 에이전트에 메시지
agentstack run chat                    # 인터랙티브 모드

플랫폼 관리

agentstack platform start      # 플랫폼 시작
agentstack model setup         # LLM 프로바이더 구성
agentstack platform stop       # 중지 (데이터 유지)
agentstack platform delete     # 모든 데이터 삭제

더 알아보기