Commit fc22aae
Fix "Agent365" references to be "Agent 365" instead (#51)
* Revise HOW_TO_SET_A_VERSION for Microsoft Agent 365
Updated the document to reflect the Microsoft branding for the Agent 365 Python SDK and made minor formatting adjustments.
* Fix docstring casing for agent365 exporter check
* Fix typo in Agent365Exporter class docstring
* Update module docstring and copyright notice
* Refactor docstring and comments in setup_utils.py
Updated the module docstring and improved comments for clarity.
* Update comment to reflect Microsoft branding
* Update SDK name in __init__.py comment
* Fix comment formatting in tracer_instrumentor.py
* Update comment for Microsoft Agent 365 SDK
* Update references from Agent365 to Microsoft Agent 365
* Update error message for telemetry configuration
* Update error message for telemetry configuration
* Update documentation for Agent 365 Telemetry Solution
* Update test description for Agent365 SDK
* Restore copyright and license headers in conftest.py
* Refactor test_wrapper_langchain.py with updates
* Update comments to reflect Microsoft Agent 365
* Update Agent365 config description for clarity
* Update documentation for Microsoft Agent 365 SDK
* Refactor test_execute_tool_scope.py for clarity
* Update comment to specify Microsoft Agent 365
* Update print statement for test alignment message
* Reformat test_invoke_agent_scope.py with consistent style
* Update comment to reflect correct service name
* Refactor test_wrapper_semantic_kernel.py structure
* Update copyright notice in integration tests
* Update integration test header for Agent 365 SDK
* Fix formatting
---------
Co-authored-by: Johan Broberg <johanb@microsoft.com>1 parent 5a91e95 commit fc22aae
File tree
27 files changed
+49
-46
lines changed- libraries
- microsoft-agents-a365-observability-core/microsoft_agents_a365/observability/core
- exporters
- middleware
- microsoft-agents-a365-observability-extensions-agentframework/microsoft_agents_a365/observability/extensions/agentframework
- microsoft-agents-a365-observability-extensions-langchain/microsoft_agents_a365/observability/extensions/langchain
- microsoft-agents-a365-observability-extensions-openai/microsoft_agents_a365/observability/extensions/openai
- microsoft-agents-a365-observability-extensions-semantickernel/microsoft_agents_a365/observability/extensions/semantickernel
- microsoft-agents-a365-runtime/microsoft_agents_a365/runtime
- tests
- observability
- core
- extensions
- agentframework/integration
- langchain
- openai
- integration
- semantickernel
- versioning/helper
27 files changed
+49
-46
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
381 | 381 | | |
382 | 382 | | |
383 | 383 | | |
| 384 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
| 25 | + | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments