agents
AI agent tooling for data engineering workflows.
파일 탐색기
최종 버전 다운로드 (.zip)- marketplace.json
- plugin.json
- marketplace.json
- plugin.json
- astro-airflow-mcp-ci.yml
- astro-airflow-mcp-integration.yml
- astro-airflow-mcp-publish.yml
- ci.yml
- CODEOWNERS
- dependabot.yml
- add-adapter-method.md
- add-tool.md
- check-airflow-compat.md
- api-differences.md
- patterns.md
- SKILL.md
- run-integration-tests.sh
- __init__.py
- airflow_v2.py
- airflow_v3.py
- base.py
- __init__.py
- api.py
- assets.py
- config.py
- context.py
- dags.py
- instances.py
- main.py
- output.py
- registry.py
- runs.py
- tasks.py
- telemetry.py
- __init__.py
- interpolation.py
- layered.py
- loader.py
- models.py
- scope.py
- __init__.py
- astro.py
- astro_cli.py
- base.py
- local.py
- registry.py
- __init__.py
- admin.py
- asset.py
- dag.py
- dag_run.py
- diagnostic.py
- task.py
- __init__.py
- __main__.py
- _astro_session.py
- adapter_manager.py
- astro_pat.py
- auth.py
- constants.py
- logging.py
- models.py
- plugin.py
- prompts.py
- resources.py
- server.py
- telemetry.py
- tool_annotations.py
- tool_errors.py
- utils.py
- integration_dag.py
- __init__.py
- conftest.py
- passwords.json
- test_api_endpoints.py
- test_cli_api.py
- __init__.py
- conftest.py
- test_adapter_manager.py
- test_adapters.py
- test_astro_cli.py
- test_astro_pat.py
- test_cli_api.py
- test_cli_instances.py
- test_cli_migrate.py
- test_cli_registry.py
- test_cli_runs.py
- test_config.py
- test_consolidated_tools.py
- test_discovery.py
- test_layered.py
- test_models.py
- test_plugin.py
- test_read_only.py
- test_scope.py
- test_server.py
- test_telemetry.py
- test_telemetry_middleware.py
- test_tool_annotations.py
- test_tool_errors.py
- test_utils.py
- test_version.py
- .envrc
- .gitignore
- AGENTS.md
- CLAUDE.md
- docker-compose.test.yml
- Dockerfile
- LICENSE
- Makefile
- prek.toml
- pyproject.toml
- README.md
- uv.lock
- warm-uvx-cache.sh
- api-reference.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- common-patterns.md
- discovery-warehouse.md
- __init__.py
- conftest.py
- test_duckdb_e2e.py
- test_kernel_interrupt.py
- test_postgres_e2e.py
- test_sqlite_e2e.py
- __init__.py
- conftest.py
- test_cache.py
- test_config.py
- test_connectors.py
- test_kernel.py
- test_utils.py
- test_warehouse.py
- .gitignore
- cache.py
- cli.py
- config.py
- connectors.py
- kernel.py
- pyproject.toml
- templates.py
- ty.toml
- warehouse.py
- SKILL.md
- SKILL.md
- best-practices.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- cosmos-config.md
- SKILL.md
- cosmos-config.md
- SKILL.md
- SKILL.md
- migration.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- config-changes.md
- migration-checklist.md
- migration-patterns.md
- removed-methods.md
- SKILL.md
- assets.md
- astro-deployment.md
- automation.md
- components.md
- dbt.md
- io-and-data-passing.md
- mapping.md
- partitions.md
- quickstart.md
- troubleshooting.md
- validation.md
- conftest.py
- test_inventory.py
- test_merge.py
- test_status.py
- test_validate_dag.py
- inventory.py
- pyproject.toml
- status.py
- uv.lock
- validate_dag.py
- README.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- .gitignore
- AGENTS.md
- CLAUDE.md
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- LICENSE
- prek.toml
- README.md
- SECURITY.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/astronomer/agents
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd agents
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Docker
쉬움 추천사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Docker Desktop 컨테이너를 빌드하고 실행하려면 필요합니다. 설치 후 실행해서 백그라운드에 켜두세요.
docker compose -f astro-airflow-mcp/docker-compose.test.yml up -d --build
compose 설정 파일에 정의된 서비스들을 대상으로 명령을 실행합니다.
터미널에 docker compose ps 를 입력해 컨테이너들이 Up 상태인지 확인하세요. README에 포트 번호가 적혀있다면 브라우저에서 http://localhost:포트번호 로 접속해보세요.
3. Python
쉬움사전 준비물
pip install .
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
python <실행할 파일명>.py # README에서 정확한 실행 파일명을 확인하세요
파이썬 스크립트(또는 모듈)를 실행합니다.
에러 메시지 없이 실행되고 터미널에 안내 문구가 출력되면 정상입니다.
4. Make
보통사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Make Linux/macOS는 보통 기본 설치되어 있습니다. Windows는 별도 설치(예: MSYS2, WSL)가 필요합니다.
cd astro-airflow-mcp
이 프로젝트의 관련 파일이 하위 폴더 안에 있어서, 먼저 그 폴더로 이동합니다.
make
생성된 빌드 설정을 바탕으로 실제 컴파일을 진행해 실행 파일을 만듭니다.
에러 없이 끝나면 성공입니다. 생성된 실행 파일을 직접 실행해보세요.
// repository documentation
Was this content helpful?
(0 ratings)
