mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
1aa40c7994
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.
15 lines
317 B
Plaintext
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
|