chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 12:58:18 +08:00
commit 6d5d58c1a9
18293 changed files with 3502153 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
# Required: the bot runs a CopilotKit BuiltInAgent and exits without this.
OPENAI_API_KEY=
# Optional: defaults to openai/gpt-5.5.
# OPENAI_MODEL=
# The Microsoft 365 Agents Playground connects to the bot anonymously, so NO
# Microsoft credentials are needed for local development. Just run `pnpm start`.
# Port for the bot's POST /api/messages endpoint (the Playground default).
PORT=3978
# --- Only needed to talk to REAL Microsoft Teams via Azure Bot Service ---
# (lowercase names: the M365 Agents SDK reads these via loadAuthConfigFromEnv)
# clientId=
# clientSecret=
# tenantId=