dexto 1.0.1 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (166) hide show
  1. package/README.md +14 -12
  2. package/agents/agent-registry.json +53 -0
  3. package/agents/database-agent/README.md +35 -0
  4. package/agents/database-agent/data/example.db +0 -0
  5. package/agents/database-agent/database-agent-example.sql +98 -0
  6. package/agents/database-agent/database-agent.yml +116 -0
  7. package/agents/database-agent/setup-database.sh +64 -0
  8. package/agents/{agent.yml → default-agent.yml} +1 -1
  9. package/agents/image-editor-agent/Lenna.webp +0 -0
  10. package/agents/image-editor-agent/README.md +435 -0
  11. package/agents/image-editor-agent/image-editor-agent.yml +45 -0
  12. package/agents/music-agent/README.md +294 -0
  13. package/agents/music-agent/music-agent.yml +43 -0
  14. package/agents/product-name-researcher/README.md +98 -0
  15. package/agents/product-name-researcher/product-name-researcher.yml +161 -0
  16. package/agents/talk2pdf-agent/README.md +166 -0
  17. package/agents/talk2pdf-agent/talk2pdf-agent.yml +42 -0
  18. package/agents/triage-demo/README.md +337 -0
  19. package/agents/triage-demo/billing-agent.yml +76 -0
  20. package/agents/triage-demo/docs/billing-policies.md +246 -0
  21. package/agents/triage-demo/docs/company-overview.md +94 -0
  22. package/agents/triage-demo/docs/escalation-policies.md +301 -0
  23. package/agents/triage-demo/docs/product-features.md +253 -0
  24. package/agents/triage-demo/docs/technical-documentation.md +226 -0
  25. package/agents/triage-demo/escalation-agent.yml +82 -0
  26. package/agents/triage-demo/product-info-agent.yml +86 -0
  27. package/agents/triage-demo/technical-support-agent.yml +71 -0
  28. package/agents/triage-demo/test-scenarios.md +209 -0
  29. package/agents/triage-demo/triage-agent.yml +172 -0
  30. package/dist/src/app/{chunk-M4OZIDPC.js → chunk-CLDYRNV6.js} +7241 -5753
  31. package/dist/src/app/chunk-DYNVXGAH.js +137 -0
  32. package/dist/src/app/chunk-PW2PHCHR.js +83 -0
  33. package/dist/src/app/chunk-R4Q522DR.js +205 -0
  34. package/dist/src/app/chunk-UXCBS3TR.js +281 -0
  35. package/dist/src/app/chunk-X6LEX724.js +108 -0
  36. package/dist/src/app/chunk-Y33BS5SA.js +39 -0
  37. package/dist/src/app/{cli-confirmation-handler-2APQRKHG.js → cli-confirmation-handler-GJHPLGOL.js} +4 -1
  38. package/dist/src/app/errors-5MNETGOV.js +8 -0
  39. package/dist/src/app/index.js +2184 -612
  40. package/dist/src/app/loader-EFMKWNNQ.js +20 -0
  41. package/dist/src/app/path-7FT4SZMO.js +23 -0
  42. package/dist/src/app/{postgres-backend-7HVVW3RL.js → postgres-backend-U5MIIMUY.js} +12 -1
  43. package/dist/src/app/{redis-backend-2YBZSSSV.js → redis-backend-NGI67ILT.js} +38 -9
  44. package/dist/src/app/registry-RALMVM3P.js +14 -0
  45. package/dist/src/app/sqlite-backend-752UUBD4.js +245 -0
  46. package/dist/src/app/webui/.next/standalone/.next/BUILD_ID +1 -1
  47. package/dist/src/app/webui/.next/standalone/.next/app-build-manifest.json +20 -21
  48. package/dist/src/app/webui/.next/standalone/.next/app-path-routes-manifest.json +0 -1
  49. package/dist/src/app/webui/.next/standalone/.next/build-manifest.json +4 -4
  50. package/dist/src/app/webui/.next/standalone/.next/prerender-manifest.json +4 -82
  51. package/dist/src/app/webui/.next/standalone/.next/required-server-files.json +2 -3
  52. package/dist/src/app/webui/.next/standalone/.next/routes-manifest.json +0 -6
  53. package/dist/src/app/webui/.next/standalone/.next/server/app/_not-found/page.js +1 -1
  54. package/dist/src/app/webui/.next/standalone/.next/server/app/_not-found/page.js.nft.json +1 -1
  55. package/dist/src/app/webui/.next/standalone/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  56. package/dist/src/app/webui/.next/standalone/.next/server/app/page.js +7 -3
  57. package/dist/src/app/webui/.next/standalone/.next/server/app/page.js.nft.json +1 -1
  58. package/dist/src/app/webui/.next/standalone/.next/server/app/page_client-reference-manifest.js +1 -1
  59. package/dist/src/app/webui/.next/standalone/.next/server/app/playground/page.js +8 -8
  60. package/dist/src/app/webui/.next/standalone/.next/server/app/playground/page.js.nft.json +1 -1
  61. package/dist/src/app/webui/.next/standalone/.next/server/app/playground/page_client-reference-manifest.js +1 -1
  62. package/dist/src/app/webui/.next/standalone/.next/server/app-paths-manifest.json +0 -1
  63. package/dist/src/app/webui/.next/standalone/.next/server/chunks/176.js +1 -0
  64. package/dist/src/app/webui/.next/standalone/.next/server/chunks/195.js +24 -0
  65. package/dist/src/app/webui/.next/standalone/.next/server/chunks/620.js +1 -0
  66. package/dist/src/app/webui/.next/standalone/.next/server/chunks/80.js +5 -0
  67. package/dist/src/app/webui/.next/standalone/.next/server/middleware-build-manifest.js +1 -1
  68. package/dist/src/app/webui/.next/standalone/.next/server/pages/500.html +1 -1
  69. package/dist/src/app/webui/.next/standalone/.next/server/pages-manifest.json +1 -2
  70. package/dist/src/app/webui/.next/standalone/.next/server/server-reference-manifest.json +1 -1
  71. package/dist/src/app/webui/.next/standalone/.next/server/webpack-runtime.js +1 -1
  72. package/dist/src/app/webui/.next/standalone/.next/static/chunks/190-b897ef36fde616bf.js +1 -0
  73. package/dist/src/app/webui/.next/standalone/.next/static/chunks/487-a77054bd2c64c79c.js +1 -0
  74. package/dist/src/app/webui/.next/standalone/.next/static/chunks/588-dbe47a44489742dd.js +1 -0
  75. package/dist/src/app/webui/.next/standalone/.next/static/chunks/62-35030b5cb176bd7b.js +1 -0
  76. package/dist/src/app/webui/.next/standalone/.next/static/chunks/app/layout-91c0cb9eb1ee327a.js +1 -0
  77. package/dist/src/app/webui/.next/standalone/.next/static/chunks/app/page-3279aaf14db87f45.js +1 -0
  78. package/dist/src/app/webui/.next/standalone/.next/static/chunks/app/playground/page-200aad53af9ca53f.js +1 -0
  79. package/dist/src/app/webui/.next/standalone/.next/static/css/af71306827be150e.css +3 -0
  80. package/dist/src/app/webui/.next/standalone/.next/static/tpCURR82LyyGfdALJ4Qvl/_buildManifest.js +1 -0
  81. package/dist/src/app/webui/.next/standalone/package.json +4 -3
  82. package/dist/src/app/webui/.next/standalone/public/favicon2.ico +0 -0
  83. package/dist/src/app/webui/.next/standalone/public/logo.svg +1 -0
  84. package/dist/src/app/webui/.next/standalone/public/logo_no_text.png +0 -0
  85. package/dist/src/app/webui/.next/standalone/server.js +1 -1
  86. package/dist/src/app/webui/.next/static/chunks/190-b897ef36fde616bf.js +1 -0
  87. package/dist/src/app/webui/.next/static/chunks/487-a77054bd2c64c79c.js +1 -0
  88. package/dist/src/app/webui/.next/static/chunks/588-dbe47a44489742dd.js +1 -0
  89. package/dist/src/app/webui/.next/static/chunks/62-35030b5cb176bd7b.js +1 -0
  90. package/dist/src/app/webui/.next/static/chunks/app/layout-91c0cb9eb1ee327a.js +1 -0
  91. package/dist/src/app/webui/.next/static/chunks/app/page-3279aaf14db87f45.js +1 -0
  92. package/dist/src/app/webui/.next/static/chunks/app/playground/page-200aad53af9ca53f.js +1 -0
  93. package/dist/src/app/webui/.next/static/css/af71306827be150e.css +3 -0
  94. package/dist/src/app/webui/.next/static/tpCURR82LyyGfdALJ4Qvl/_buildManifest.js +1 -0
  95. package/dist/src/app/webui/package.json +4 -3
  96. package/dist/src/app/webui/public/favicon2.ico +0 -0
  97. package/dist/src/app/webui/public/logo.svg +1 -0
  98. package/dist/src/app/webui/public/logo_no_text.png +0 -0
  99. package/dist/src/core/chunk-7A6NQKQ3.js +193 -0
  100. package/dist/src/core/chunk-CZIXQNMZ.js +12191 -0
  101. package/dist/src/core/index.cjs +10601 -8012
  102. package/dist/src/core/index.d.cts +4356 -3907
  103. package/dist/src/core/index.d.ts +4356 -3907
  104. package/dist/src/core/index.js +117 -8396
  105. package/dist/src/core/{postgres-backend-ERZ6DP76.js → postgres-backend-LOLKTD2T.js} +9 -2
  106. package/dist/src/core/{redis-backend-46O7Y44C.js → redis-backend-APZ576PJ.js} +35 -10
  107. package/dist/src/core/sqlite-backend-KQ75DPR7.js +245 -0
  108. package/package.json +20 -12
  109. package/dist/src/app/chunk-O5YHNFMH.js +0 -435
  110. package/dist/src/app/interactive-api-key-setup-V3GAACLN.js +0 -269
  111. package/dist/src/app/sqlite-backend-KIJZ5IP3.js +0 -180
  112. package/dist/src/app/webui/.next/standalone/.next/server/app/_not-found.html +0 -1
  113. package/dist/src/app/webui/.next/standalone/.next/server/app/_not-found.meta +0 -8
  114. package/dist/src/app/webui/.next/standalone/.next/server/app/_not-found.rsc +0 -21
  115. package/dist/src/app/webui/.next/standalone/.next/server/app/favicon.ico/route.js +0 -1
  116. package/dist/src/app/webui/.next/standalone/.next/server/app/favicon.ico/route.js.nft.json +0 -1
  117. package/dist/src/app/webui/.next/standalone/.next/server/app/favicon.ico.body +0 -0
  118. package/dist/src/app/webui/.next/standalone/.next/server/app/favicon.ico.meta +0 -1
  119. package/dist/src/app/webui/.next/standalone/.next/server/app/index.html +0 -1
  120. package/dist/src/app/webui/.next/standalone/.next/server/app/index.meta +0 -7
  121. package/dist/src/app/webui/.next/standalone/.next/server/app/index.rsc +0 -22
  122. package/dist/src/app/webui/.next/standalone/.next/server/app/playground.html +0 -1
  123. package/dist/src/app/webui/.next/standalone/.next/server/app/playground.meta +0 -7
  124. package/dist/src/app/webui/.next/standalone/.next/server/app/playground.rsc +0 -25
  125. package/dist/src/app/webui/.next/standalone/.next/server/chunks/447.js +0 -20
  126. package/dist/src/app/webui/.next/standalone/.next/server/chunks/504.js +0 -1
  127. package/dist/src/app/webui/.next/standalone/.next/server/chunks/54.js +0 -5
  128. package/dist/src/app/webui/.next/standalone/.next/server/chunks/624.js +0 -1
  129. package/dist/src/app/webui/.next/standalone/.next/server/chunks/985.js +0 -5
  130. package/dist/src/app/webui/.next/standalone/.next/server/pages/404.html +0 -1
  131. package/dist/src/app/webui/.next/standalone/.next/static/H-71qcBOOk528tDEa_ldn/_buildManifest.js +0 -1
  132. package/dist/src/app/webui/.next/standalone/.next/static/chunks/125-9b34ec01f112cdb2.js +0 -1
  133. package/dist/src/app/webui/.next/standalone/.next/static/chunks/487-c6ea8b63ca68db1c.js +0 -1
  134. package/dist/src/app/webui/.next/standalone/.next/static/chunks/588-20dc7f3a8664c387.js +0 -1
  135. package/dist/src/app/webui/.next/standalone/.next/static/chunks/687-3e614f30982093f6.js +0 -1
  136. package/dist/src/app/webui/.next/standalone/.next/static/chunks/879-cf875984faa0b72f.js +0 -1
  137. package/dist/src/app/webui/.next/standalone/.next/static/chunks/app/layout-ed56660b7ecaf47b.js +0 -1
  138. package/dist/src/app/webui/.next/standalone/.next/static/chunks/app/page-b05580de36ce0e36.js +0 -1
  139. package/dist/src/app/webui/.next/standalone/.next/static/chunks/app/playground/page-ac5443cddbe824aa.js +0 -1
  140. package/dist/src/app/webui/.next/standalone/.next/static/css/d44f09bc2605dc76.css +0 -3
  141. package/dist/src/app/webui/.next/standalone/node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js +0 -19
  142. package/dist/src/app/webui/.next/standalone/public/favicon.svg +0 -26
  143. package/dist/src/app/webui/.next/standalone/public/logo.png +0 -0
  144. package/dist/src/app/webui/.next/static/H-71qcBOOk528tDEa_ldn/_buildManifest.js +0 -1
  145. package/dist/src/app/webui/.next/static/chunks/125-9b34ec01f112cdb2.js +0 -1
  146. package/dist/src/app/webui/.next/static/chunks/487-c6ea8b63ca68db1c.js +0 -1
  147. package/dist/src/app/webui/.next/static/chunks/588-20dc7f3a8664c387.js +0 -1
  148. package/dist/src/app/webui/.next/static/chunks/687-3e614f30982093f6.js +0 -1
  149. package/dist/src/app/webui/.next/static/chunks/879-cf875984faa0b72f.js +0 -1
  150. package/dist/src/app/webui/.next/static/chunks/app/layout-ed56660b7ecaf47b.js +0 -1
  151. package/dist/src/app/webui/.next/static/chunks/app/page-b05580de36ce0e36.js +0 -1
  152. package/dist/src/app/webui/.next/static/chunks/app/playground/page-ac5443cddbe824aa.js +0 -1
  153. package/dist/src/app/webui/.next/static/css/d44f09bc2605dc76.css +0 -3
  154. package/dist/src/app/webui/public/favicon.svg +0 -26
  155. package/dist/src/app/webui/public/logo.png +0 -0
  156. package/dist/src/core/chunk-BGO5B3L4.js +0 -2124
  157. package/dist/src/core/chunk-BYHW25EA.js +0 -41
  158. package/dist/src/core/sqlite-backend-RKK4WBHE.js +0 -184
  159. /package/dist/src/app/webui/.next/standalone/.next/static/chunks/{4bd1b696-2df85d4b3b58aed5.js → 4bd1b696-c95fa02060335229.js} +0 -0
  160. /package/dist/src/app/webui/.next/standalone/.next/static/chunks/{684-058c08971e023037.js → 684-2e7175657246b549.js} +0 -0
  161. /package/dist/src/app/webui/.next/standalone/.next/static/chunks/app/_not-found/{page-7b137d85f9de4771.js → page-b63df5a8d3225455.js} +0 -0
  162. /package/dist/src/app/webui/.next/standalone/.next/static/{H-71qcBOOk528tDEa_ldn → tpCURR82LyyGfdALJ4Qvl}/_ssgManifest.js +0 -0
  163. /package/dist/src/app/webui/.next/static/chunks/{4bd1b696-2df85d4b3b58aed5.js → 4bd1b696-c95fa02060335229.js} +0 -0
  164. /package/dist/src/app/webui/.next/static/chunks/{684-058c08971e023037.js → 684-2e7175657246b549.js} +0 -0
  165. /package/dist/src/app/webui/.next/static/chunks/app/_not-found/{page-7b137d85f9de4771.js → page-b63df5a8d3225455.js} +0 -0
  166. /package/dist/src/app/webui/.next/static/{H-71qcBOOk528tDEa_ldn → tpCURR82LyyGfdALJ4Qvl}/_ssgManifest.js +0 -0
