airflow-ai-sdk
An SDK for working with LLMs and AI Agents from Apache Airflow, based on Pydantic AI
파일 탐색기
최종 버전 다운로드 (.zip)- ci.yaml
- release.yaml
- dependabot.yml
- agent.py
- branch.py
- embed.py
- llm.py
- base.py
- tool.py
- agent.py
- embed.py
- llm.py
- llm_branch.py
- __init__.py
- airflow.py
- index.md
- agent.md
- branch.md
- embed.md
- llm.md
- base.md
- tool.md
- agent.md
- embed.md
- llm.md
- llm_branch.md
- airflow.md
- README.md
- features.md
- index.md
- README.md
- usage.md
- config.yaml
- dag_integrity_exceptions.txt
- test_dag_integrity_default.py
- custom_model.py
- deep_research.py
- email_generation.py
- example_dag.py
- github_changelog.py
- product_feedback_summarization.py
- sentiment_classification.py
- support_ticket_routing.py
- text_embedding.py
- .dockerignore
- .gitignore
- docker-compose.yaml
- Dockerfile
- packages.txt
- README.md
- requirements.txt
- generate_interface_docs.py
- test_agent.py
- test_embed.py
- test_llm.py
- test_llm_branch.py
- __init__.py
- test_airflow_imports.py
- .gitignore
- .pre-commit-config.yaml
- .python-version
- AGENTS.md
- LICENSE
- pyproject.toml
- README.md
- Tiltfile
- uv.lock
🚀 설치 가이드
1. 코드 내려받기
git clone https://github.com/astronomer/airflow-ai-sdk
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd airflow-ai-sdk
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. 공식 설치 스크립트
쉬움 추천사전 준비물
- Python 3 pip 명령어를 쓰려면 Python이 필요합니다.
pip install airflow-ai-sdk[openai]
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
설치 후 새 터미널을 열고, 프로그램의 버전 확인 명령(예: --version)으로 정상 설치됐는지 확인하세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
3. Docker
쉬움사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Docker Desktop 컨테이너를 빌드하고 실행하려면 필요합니다. 설치 후 실행해서 백그라운드에 켜두세요.
docker compose -f examples/docker-compose.yaml up -d --build
compose 설정 파일에 정의된 서비스들을 대상으로 명령을 실행합니다.
터미널에 docker compose ps 를 입력해 컨테이너들이 Up 상태인지 확인하세요. README에 포트 번호가 적혀있다면 브라우저에서 http://localhost:포트번호 로 접속해보세요.
// repository documentation
Was this content helpful?
(0 ratings)
