Skip to content

Instantly share code, notes, and snippets.

@heyitsaamir
heyitsaamir / README.md
Last active September 11, 2025 10:37
Running Teams AI Library without ATK

Teams App Development Workflow (Without ATK Extension)

This guide explains how to run Teams apps using the Teams AI Library without relying on the ATK VS Code extension, using custom shell functions for a more controlled development experience.

Overview

Instead of using the ATK VS Code extension (which recreates devtunnels on every launch), this approach uses a long-living devtunnel and custom functions to streamline the development process.

Prerequisites