Skip to content

Commit 1557a2a

Browse files
Merge pull request #4 from Actual-Reality/cursor/plan-m365-agents-sdk-integration-909b
feat: Implement Teams specific handlers and adapters
2 parents 0387c9a + e7116f0 commit 1557a2a

15 files changed

+2656
-65
lines changed

agents/.env.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ AZURE_CLIENT_SECRET=your_client_secret
1414
BACKEND_URL=http://localhost:50505
1515

1616
# Agent Settings
17-
AGENT_NAME=RAG Assistant
18-
AGENT_DESCRIPTION=AI-powered document search and chat assistant
17+
AGENT_NAME=Structural Engineering Assistant
18+
AGENT_DESCRIPTION=AI-powered structural engineering document search and analysis assistant
1919
MAX_CONVERSATION_TURNS=20
2020
ENABLE_TYPING_INDICATOR=true
2121

agents/.env.test

Lines changed: 2 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,8 @@
1-
# Test configuration for backend integration
2-
# Copy this file to .env for testing
3-
4-
# Bot Framework Configuration (dummy values for testing)
51
MICROSOFT_APP_ID=test-app-id
62
MICROSOFT_APP_PASSWORD=test-app-password
7-
8-
# Microsoft 365 Configuration (dummy values for testing)
93
AZURE_TENANT_ID=test-tenant-id
104
AZURE_CLIENT_ID=test-client-id
115
AZURE_CLIENT_SECRET=test-client-secret
12-
13-
# Backend API Configuration
146
BACKEND_URL=http://localhost:50505
15-
16-
# Agent Settings
17-
AGENT_NAME=RAG Assistant
18-
AGENT_DESCRIPTION=AI-powered document search and chat assistant
19-
MAX_CONVERSATION_TURNS=20
20-
ENABLE_TYPING_INDICATOR=true
21-
22-
# Channel Settings
23-
ENABLE_TEAMS=true
24-
ENABLE_COPILOT=true
25-
ENABLE_WEB_CHAT=true
26-
27-
# Server Configuration
28-
HOST=0.0.0.0
29-
PORT=8000
30-
LOG_LEVEL=INFO
7+
AGENT_NAME=Structural Engineering Assistant
8+
AGENT_DESCRIPTION=AI-powered structural engineering document search and analysis assistant

0 commit comments

Comments
 (0)