microsoft / microsoft/Agents-for-python

Add Outlook channel support

Open
#311 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Documentation Under Investigation
Dominant language
Python
Stars
211
Forks
90
Avg merge
1d 9h
Merged PRs (30d)
20

Description

There is no example how to properly respond on requests coming from adaptive card outlook channel.

With previous SDK v4 it was relatively easy to implement ActivityHandler to make proper response from server to the outlook client.

Currently there is no outlook connector and by default authorization_agent.py tries to do http call in context.send_activity but it should just add some properly formatted response and return as json

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with authorization_agent.py and trace how context.send_activity handles requests from the Outlook adaptive card channel. Review the linked ActivityHandler reference for the expected response behavior. Done means Outlook requests receive a properly formatted JSON response without an HTTP connector call.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
api, backend-api-design
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.