1st pass at dev instructions for getting started with the Python SDK#116
1st pass at dev instructions for getting started with the Python SDK#116rodrigobr-msft merged 3 commits intomainfrom
Conversation
rido-min
left a comment
There was a problem hiding this comment.
Should we have these instructions in the /agents repo? most of the steps are applicable to all languages
There was a problem hiding this comment.
For open source Python, I believe being agnostic to the tools and setup of the developers leads to a better experience overall. I like the idea of having a separate document or section for utilizing VSCode, but pushing it as the way to do things might lead to confusion now or later (with potentially future changes that bias more and more towards using that particular IDE). I am open to discussing this though. edit: Oops, I added my comments to the commit instead.
rodrigobr-msft
left a comment
There was a problem hiding this comment.
I added my comments to the commit instead of the PR. Adding them here.
This pull request adds a comprehensive developer setup guide in the new
DevInstructions.mdfile. The document provides step-by-step instructions for setting up the development environment, including prerequisites, environment setup, dependency installation, testing, and running local samples. It also includes instructions for setting up Dev Tunnels and creating a new agent in Azure Portal.Development environment setup:
Dev Tunnels and Azure Agent setup:
Local testing and tooling:
test_samplesfolder in VS Code.To-do items: