File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- # Agent 365 SDK Python Package Dependencies
1+ # Microsoft Agent 365 SDK Python Package Dependencies
22
3- This diagram shows the internal dependencies between Agent 365 SDK Python packages.
3+ This diagram shows the internal dependencies between Microsoft Agent 365 SDK Python packages.
44
55``` mermaid
66graph LR
Original file line number Diff line number Diff line change 22# Licensed under the MIT License.
33
44"""
5- Script to generate a dependency diagram for Agent 365 SDK packages.
5+ Script to generate a dependency diagram for Microsoft Agent 365 SDK packages.
66Reads pyproject.toml files and creates a Mermaid diagram showing internal package dependencies.
77"""
88
@@ -204,9 +204,9 @@ def main():
204204 # Write to markdown file
205205 output_path = repo_root / "DEPENDENCIES.md"
206206 with open (output_path , "w" , encoding = "utf-8" ) as f :
207- f .write ("# Agent 365 SDK Python Package Dependencies\n \n " )
207+ f .write ("# Microsoft Agent 365 SDK Python Package Dependencies\n \n " )
208208 f .write (
209- "This diagram shows the internal dependencies between Agent 365 SDK Python packages.\n \n "
209+ "This diagram shows the internal dependencies between Microsoft Agent 365 SDK Python packages.\n \n "
210210 )
211211 f .write (diagram )
212212 f .write ("\n \n " )
You can’t perform that action at this time.
0 commit comments