Files
copilotkit__copilotkit/examples/teams/.gitignore
Austin Merrick 1aa40c7994 feat(examples): Microsoft Teams bot example with CSV→chart, file uploads, and HITL
Adds examples/teams: a runnable Teams bot built on @copilotkit/bot-teams.
Demonstrates rendering charts from uploaded CSV files, inbound file
handling over the Graph API, and human-in-the-loop confirmation flows,
plus the Teams app manifest and packaging scripts.
2026-06-25 12:56:04 -07:00

15 lines
317 B
Plaintext

node_modules
dist
.env*
!.env.example
*.log
devTools
# Built Teams app package (rezip from manifest.json + icons)
appPackage/*.zip
# Host-specific deploy config lives in your platform's dashboard, not the repo.
# Keep a local copy here for `railway up` if you like; it won't be committed.
railway.json
railway.toml