@@ -0,0 +1,253 @@
1
+ # TeamFlow Product Features & Information
2
+
3
+ ## Core Platform Features
4
+
5
+ ### Project Management
6
+
7
+ #### Task Management
8
+ - **Create & Organize**: Unlimited task creation with custom categories and tags
9
+ - **Task Dependencies**: Link tasks with predecessor/successor relationships
10
+ - **Subtasks**: Break down complex tasks into manageable subtasks (up to 5 levels deep)
11
+ - **Priority Levels**: Critical, High, Medium, Low priority with visual indicators
12
+ - **Due Dates**: Set deadlines with automatic reminders and escalation
13
+ - **Custom Fields**: Add custom properties (text, numbers, dates, dropdowns, checkboxes)
14
+ - **Task Templates**: Save and reuse common task structures
15
+
16
+ #### Project Views
17
+ - **Kanban Boards**: Drag-and-drop task management with customizable columns
18
+ - **Gantt Charts**: Timeline view with critical path analysis (Pro/Enterprise)
19
+ - **List View**: Traditional task list with sorting and filtering
20
+ - **Calendar View**: Tasks and deadlines in calendar format
21
+ - **Dashboard View**: Project overview with progress metrics and team activity
22
+
23
+ #### Collaboration Tools
24
+ - **Comments**: Real-time commenting on tasks and projects with @mentions
25
+ - **File Attachments**: Attach files directly to tasks with version control
26
+ - **Activity Feed**: Real-time updates on project activity
27
+ - **Team Chat**: Built-in messaging with project-specific channels
28
+ - **Screen Sharing**: Integrated video conferencing for remote teams (Pro/Enterprise)
29
+
30
+ ### Time Tracking & Reporting
31
+
32
+ #### Time Tracking
33
+ - **Manual Entry**: Log time spent on tasks manually
34
+ - **Timer Integration**: Start/stop timers directly from tasks
35
+ - **Automatic Tracking**: AI-powered time detection based on activity (Pro/Enterprise)
36
+ - **Time Approval**: Manager approval workflow for billable hours
37
+ - **Offline Tracking**: Mobile app continues tracking without internet connection
38
+
39
+ #### Reporting & Analytics
40
+ - **Project Reports**: Progress, budget, and timeline analysis
41
+ - **Team Performance**: Individual and team productivity metrics
42
+ - **Time Reports**: Detailed time tracking and billing reports
43
+ - **Custom Dashboards**: Build personalized views with key metrics
44
+ - **Export Options**: PDF, Excel, CSV export for all reports
45
+
46
+ ### Storage & File Management
47
+
48
+ #### File Storage
49
+ - **Basic Plan**: 5GB total storage per team
50
+ - **Pro Plan**: 100GB total storage per team
51
+ - **Enterprise Plan**: 1TB total storage per team
52
+ - **File Types**: Support for all major file formats
53
+ - **Version Control**: Automatic versioning with rollback capability
54
+
55
+ #### File Sharing
56
+ - **Public Links**: Share files with external stakeholders
57
+ - **Permission Control**: Read-only, edit, or full access permissions
58
+ - **Expiring Links**: Set expiration dates for shared files
59
+ - **Download Tracking**: Monitor who downloads shared files
60
+
61
+ ## Advanced Features by Plan
62
+
63
+ ### Basic Plan Features
64
+ - Up to 10 team members
65
+ - Core project management (tasks, lists, basic boards)
66
+ - 5GB file storage
67
+ - Mobile apps (iOS/Android)
68
+ - Email support
69
+ - Basic integrations (Google Calendar, CSV import)
70
+ - API access (1,000 requests/hour)
71
+
72
+ ### Pro Plan Additional Features
73
+ - Up to 100 team members
74
+ - Advanced project views (Gantt charts, advanced dashboards)
75
+ - 100GB file storage
76
+ - Custom fields and workflows
77
+ - Time tracking and invoicing
78
+ - Advanced integrations (Slack, GitHub, Jira, Salesforce)
79
+ - Priority support (chat + email)
80
+ - API access (10,000 requests/hour)
81
+ - Team workload balancing
82
+ - Advanced reporting and analytics
83
+ - Custom branding (logo, colors)
84
+
85
+ ### Enterprise Plan Additional Features
86
+ - Unlimited team members
87
+ - 1TB file storage
88
+ - Advanced security (SSO, SAML, 2FA enforcement)
89
+ - Dedicated customer success manager
90
+ - Phone support with 4-hour SLA
91
+ - Unlimited API access
92
+ - Custom integrations and white-labeling
93
+ - Advanced admin controls and audit logs
94
+ - On-premises deployment option
95
+ - 99.95% uptime SLA
96
+ - Custom workflow automation
97
+ - Advanced permissions and role management
98
+
99
+ ## Integration Ecosystem
100
+
101
+ ### Communication Platforms
102
+
103
+ #### Slack Integration (Pro/Enterprise)
104
+ - **Two-way Sync**: Create tasks from Slack messages, get updates in channels
105
+ - **Notification Control**: Choose which updates appear in Slack
106
+ - **Slash Commands**: Quick task creation with `/teamflow create` command
107
+ - **File Sync**: Automatically sync files shared in Slack to project storage
108
+
109
+ #### Microsoft Teams (Pro/Enterprise)
110
+ - **Tab Integration**: Embed TeamFlow projects directly in Teams channels
111
+ - **Bot Commands**: Create and update tasks via Teams bot
112
+ - **Calendar Sync**: Sync project deadlines with Teams calendar
113
+ - **File Integration**: Access TeamFlow files from Teams file browser
114
+
115
+ #### Discord (Pro/Enterprise)
116
+ - **Channel Integration**: Link Discord channels to specific projects
117
+ - **Role Sync**: Sync Discord roles with TeamFlow permissions
118
+ - **Voice Channel Links**: Start Discord voice calls directly from tasks
119
+
120
+ ### Development Tools
121
+
122
+ #### GitHub Integration (Pro/Enterprise)
123
+ - **Commit Linking**: Link commits to specific tasks automatically
124
+ - **Pull Request Tracking**: Track PR status within TeamFlow tasks
125
+ - **Branch Management**: Create branches directly from tasks
126
+ - **Release Planning**: Plan releases using TeamFlow milestones
127
+
128
+ #### GitLab Integration (Pro/Enterprise)
129
+ - **Issue Sync**: Two-way sync between GitLab issues and TeamFlow tasks
130
+ - **Pipeline Status**: View CI/CD pipeline status in project dashboard
131
+ - **Merge Request Workflow**: Track code reviews within project context
132
+
133
+ #### Jira Integration (Pro/Enterprise)
134
+ - **Epic/Story Mapping**: Map Jira epics to TeamFlow projects
135
+ - **Sprint Planning**: Import Jira sprints as TeamFlow milestones
136
+ - **Status Sync**: Automatically update task status based on Jira workflow
137
+
138
+ ### CRM & Sales Tools
139
+
140
+ #### Salesforce Integration (Pro/Enterprise)
141
+ - **Lead-to-Project**: Convert Salesforce leads into TeamFlow projects
142
+ - **Account Sync**: Link projects to Salesforce accounts
143
+ - **Opportunity Tracking**: Track project delivery against sales opportunities
144
+
145
+ #### HubSpot Integration (Pro/Enterprise)
146
+ - **Contact Sync**: Import HubSpot contacts as team members
147
+ - **Deal Pipeline**: Track project delivery stages aligned with deal stages
148
+ - **Marketing Campaign Tracking**: Link projects to marketing campaigns
149
+
150
+ ### File Storage & Productivity
151
+
152
+ #### Google Workspace
153
+ - **Google Drive**: Direct file access and sync with Google Drive
154
+ - **Google Calendar**: Two-way calendar sync for deadlines and meetings
155
+ - **Gmail**: Create tasks from emails with Gmail browser extension
156
+ - **Google Sheets**: Import/export project data to Google Sheets
157
+
158
+ #### Microsoft 365
159
+ - **OneDrive**: Seamless file sync and storage integration
160
+ - **Outlook**: Email-to-task conversion and calendar integration
161
+ - **Excel**: Advanced reporting with Excel integration
162
+ - **SharePoint**: Enterprise file management and compliance
163
+
164
+ #### Dropbox
165
+ - **File Sync**: Automatic sync of project files with Dropbox
166
+ - **Paper Integration**: Convert Dropbox Paper docs to project documentation
167
+ - **Team Folders**: Organize project files in shared Dropbox folders
168
+
169
+ ## Mobile Applications
170
+
171
+ ### iOS App Features
172
+ - **Native Design**: Full iOS design guidelines compliance
173
+ - **Offline Support**: Continue working without internet connection
174
+ - **Push Notifications**: Real-time updates for mentions, deadlines, and assignments
175
+ - **Touch ID/Face ID**: Biometric authentication for security
176
+ - **Widgets**: Quick access to tasks and notifications from home screen
177
+ - **Apple Watch**: Task completion and notifications on Apple Watch
178
+
179
+ ### Android App Features
180
+ - **Material Design**: Full Android Material Design implementation
181
+ - **Battery Optimization**: Efficient background sync and battery usage
182
+ - **Quick Settings**: Add tasks and check notifications from notification panel
183
+ - **Google Assistant**: Voice commands for task creation and status updates
184
+ - **Adaptive Icons**: Support for Android adaptive icon system
185
+
186
+ ### Cross-Platform Features
187
+ - **Real-time Sync**: Instant synchronization across all devices
188
+ - **Offline Mode**: Full functionality without internet connection
189
+ - **File Download**: Download and view attachments offline
190
+ - **Voice Notes**: Record voice memos and attach to tasks
191
+ - **Photo Capture**: Take photos and attach directly to tasks
192
+
193
+ ## API & Developer Tools
194
+
195
+ ### REST API
196
+ - **Full Coverage**: Complete access to all platform features via API
197
+ - **Rate Limits**: 1,000/hour (Basic), 10,000/hour (Pro), unlimited (Enterprise)
198
+ - **Authentication**: OAuth 2.0 and API key authentication
199
+ - **Webhooks**: Real-time event notifications for integrations
200
+ - **GraphQL**: Alternative GraphQL endpoint for efficient data fetching
201
+
202
+ ### SDKs & Libraries
203
+ - **JavaScript/Node.js**: Full-featured SDK with TypeScript support
204
+ - **Python**: Comprehensive Python library with async support
205
+ - **PHP**: Laravel and standard PHP integration library
206
+ - **Ruby**: Ruby gem with Rails integration helpers
207
+ - **REST Clients**: Postman collection and OpenAPI specification
208
+
209
+ ### Webhook Events
210
+ - **Task Events**: Created, updated, completed, deleted
211
+ - **Project Events**: Created, archived, member changes
212
+ - **Comment Events**: New comments, mentions, reactions
213
+ - **File Events**: Uploaded, updated, shared, deleted
214
+ - **Team Events**: Member added, removed, role changes
215
+
216
+ ## Security & Compliance
217
+
218
+ ### Data Security
219
+ - **Encryption**: AES-256 encryption for all data at rest and in transit
220
+ - **HTTPS**: TLS 1.3 for all client connections
221
+ - **API Security**: Rate limiting, request signing, and token management
222
+ - **Database Security**: Encrypted backups with geographic redundancy
223
+
224
+ ### Access Control
225
+ - **Role-Based Permissions**: Admin, Manager, Member, Viewer roles
226
+ - **Project-Level Permissions**: Fine-grained control over project access
227
+ - **Two-Factor Authentication**: SMS, authenticator app, hardware keys (Pro/Enterprise)
228
+ - **Single Sign-On**: SAML 2.0 and OAuth integration (Enterprise)
229
+
230
+ ### Compliance Standards
231
+ - **SOC 2 Type II**: Annual compliance audits and certification
232
+ - **GDPR**: Full compliance with European data protection regulations
233
+ - **ISO 27001**: Information security management certification
234
+ - **HIPAA**: Healthcare compliance option for Enterprise customers
235
+
236
+ ## Getting Started Resources
237
+
238
+ ### Onboarding
239
+ - **Interactive Tutorial**: Step-by-step guide for new users
240
+ - **Sample Projects**: Pre-built templates for common use cases
241
+ - **Video Library**: Comprehensive training videos for all features
242
+ - **Webinar Training**: Live training sessions twice weekly
243
+
244
+ ### Documentation
245
+ - **Knowledge Base**: Searchable help articles and guides
246
+ - **API Documentation**: Complete developer reference with examples
247
+ - **Video Tutorials**: Feature-specific how-to videos
248
+ - **Community Forum**: User community for tips and best practices
249
+
250
+ ### Support Channels
251
+ - **Basic Plan**: Email support with 24-hour response
252
+ - **Pro Plan**: Email and chat support with 8-hour response
253
+ - **Enterprise Plan**: Phone, email, and chat with 4-hour response and dedicated success manager
@@ -0,0 +1,226 @@
1
+ # TeamFlow Technical Documentation
2
+
3
+ ## System Requirements
4
+
5
+ ### Web Application
6
+ - **Supported Browsers**: Chrome 90+, Firefox 88+, Safari 14+, Edge 90+
7
+ - **Minimum Screen Resolution**: 1024x768
8
+ - **Internet Connection**: Broadband (1 Mbps minimum, 5 Mbps recommended)
9
+ - **JavaScript**: Must be enabled
10
+
11
+ ### Mobile Applications
12
+
13
+ #### iOS App
14
+ - **Minimum Version**: iOS 13.0 or later
15
+ - **Compatible Devices**: iPhone 6s and newer, iPad Air 2 and newer
16
+ - **Storage**: 150MB free space required
17
+ - **Network**: 3G/4G/5G or Wi-Fi connection
18
+
19
+ #### Android App
20
+ - **Minimum Version**: Android 8.0 (API level 26)
21
+ - **RAM**: 2GB minimum, 4GB recommended
22
+ - **Storage**: 200MB free space required
23
+ - **Network**: 3G/4G/5G or Wi-Fi connection
24
+
25
+ ## API Documentation
26
+
27
+ ### Authentication
28
+ ```
29
+ Authorization: Bearer <your_api_token>
30
+ Content-Type: application/json
31
+ ```
32
+
33
+ ### Base URL
34
+ - **Production**: `https://api.teamflow.com/v1`
35
+ - **Sandbox**: `https://sandbox-api.teamflow.com/v1`
36
+
37
+ ### Rate Limits
38
+ - **Basic Plan**: 1,000 requests/hour
39
+ - **Pro Plan**: 10,000 requests/hour
40
+ - **Enterprise Plan**: Unlimited
41
+ - **Rate Limit Headers**:
42
+ - `X-RateLimit-Limit`: Total requests allowed
43
+ - `X-RateLimit-Remaining`: Requests remaining in current window
44
+ - `X-RateLimit-Reset`: Unix timestamp when window resets
45
+
46
+ ### Common Error Codes
47
+ - **400**: Bad Request - Invalid parameters or request format
48
+ - **401**: Unauthorized - Invalid or missing API token
49
+ - **403**: Forbidden - Insufficient permissions
50
+ - **404**: Not Found - Resource doesn't exist
51
+ - **422**: Unprocessable Entity - Validation errors
52
+ - **429**: Too Many Requests - Rate limit exceeded
53
+ - **500**: Internal Server Error - Contact support
54
+ - **502/503**: Service Unavailable - Temporary outage
55
+
56
+ ## Common Technical Issues & Solutions
57
+
58
+ ### 1. Login and Authentication Issues
59
+
60
+ #### "Invalid credentials" error
61
+ **Symptoms**: User cannot log in, receives "Invalid email or password" message
62
+ **Common Causes**:
63
+ - Incorrect email/password combination
64
+ - Account locked due to multiple failed attempts
65
+ - Browser caching old session data
66
+
67
+ **Solutions**:
68
+ 1. Verify email address (check for typos, extra spaces)
69
+ 2. Try password reset flow
70
+ 3. Clear browser cookies and cache
71
+ 4. Try incognito/private browsing mode
72
+ 5. Check if account is locked (wait 15 minutes or contact support)
73
+
74
+ #### Two-Factor Authentication (2FA) issues
75
+ **Symptoms**: 2FA code not working or not received
76
+ **Solutions**:
77
+ 1. Ensure device clock is synchronized
78
+ 2. Try generating a new code (codes expire every 30 seconds)
79
+ 3. Check authenticator app is configured correctly
80
+ 4. Use backup codes if available
81
+ 5. Contact support to reset 2FA if backup codes exhausted
82
+
83
+ ### 2. Performance Issues
84
+
85
+ #### Slow loading pages
86
+ **Symptoms**: Pages take >10 seconds to load, timeouts
87
+ **Troubleshooting Steps**:
88
+ 1. Check internet connection speed (minimum 1 Mbps required)
89
+ 2. Test on different networks (mobile data vs. Wi-Fi)
90
+ 3. Clear browser cache and cookies
91
+ 4. Disable browser extensions temporarily
92
+ 5. Try different browser
93
+ 6. Check TeamFlow status page: status.teamflow.com
94
+
95
+ #### Mobile app crashes
96
+ **Symptoms**: App closes unexpectedly, freezes during use
97
+ **Solutions**:
98
+ 1. Force close and restart the app
99
+ 2. Restart device
100
+ 3. Update app to latest version
101
+ 4. Clear app cache (Android) or offload/reinstall app (iOS)
102
+ 5. Check available storage space (minimum 500MB recommended)
103
+ 6. Report crash with device logs
104
+
105
+ ### 3. API Integration Issues
106
+
107
+ #### 401 Unauthorized errors
108
+ **Diagnostic Steps**:
109
+ 1. Verify API token is correct and not expired
110
+ 2. Check token has required permissions
111
+ 3. Ensure proper Authorization header format
112
+ 4. Test with different API endpoints
113
+
114
+ #### 429 Rate limit exceeded
115
+ **Solutions**:
116
+ 1. Implement exponential backoff in API calls
117
+ 2. Check current rate limit status in response headers
118
+ 3. Consider upgrading plan for higher limits
119
+ 4. Cache responses when possible to reduce API calls
120
+
121
+ #### Webhook delivery failures
122
+ **Common Issues**:
123
+ - Endpoint URL not accessible from internet
124
+ - SSL certificate issues
125
+ - Timeout (webhook endpoint must respond within 10 seconds)
126
+ - Incorrect response status (must return 2xx status code)
127
+
128
+ ### 4. File Upload Issues
129
+
130
+ #### "File too large" errors
131
+ **File Size Limits**:
132
+ - Basic Plan: 25MB per file
133
+ - Pro Plan: 100MB per file
134
+ - Enterprise Plan: 500MB per file
135
+
136
+ **Solutions**:
137
+ 1. Compress files using zip/rar
138
+ 2. Use cloud storage links for large files
139
+ 3. Split large files into smaller chunks
140
+ 4. Consider plan upgrade for larger limits
141
+
142
+ #### Unsupported file formats
143
+ **Supported Formats**:
144
+ - Images: JPG, PNG, GIF, SVG, WebP
145
+ - Documents: PDF, DOC, DOCX, XLS, XLSX, PPT, PPTX
146
+ - Archives: ZIP, RAR, 7Z
147
+ - Text: TXT, CSV, MD
148
+ - Code: JS, HTML, CSS, JSON, XML
149
+
150
+ ### 5. Integration Problems
151
+
152
+ #### Slack integration not working
153
+ **Setup Requirements**:
154
+ 1. Slack workspace admin permissions
155
+ 2. TeamFlow Pro or Enterprise plan
156
+ 3. Proper webhook configuration
157
+
158
+ **Troubleshooting**:
159
+ 1. Verify Slack workspace URL is correct
160
+ 2. Check webhook permissions in Slack admin
161
+ 3. Test with simple message first
162
+ 4. Ensure both apps are updated to latest versions
163
+
164
+ #### GitHub integration issues
165
+ **Common Problems**:
166
+ - Repository access permissions
167
+ - Webhook authentication failures
168
+ - Branch protection rules blocking commits
169
+
170
+ **Solutions**:
171
+ 1. Verify GitHub personal access token has correct scopes
172
+ 2. Check repository permissions for TeamFlow app
173
+ 3. Review webhook logs in GitHub settings
174
+ 4. Test with public repository first
175
+
176
+ ## Browser-Specific Issues
177
+
178
+ ### Chrome
179
+ - **File download issues**: Check download settings and blocked downloads
180
+ - **Extension conflicts**: Disable ad blockers and privacy extensions temporarily
181
+
182
+ ### Safari
183
+ - **Cookie issues**: Enable cross-site tracking prevention exceptions
184
+ - **Local storage**: Ensure not in private browsing mode
185
+
186
+ ### Firefox
187
+ - **Security settings**: Adjust strict enhanced tracking protection
188
+ - **Add-on conflicts**: Test in safe mode
189
+
190
+ ## Server Infrastructure
191
+
192
+ ### Data Centers
193
+ - **Primary**: AWS US-West-2 (Oregon)
194
+ - **Secondary**: AWS EU-West-1 (Ireland)
195
+ - **CDN**: CloudFlare global network
196
+
197
+ ### Maintenance Windows
198
+ - **Scheduled Maintenance**: Sundays 2:00-4:00 AM PST
199
+ - **Emergency Maintenance**: As needed with 30-minute notice
200
+ - **Status Updates**: status.teamflow.com and @TeamFlowStatus on Twitter
201
+
202
+ ## Escalation Criteria
203
+
204
+ Escalate to Level 2 Support when:
205
+ - Data loss or corruption suspected
206
+ - Security breach indicators
207
+ - API downtime affecting multiple customers
208
+ - Integration partner (Slack, GitHub, etc.) reporting issues
209
+ - Customer reports SLA violations
210
+ - Enterprise customer experiencing any service disruption
211
+
212
+ ## Diagnostic Tools
213
+
214
+ ### Browser Developer Tools
215
+ 1. **Console Errors**: Check for JavaScript errors (F12 → Console)
216
+ 2. **Network Tab**: Monitor failed requests and response times
217
+ 3. **Application Tab**: Check local storage and cookies
218
+
219
+ ### API Testing
220
+ - Use Postman or curl to test API endpoints
221
+ - Check response headers for rate limit information
222
+ - Verify request format matches API documentation
223
+
224
+ ### Mobile Debugging
225
+ - iOS: Connect device to Xcode for detailed crash logs
226
+ - Android: Enable developer options and use ADB logcat
@@ -0,0 +1,82 @@
1
+ # Escalation Agent Configuration
2
+ # Handles complex issues requiring human intervention or management approval
3
+
4
+ systemPrompt:
5
+ contributors:
6
+ - id: base-prompt
7
+ type: static
8
+ priority: 0
9
+ content: |
10
+ You are a specialized Escalation Agent for TeamFlow, responsible for handling complex, sensitive, or high-priority issues that require management intervention.
11
+
12
+ Your primary responsibilities:
13
+ - Manage escalated cases from other support agents
14
+ - Handle Enterprise customer issues and urgent requests
15
+ - Process complaints, disputes, and sensitive matters
16
+ - Coordinate with management and specialized teams
17
+ - Document incident reports and follow-up actions
18
+
19
+ Your approach:
20
+ - Take detailed notes of the issue history and previous resolution attempts
21
+ - Gather all relevant context and supporting documentation
22
+ - Assess urgency level and potential business impact
23
+ - Communicate clearly with both customers and internal teams
24
+ - Follow up promptly on all escalated matters
25
+
26
+ Types of issues you handle:
27
+ - Unresolved technical issues after multiple attempts
28
+ - Billing disputes requiring management approval
29
+ - Enterprise customer feature requests and contract issues
30
+ - Security incidents and data privacy concerns
31
+ - Legal or compliance-related inquiries (GDPR, SOC 2, etc.)
32
+ - Customer complaints about service quality
33
+
34
+ You have access to comprehensive escalation policies, procedures, and contact information for TeamFlow's management team, including security incident protocols and legal compliance procedures.
35
+
36
+ Tools available to you:
37
+ - Email and communication tools for coordinating with teams
38
+ - Filesystem access for documentation and case management
39
+ - Web research for regulatory and legal information
40
+
41
+ Remember: Maintain professionalism, document everything thoroughly, and ensure proper follow-up on all escalated cases according to TeamFlow's escalation policies.
42
+
43
+ - id: company-overview
44
+ type: file
45
+ priority: 10
46
+ files:
47
+ - "${{dexto.agent_dir}}/docs/company-overview.md"
48
+ options:
49
+ includeFilenames: true
50
+ errorHandling: skip
51
+
52
+ - id: escalation-policies
53
+ type: file
54
+ priority: 20
55
+ files:
56
+ - "${{dexto.agent_dir}}/docs/escalation-policies.md"
57
+ options:
58
+ includeFilenames: true
59
+ errorHandling: skip
60
+
61
+ mcpServers:
62
+ filesystem:
63
+ type: stdio
64
+ command: npx
65
+ args:
66
+ - -y
67
+ - "@modelcontextprotocol/server-filesystem"
68
+ - .
69
+ tavily:
70
+ type: stdio
71
+ command: npx
72
+ args:
73
+ - -y
74
+ - tavily-mcp@0.1.3
75
+ env:
76
+ TAVILY_API_KEY: $TAVILY_API_KEY
77
+ connectionMode: lenient
78
+
79
+ llm:
80
+ provider: openai
81
+ model: gpt-4o
82
+ apiKey: $OPENAI_API_KEY
@@ -0,0 +1,86 @@
1
+ # Product Information Agent Configuration
2
+ # Specializes in product features, comparisons, and general information
3
+
4
+ systemPrompt:
5
+ contributors:
6
+ - id: base-prompt
7
+ type: static
8
+ priority: 0
9
+ content: |
10
+ You are a specialized Product Information Agent for TeamFlow, with comprehensive knowledge about our project management and team collaboration platform.
11
+
12
+ Your primary responsibilities:
13
+ - Answer questions about TeamFlow's features, capabilities, and specifications
14
+ - Provide product comparisons and recommendations between Basic, Pro, and Enterprise plans
15
+ - Explain how to use specific features and functionalities
16
+ - Share information about integrations and API capabilities
17
+ - Guide users to appropriate documentation and resources
18
+
19
+ Your approach:
20
+ - Provide accurate, up-to-date product information
21
+ - Use clear, non-technical language when explaining complex features
22
+ - Offer relevant examples and use cases
23
+ - Suggest the best product tier or plan for user needs
24
+ - Direct users to detailed documentation or demos when helpful
25
+
26
+ Key information to gather:
27
+ - User's specific use case or requirements
28
+ - Current product tier or plan (if applicable)
29
+ - Specific features or functionality they're asking about
30
+ - Their technical expertise level
31
+
32
+ You have access to comprehensive product documentation covering all TeamFlow features, integrations (Slack, GitHub, Salesforce, etc.), mobile apps, API capabilities, and plan comparisons.
33
+
34
+ Tools available to you:
35
+ - Web research for latest product information and competitor analysis
36
+ - Filesystem access to read product documentation and specs
37
+ - Browser automation for demonstrating features
38
+
39
+ Remember: Always provide accurate information about TeamFlow and acknowledge when you need to research or verify details.
40
+
41
+ - id: company-overview
42
+ type: file
43
+ priority: 10
44
+ files:
45
+ - "${{dexto.agent_dir}}/docs/company-overview.md"
46
+ options:
47
+ includeFilenames: true
48
+ errorHandling: skip
49
+
50
+ - id: product-features
51
+ type: file
52
+ priority: 20
53
+ files:
54
+ - "${{dexto.agent_dir}}/docs/product-features.md"
55
+ options:
56
+ includeFilenames: true
57
+ errorHandling: skip
58
+
59
+ mcpServers:
60
+ tavily:
61
+ type: stdio
62
+ command: npx
63
+ args:
64
+ - -y
65
+ - tavily-mcp@0.1.3
66
+ env:
67
+ TAVILY_API_KEY: $TAVILY_API_KEY
68
+ connectionMode: lenient
69
+ filesystem:
70
+ type: stdio
71
+ command: npx
72
+ args:
73
+ - -y
74
+ - "@modelcontextprotocol/server-filesystem"
75
+ - .
76
+ puppeteer:
77
+ type: stdio
78
+ command: npx
79
+ args:
80
+ - -y
81
+ - "@truffle-ai/puppeteer-server"
82
+
83
+ llm:
84
+ provider: openai
85
+ model: gpt-4o-mini
86
+ apiKey: $OPENAI_API_KEY