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
File Explorer
- __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
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
pip install
View Details ▼
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
View Details ▼
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
View Details ▼
python
Python language interpreter.
python
Start a REPL (interactive shell):
python {{path/to/file.py}}
Execute a specific Python file:
python -i {{path/to/file.py}}
Execute a specific Python file and start a REPL:
winget
View Details ▼
winget
Windows Package Manager.
winget {{[add|install]}} {{package}}
Install a package (use `--source` when package is available from multiple sources):
winget {{[rm|uninstall]}} {{package}}
Remove a package (Note: `remove` can also be used instead of `uninstall`):
winget show {{package}}
Display information about a package:
