-
Notifications
You must be signed in to change notification settings - Fork 29
Delete js/data-analyst-agent directory #69
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: main
Are you sure you want to change the base?
Conversation
singhk97
commented
Nov 19, 2025
- Remove the v1 agent in favor of v2.
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.
Pull Request Overview
This PR removes the v1 data analyst agent implementation in favor of the v2 version. The deletion includes all source code, configuration files, documentation, and assets associated with the v1 agent.
- Complete removal of the
js/data-analyst-agentdirectory containing the v1 implementation - Update to the main README.md to reference the v2 agent path
Reviewed Changes
Copilot reviewed 38 out of 47 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| README.md | Updated table reference from v1 agent path to v2 agent path (js/data-analyst-agent-v2) |
| js/data-analyst-agent/* | Complete deletion of v1 agent directory including all source files, configurations, documentation, assets, and infrastructure definitions |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Pull Request Overview
Copilot reviewed 39 out of 49 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Pull Request Overview
Copilot reviewed 56 out of 74 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| This sample demonstrates how to build an AI-powered data analyst agent that can be integrated into Microsoft Teams. It helps users explore and visualize data through natural language conversations and Adaptive Cards charts. | ||
|
|
||
| Check out the [LinkedIn post](https://www.linkedin.com/feed/update/urn:li:activity:7305726858308792321/) for a video of the sample in action. | ||
| This sample demonstrates how to build an AI-powered data analyst agent using **Teams SDK* that can be integrated into Microsoft Teams. This template is an updated version of the previous Data Analyst Agent built in v1 of the SDK. It leverages the latest capabilities of the Teams SDK Library to help users explore and visualize data through natural language conversations and Adaptive Cards charts. |
Copilot
AI
Nov 19, 2025
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.
There's a typo in the markdown formatting. "Teams SDK* should be "Teams SDK".