Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file added examples/ai-test/appPackage/apppackage.zip
Binary file not shown.
59 changes: 59 additions & 0 deletions examples/ai-test/appPackage/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/teams/v1.20/MicrosoftTeams.schema.json",
"version": "1.0.0",
"manifestVersion": "1.20",
"id": "${{TEAMS_APP_ID}}",
"name": {
"short": "ai-test",
"full": "ai-test"
},
"developer": {
"name": "Microsoft",
"mpnId": "",
"websiteUrl": "https://microsoft.com",
"privacyUrl": "https://privacy.microsoft.com/privacystatement",
"termsOfUseUrl": "https://www.microsoft.com/legal/terms-of-use"
},
"description": {
"short": "ai-test-desc",
"full": "ai-test-desc"
},
"icons": {
"outline": "outline.png",
"color": "color.png"
},
"accentColor": "#FFFFFF",
"staticTabs": [
{
"entityId": "conversations",
"scopes": ["personal"]
},
{
"entityId": "about",
"scopes": ["personal"]
}
],
"bots": [
{
"botId": "${{BOT_ID}}",
"scopes": ["personal", "team", "groupChat"],
"isNotificationOnly": false,
"supportsCalling": false,
"supportsVideo": false,
"supportsFiles": false
}
],
"copilotAgents": {
"customEngineAgents": [
{
"type": "bot",
"id": "${{BOT_ID}}"
}
]
},
"validDomains": ["${{BOT_DOMAIN}}", "*.botframework.com"],
"webApplicationInfo": {
"id": "${{BOT_ID}}",
"resource": "api://botid-${{BOT_ID}}"
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"microsoft-teams-a2a" = { workspace = true }

[tool.uv.workspace]
members = ["packages/*", "tests/*"]
members = ["packages/*", "examples/*"]

[build-system]
requires = ["hatchling"]
Expand Down
4 changes: 2 additions & 2 deletions pyrightconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"include": [
"packages/**/src/**/*.py",
"tests/**/src/**/*.py"
"examples/**/src/**/*.py"
],
"venv": ".venv",
"venvPath": ".",
Expand All @@ -25,4 +25,4 @@
"reportIncompatibleMethodOverride": "none"
}
]
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"test_app_name": "test-app-name",
"example_app_name": "example-app-name",
"project_short_description": "app description",
"version": "0.1.0"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion tests/tab/Web/.env

This file was deleted.

24 changes: 12 additions & 12 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.