Skip to content

Conversation

@pontemonti
Copy link
Contributor

No description provided.

@pontemonti pontemonti requested a review from a team as a code owner December 3, 2025 17:03
Copilot AI review requested due to automatic review settings December 3, 2025 17:03
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds a Python script to automatically generate a dependency diagram for the Agent 365 SDK packages, along with the generated Mermaid diagram documentation. The script analyzes the workspace's pyproject.toml files to extract internal package dependencies and visualizes them with color-coded package types.

Key changes:

  • Script that reads uv workspace configuration and parses pyproject.toml files to extract dependency relationships
  • Generates a Mermaid diagram showing internal package dependencies with color-coded categories (Notifications, Runtime, Observability, Tooling, and their extensions)
  • Creates DEPENDENCIES.md documentation with the visual diagram and package type legend

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.

File Description
generate_dependency_diagram.py New script to parse workspace packages and generate Mermaid dependency diagram with proper copyright header and type hints
DEPENDENCIES.md Generated documentation file containing the dependency diagram showing relationships between 12 Agent 365 SDK packages

Johan Broberg and others added 2 commits December 3, 2025 09:10
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Copy link
Contributor

Copilot AI commented Dec 3, 2025

@pontemonti I've opened a new pull request, #81, to work on those changes. Once the pull request is ready, I'll request review from you.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.

* Initial plan

* Optimize file I/O by caching pyproject data during first pass

Co-authored-by: pontemonti <7850950+pontemonti@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: pontemonti <7850950+pontemonti@users.noreply.github.com>
Copy link
Contributor

Copilot AI commented Dec 3, 2025

@pontemonti I've opened a new pull request, #82, to work on those changes. Once the pull request is ready, I'll request review from you.

* Initial plan

* Use regex for parsing dependency version specifiers

Co-authored-by: pontemonti <7850950+pontemonti@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: pontemonti <7850950+pontemonti@users.noreply.github.com>
Copilot AI review requested due to automatic review settings December 3, 2025 17:28
@pontemonti pontemonti enabled auto-merge (squash) December 3, 2025 17:32
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

@pontemonti pontemonti merged commit a33e81a into main Dec 4, 2025
8 checks passed
@pontemonti pontemonti deleted the users/johanb/Dependencies branch December 4, 2025 06:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants