Skip to content

Conversation

@benbrown
Copy link
Contributor

@benbrown benbrown commented Nov 17, 2025

  • Make consistent use of agents-hosting-express and the AgentApplication
  • Update env.template files to use new configuration patterns
  • Add teams downloader to quickstart

Post-release for JS SDK we need to:

  • Update package.json files to point to released package, not preview

@github-actions github-actions bot added the Samples Changes to Samples label Nov 17, 2025
Copy link
Member

@tracyboehrer tracyboehrer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • auto-signin: I created a PR that removes the github handler from the sample
    • Not everyone has a github repo to act against (most probably don't)
    • Adding a GitHub OAuth handler is not well documented and took me a long time to figure out.
    • You decide if we want to do the same thing here. If keep, we should at least document in the README

@@ -18,8 +18,11 @@ type ApplicationTurnState = TurnState<ConversationState>
// in a cluster of Agent instances.
const storage = new MemoryStorage()

const downloader = new AttachmentDownloader()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since the downloader isn't demonstrated in this sample, should it be created here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good question! Cecilia had added this in her branch so I wanted to keep it intact but perhaps this was just for testing something. I'll check!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Samples Changes to Samples

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants