microsoft / microsoft/Agents-for-python
Add Outlook channel support
Nobody has claimed this yet.
- 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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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