Files
copilotkit__copilotkit/pnpm-workspace.yaml
Austin Merrick 7a309fc210 feat(bot-teams): Microsoft Teams PlatformAdapter with Adaptive Cards, streamed replies, and HITL
Adds the @copilotkit/bot-teams package: a PlatformAdapter that bridges
the CopilotKit runtime to Microsoft Teams. Renders agent output as
Adaptive Cards (including native <Chart> components via bot-ui), streams
replies with a typing-indicator heartbeat, supports human-in-the-loop
confirmations, and handles inbound files via the Graph API with channel
file support.
2026-06-25 12:56:04 -07:00

28 lines
978 B
YAML

packages:
- "packages/*"
- "examples/v1/*"
- "examples/v2/*"
- "examples/v2/*/apps/*"
- "examples/v2/react/*"
- "examples/v2/vue/*"
- "examples/v2/angular/*"
- "examples/v2/react-native/*"
- "examples/v2/runtime/*"
- "examples/showcases/generative-ui-playground"
- "examples/showcases/banking"
- "examples/slack"
- "examples/teams"
- "!examples/v1/_legacy"
- "showcase/scripts"
- "showcase/harness"
- "showcase/eval-webhook"
# NOTE: `showcase/shell-dashboard` is intentionally NOT part of this
# pnpm workspace. It's a flat, standalone Next.js app that ships its
# own package-lock.json and is built with `npm ci` (see its Dockerfile).
# Including it here would force it into the pnpm lockfile, which
# breaks its independent deploy path and invalidates the npm-based
# Docker build. `showcase/scripts` IS in the workspace because the
# harness package imports from it and both use pnpm.
onlyBuiltDependencies:
- better-sqlite3