사전 준비
- Python 3.11+
- uv 설치
새 Act 프로젝트 생성
프로젝트를 만들 디렉터리에서 실행하세요:다음 단계
빠른 시작
0에서 동작하는 Cast까지 진행하기
템플릿 아키텍처
생성된 구조를 이해하기
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Act Operator를 설정하고 첫 Act 프로젝트를 스캐폴딩하세요.
python --version
uv --version
uvx --from act-operator act new
