Closed
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR adds a console echo agent sample for the Agents SDK, demonstrating how to implement a simple conversational flow from the console window. The sample includes a complete Node.js project that uses a custom ConsoleAdapter to enable bot interaction directly from the terminal.
- Complete console-based agent implementation with TypeScript configuration
- Custom
ConsoleAdapterthat extendsCloudAdapterfor terminal-based interaction - Simple
DialogAgentthat echoes user messages and responds to quit commands
Reviewed Changes
Copilot reviewed 6 out of 7 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| tsconfig.json | TypeScript configuration for the sample project |
| src/index.ts | Main entry point that sets up the console adapter and dialog agent |
| src/dialogAgent.ts | Bot logic handler that echoes messages and handles quit command |
| src/consoleAdapter.ts | Custom adapter implementation for console-based bot interaction |
| package.json | Project dependencies and build configuration |
| README.md | Documentation explaining how to run and test the sample |
Files not reviewed (1)
- samples/compat/console-echo/nodejs/package-lock.json: Language not supported
…sync handling in index.ts
Member
|
#242 is reorganizing the sample structure. This PR will not fit in the new organization since there will be no |
Member
|
@stevkan Give us a day here and then please pick up the new structure and remap your sample in.. |
Member
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.
No description provided.