Update Readme's#44
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This pull request significantly restructures and streamlines the README documentation across multiple packages in the Microsoft Agents A365 SDK. The changes transform verbose, detailed package documentation into concise, user-friendly quickstart guides with consistent formatting and structure.
- Standardized documentation format with npm badges, installation instructions, and basic usage examples across all packages
- Consolidated detailed documentation into cleaner, more accessible formats focused on getting started quickly
- Updated the main repository README to provide clearer project structure, build instructions, and comprehensive navigation links
Reviewed Changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| packages/agents-a365-tooling/README.md | Simplified from detailed configuration guide to concise quickstart with tool server discovery examples |
| packages/agents-a365-tooling-extensions-openai/README.md | Reduced from comprehensive guide to streamlined basic usage examples for OpenAI integration |
| packages/agents-a365-tooling-extensions-langchain/README.md | Condensed to essential setup and usage examples for LangChain integration with syntax error in code example |
| packages/agents-a365-tooling-extensions-claude/README.md | Streamlined to core usage patterns for Claude SDK integration |
| packages/agents-a365-runtime/README.md | Enhanced with practical usage examples for authentication and API discovery services, contains markdown formatting errors |
| packages/agents-a365-observability/README.md | Simplified from extensive feature documentation to essential observability setup and span creation examples |
| packages/agents-a365-observability-extensions-openai/README.md | Reduced to concise instrumentation setup guide with duplicate import statement |
| packages/agents-a365-notifications/README.md | Condensed to essential notification handling patterns and email-specific examples |
| README.md | Comprehensive rewrite with enhanced project structure, build instructions, and navigation links to related resources |
pontemonti
reviewed
Nov 10, 2025
pontemonti
reviewed
Nov 10, 2025
pontemonti
reviewed
Nov 10, 2025
pontemonti
reviewed
Nov 10, 2025
JimDaly
requested changes
Nov 10, 2025
JimDaly
left a comment
Member
There was a problem hiding this comment.
Let's verify that all the usage examples are in the docs and remove them from these README files.
pontemonti
reviewed
Nov 10, 2025
pontemonti
reviewed
Nov 10, 2025
pontemonti
reviewed
Nov 10, 2025
pontemonti
reviewed
Nov 10, 2025
pontemonti
reviewed
Nov 10, 2025
pontemonti
reviewed
Nov 10, 2025
pontemonti
reviewed
Nov 10, 2025
pontemonti
reviewed
Nov 10, 2025
pontemonti
reviewed
Nov 10, 2025
pontemonti
reviewed
Nov 10, 2025
pontemonti
reviewed
Nov 10, 2025
pontemonti
reviewed
Nov 10, 2025
pontemonti
reviewed
Nov 10, 2025
pontemonti
reviewed
Nov 10, 2025
pontemonti
reviewed
Nov 10, 2025
…thub.com/microsoft/Agent365-nodejs into users/mrunalhirve/AddReadMeForProjectsJs
JesuTerraz
previously approved these changes
Nov 13, 2025
pontemonti
reviewed
Nov 13, 2025
pontemonti
reviewed
Nov 13, 2025
pontemonti
previously approved these changes
Nov 13, 2025
mrunalhirve128
dismissed stale reviews from pontemonti and JesuTerraz
via
November 13, 2025 04:11
7e8e996
pontemonti
approved these changes
Nov 13, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update Readme's