설치
몇 분 만에 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빠른 시작
- API 키를 설정합니다:
export OPENAI_API_KEY=your-api-key- CLI를 시작합니다:
astreus- 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다음 단계
마지막 업데이트: 2026년 7월 6일
이 섹션에서