Astreus

설치

몇 분 만에 Astreus CLI를 실행해 보세요. 이 CLI는 Astreus 프레임워크로 에이전트를 구축하기 위한 AI 기반 어시스턴트입니다. 안정적인 Astreus 에이전트 시스템을 구축하는 데 필요한 설정 패턴, API, 실용적인 예제를 알아보세요.

몇 분 만에 Astreus CLI를 실행해 보세요. 이 CLI는 Astreus 프레임워크로 에이전트를 구축하기 위한 AI 기반 어시스턴트입니다.

요구 사항

  • Node.js >= 22.0.0
  • 지원되는 LLM 프로바이더 중 하나의 API 키
  • Astreus 프레임워크에 대한 이해

전역 설치

npm을 사용해 Astreus CLI를 전역으로 설치합니다:

npm install -g @astreus-ai/astreus-cli

또는 pnpm으로:

pnpm add -g @astreus-ai/astreus-cli

또는 yarn으로:

yarn global add @astreus-ai/astreus-cli

설치 없이 실행하기

npx로 바로 실행할 수도 있습니다:

npx @astreus-ai/astreus-cli

빠른 시작

  1. API 키를 설정합니다:
export OPENAI_API_KEY=your-api-key
  1. CLI를 시작합니다:
astreus
  1. AI 에이전트와 대화를 시작하세요!

사용 옵션

# Start the interactive CLI
astreus

# Start with a specific provider via environment variable
ASTREUS_PROVIDER=claude astreus

# Start with a specific model via environment variable
ASTREUS_MODEL=gpt-4o astreus

# Combine provider and model
ASTREUS_PROVIDER=claude ASTREUS_MODEL=claude-sonnet-4-20250514 astreus

설치 확인

Astreus CLI가 올바르게 설치되었는지 확인합니다:

astreus --version

다음 단계

  • 명령어 - 사용 가능한 모든 명령어 알아보기
  • 프로바이더 - 다양한 LLM 프로바이더 설정하기
  • 설정 - 환경 변수 설정하기

마지막 업데이트: 2026년 7월 6일