-
Notifications
You must be signed in to change notification settings - Fork 120
Autogen Agent Instrumentation #1412
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: feature-autogen-instrumentation
Are you sure you want to change the base?
Autogen Agent Instrumentation #1412
Conversation
🦙 MegaLinter status:
|
Descriptor | Linter | Files | Fixed | Errors | Warnings | Elapsed time |
---|---|---|---|---|---|---|
✅ ACTION | actionlint | 6 | 0 | 0 | 0.71s | |
markdownlint | 7 | 0 | 1 | 0 | 1.11s | |
✅ MARKDOWN | markdown-link-check | 7 | 0 | 0 | 26.66s | |
✅ PYTHON | ruff | 921 | 0 | 0 | 0 | 0.86s |
✅ PYTHON | ruff-format | 921 | 0 | 0 | 0 | 0.2s |
✅ YAML | prettier | 13 | 0 | 0 | 0 | 1.15s |
✅ YAML | v8r | 13 | 0 | 0 | 9.19s | |
✅ YAML | yamllint | 13 | 0 | 0 | 0.62s |
See detailed report in MegaLinter reports
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## feature-autogen-instrumentation #1412 +/- ##
==================================================================
Coverage ? 81.46%
==================================================================
Files ? 208
Lines ? 23573
Branches ? 3722
==================================================================
Hits ? 19204
Misses ? 3105
Partials ? 1264 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For test coverage purposes it might be good to have a test for when there is not transaction present to test the early exit conditions-otherwise looks good. Beyond that I had a couple minor changes/suggestions.
This PR adds instrumentation for autogen assistant agents and teams.