agent_patterns_foundry_demo
Visual, demo-ready multi-agent orchestration patterns powered by Foundry Local and Microsoft Agent Framework. Six runnable demos with live D3.js graph animations, real-time message tracing, and event replay
파일 탐색기
- __init__.py
- agents.py
- README.md
- run.py
- topology.json
- __init__.py
- agents.py
- README.md
- run.py
- topology.json
- __init__.py
- agents.py
- README.md
- run.py
- topology.json
- __init__.py
- agents.py
- README.md
- run.py
- topology.json
- __init__.py
- agents.py
- README.md
- run.py
- topology.json
- __init__.py
- agents.py
- README.md
- run.py
- topology.json
- __init__.py
- agents.py
- README.md
- run.py
- topology.json
- __init__.py
- architecture.md
- demo-day-checklist.md
- walkthrough.md
- 01_launcher.png
- 02_model_settings_foundry_local.png
- 03_maker_checker_dashboard.png
- 03_model_settings_azure_foundry.png
- 04_hierarchical_research_dashboard.png
- 04_maker_checker_dashboard.png
- 05_handoff_support_dashboard.png
- 05_hierarchical_research_dashboard.png
- 06_handoff_support_dashboard.png
- 06_network_brainstorm_dashboard.png
- 07_network_brainstorm_dashboard.png
- 07_supervisor_router_dashboard.png
- 08_supervisor_router_dashboard.png
- 08_swarm_auditor_dashboard.png
- 09_swarm_auditor_dashboard.png
- 10_magentic_one_dashboard.png
- 11_launcher_final.png
- __init__.py
- event_bus.py
- event_types.py
- __init__.py
- agent_wrapper.py
- foundry_client.py
- model_config.py
- orchestrations.py
- dashboard.html
- dashboard.js
- graph.js
- index.html
- launcher.html
- standalone.js
- stream.js
- styles.css
- timeline.js
- __init__.py
- server.py
- __init__.py
- __init__.py
- test_api.py
- test_demos.py
- test_event_bus.py
- test_model_config.py
- test_topology.py
- .env.example
- .gitignore
- agents.md
- app.py
- blog_post.md
- capture_screenshots.py
- CHANGELOG.md
- CONTRIBUTING.md
- LICENSE
- README.md
- requirements.txt
- SECURITY.md
- setup.ps1
- setup.sh
- start.ps1
- start.sh
- validate_demos.py
- validate_output.txt
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
명령어 용어집
이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.
pip install
설명 보기 ▼
pip install
Install Python packages.
pip install {{package1 package2 ...}}
Install one or more packages:
pip install {{package1 package2 ...}} {{[-U|--upgrade]}}
Upgrade all specified packages to the latest version, installing any that are not already present:
pip install {{package}}=={{version}}
Install a specific version of a package:
pip list
설명 보기 ▼
pip list
List installed Python packages.
pip list
List installed packages:
pip list {{[-o|--outdated]}}
List outdated packages that can be upgraded:
pip list {{[-u|--uptodate]}}
List up-to-date packages:
python
설명 보기 ▼
python
Python 언어 인터프리터.
더 많은 정보: <https://docs.python.org/using/cmdline.html>.
python
REPL(대화형 셸) 시작:
python {{path/to/file.py}}
특정 Python 파일 실행:
python -i {{path/to/file.py}}
특정 Python 파일 실행 후 REPL 시작:
winget
설명 보기 ▼
winget
윈도우 패키지 매니저.
더 많은 정보: <https://learn.microsoft.com/windows/package-manager/winget>.
winget {{[add|install]}} {{package}}
패키지 설치:
winget {{[rm|uninstall]}} {{package}}
패키지 제거 (참고: `remove` 대신 `uninstall` 을 사용할 수 있음):
winget show {{package}}
패키지에 대한 정보 표시:
