mindroom 0.1.0__tar.gz → 0.1.2__tar.gz

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 (761) hide show
  1. {mindroom-0.1.0 → mindroom-0.1.2}/.github/workflows/build-mindroom.yml +8 -0
  2. {mindroom-0.1.0 → mindroom-0.1.2}/PKG-INFO +2 -2
  3. {mindroom-0.1.0 → mindroom-0.1.2}/local/instances/deploy/Dockerfile.backend +3 -0
  4. mindroom-0.1.2/pyproject.toml +274 -0
  5. {mindroom-0.1.0 → mindroom-0.1.2}/uv.lock +2 -2
  6. mindroom-0.1.0/pyproject.toml +0 -274
  7. {mindroom-0.1.0 → mindroom-0.1.2}/.claude/agents/configfield-generator.md +0 -0
  8. {mindroom-0.1.0 → mindroom-0.1.2}/.claude/agents/mindroom-tester.md +0 -0
  9. {mindroom-0.1.0 → mindroom-0.1.2}/.claude/commands/commit.md +0 -0
  10. {mindroom-0.1.0 → mindroom-0.1.2}/.claude/commands/cruft.md +0 -0
  11. {mindroom-0.1.0 → mindroom-0.1.2}/.claude/commands/init.md +0 -0
  12. {mindroom-0.1.0 → mindroom-0.1.2}/.claude/skills/agent-cli-dev/SKILL.md +0 -0
  13. {mindroom-0.1.0 → mindroom-0.1.2}/.claude/skills/agent-cli-dev/examples.md +0 -0
  14. {mindroom-0.1.0 → mindroom-0.1.2}/.dockerignore +0 -0
  15. {mindroom-0.1.0 → mindroom-0.1.2}/.env.example +0 -0
  16. {mindroom-0.1.0 → mindroom-0.1.2}/.envrc +0 -0
  17. {mindroom-0.1.0 → mindroom-0.1.2}/.gitattributes +0 -0
  18. {mindroom-0.1.0 → mindroom-0.1.2}/.github/renovate.json +0 -0
  19. {mindroom-0.1.0 → mindroom-0.1.2}/.github/workflows/build-platform.yml +0 -0
  20. {mindroom-0.1.0 → mindroom-0.1.2}/.github/workflows/pytest.yml +0 -0
  21. {mindroom-0.1.0 → mindroom-0.1.2}/.github/workflows/release.yml +0 -0
  22. {mindroom-0.1.0 → mindroom-0.1.2}/.github/workflows/security-scan.yml +0 -0
  23. {mindroom-0.1.0 → mindroom-0.1.2}/.gitignore +0 -0
  24. {mindroom-0.1.0 → mindroom-0.1.2}/.pre-commit-config.yaml +0 -0
  25. {mindroom-0.1.0 → mindroom-0.1.2}/AGENTS.md +0 -0
  26. {mindroom-0.1.0 → mindroom-0.1.2}/CLAUDE.md +0 -0
  27. {mindroom-0.1.0 → mindroom-0.1.2}/README.md +0 -0
  28. {mindroom-0.1.0 → mindroom-0.1.2}/avatars/agents/analyst.png +0 -0
  29. {mindroom-0.1.0 → mindroom-0.1.2}/avatars/agents/calculator.png +0 -0
  30. {mindroom-0.1.0 → mindroom-0.1.2}/avatars/agents/callagent.png +0 -0
  31. {mindroom-0.1.0 → mindroom-0.1.2}/avatars/agents/code.png +0 -0
  32. {mindroom-0.1.0 → mindroom-0.1.2}/avatars/agents/data_analyst.png +0 -0
  33. {mindroom-0.1.0 → mindroom-0.1.2}/avatars/agents/email_assistant.png +0 -0
  34. {mindroom-0.1.0 → mindroom-0.1.2}/avatars/agents/finance.png +0 -0
  35. {mindroom-0.1.0 → mindroom-0.1.2}/avatars/agents/general.png +0 -0
  36. {mindroom-0.1.0 → mindroom-0.1.2}/avatars/agents/home.png +0 -0
  37. {mindroom-0.1.0 → mindroom-0.1.2}/avatars/agents/news.png +0 -0
  38. {mindroom-0.1.0 → mindroom-0.1.2}/avatars/agents/research.png +0 -0
  39. {mindroom-0.1.0 → mindroom-0.1.2}/avatars/agents/router.png +0 -0
  40. {mindroom-0.1.0 → mindroom-0.1.2}/avatars/agents/security.png +0 -0
  41. {mindroom-0.1.0 → mindroom-0.1.2}/avatars/agents/shell.png +0 -0
  42. {mindroom-0.1.0 → mindroom-0.1.2}/avatars/agents/summary.png +0 -0
  43. {mindroom-0.1.0 → mindroom-0.1.2}/avatars/rooms/analysis.png +0 -0
  44. {mindroom-0.1.0 → mindroom-0.1.2}/avatars/rooms/automation.png +0 -0
  45. {mindroom-0.1.0 → mindroom-0.1.2}/avatars/rooms/business.png +0 -0
  46. {mindroom-0.1.0 → mindroom-0.1.2}/avatars/rooms/communication.png +0 -0
  47. {mindroom-0.1.0 → mindroom-0.1.2}/avatars/rooms/dev.png +0 -0
  48. {mindroom-0.1.0 → mindroom-0.1.2}/avatars/rooms/docs.png +0 -0
  49. {mindroom-0.1.0 → mindroom-0.1.2}/avatars/rooms/finance.png +0 -0
  50. {mindroom-0.1.0 → mindroom-0.1.2}/avatars/rooms/help.png +0 -0
  51. {mindroom-0.1.0 → mindroom-0.1.2}/avatars/rooms/home.png +0 -0
  52. {mindroom-0.1.0 → mindroom-0.1.2}/avatars/rooms/lobby.png +0 -0
  53. {mindroom-0.1.0 → mindroom-0.1.2}/avatars/rooms/news.png +0 -0
  54. {mindroom-0.1.0 → mindroom-0.1.2}/avatars/rooms/ops.png +0 -0
  55. {mindroom-0.1.0 → mindroom-0.1.2}/avatars/rooms/productivity.png +0 -0
  56. {mindroom-0.1.0 → mindroom-0.1.2}/avatars/rooms/research.png +0 -0
  57. {mindroom-0.1.0 → mindroom-0.1.2}/avatars/rooms/science.png +0 -0
  58. {mindroom-0.1.0 → mindroom-0.1.2}/avatars/teams/code_team.png +0 -0
  59. {mindroom-0.1.0 → mindroom-0.1.2}/avatars/teams/super_team.png +0 -0
  60. {mindroom-0.1.0 → mindroom-0.1.2}/cluster/k8s/cert-manager/cluster-issuer-prod.yaml +0 -0
  61. {mindroom-0.1.0 → mindroom-0.1.2}/cluster/k8s/cert-manager/cluster-issuer-staging.yaml +0 -0
  62. {mindroom-0.1.0 → mindroom-0.1.2}/cluster/k8s/instance/Chart.yaml +0 -0
  63. {mindroom-0.1.0 → mindroom-0.1.2}/cluster/k8s/instance/default-config.yaml +0 -0
  64. {mindroom-0.1.0 → mindroom-0.1.2}/cluster/k8s/instance/templates/configmap-mindroom.yaml +0 -0
  65. {mindroom-0.1.0 → mindroom-0.1.2}/cluster/k8s/instance/templates/configmap-nginx.yaml +0 -0
  66. {mindroom-0.1.0 → mindroom-0.1.2}/cluster/k8s/instance/templates/configmap-synapse.yaml +0 -0
  67. {mindroom-0.1.0 → mindroom-0.1.2}/cluster/k8s/instance/templates/deployment-backend.yaml +0 -0
  68. {mindroom-0.1.0 → mindroom-0.1.2}/cluster/k8s/instance/templates/deployment-frontend.yaml +0 -0
  69. {mindroom-0.1.0 → mindroom-0.1.2}/cluster/k8s/instance/templates/deployment-synapse.yaml +0 -0
  70. {mindroom-0.1.0 → mindroom-0.1.2}/cluster/k8s/instance/templates/ingress.yaml +0 -0
  71. {mindroom-0.1.0 → mindroom-0.1.2}/cluster/k8s/instance/templates/networkpolicy.yaml +0 -0
  72. {mindroom-0.1.0 → mindroom-0.1.2}/cluster/k8s/instance/templates/pvc.yaml +0 -0
  73. {mindroom-0.1.0 → mindroom-0.1.2}/cluster/k8s/instance/templates/secret-api-keys.yaml +0 -0
  74. {mindroom-0.1.0 → mindroom-0.1.2}/cluster/k8s/instance/templates/service.yaml +0 -0
  75. {mindroom-0.1.0 → mindroom-0.1.2}/cluster/k8s/instance/values.yaml +0 -0
  76. {mindroom-0.1.0 → mindroom-0.1.2}/cluster/k8s/kind/.env.example +0 -0
  77. {mindroom-0.1.0 → mindroom-0.1.2}/cluster/k8s/kind/README.md +0 -0
  78. {mindroom-0.1.0 → mindroom-0.1.2}/cluster/k8s/kind/build_load_images.sh +0 -0
  79. {mindroom-0.1.0 → mindroom-0.1.2}/cluster/k8s/kind/down.sh +0 -0
  80. {mindroom-0.1.0 → mindroom-0.1.2}/cluster/k8s/kind/install_platform.sh +0 -0
  81. {mindroom-0.1.0 → mindroom-0.1.2}/cluster/k8s/kind/kind-config.yaml +0 -0
  82. {mindroom-0.1.0 → mindroom-0.1.2}/cluster/k8s/kind/setup-local-access.sh +0 -0
  83. {mindroom-0.1.0 → mindroom-0.1.2}/cluster/k8s/kind/shell.nix +0 -0
  84. {mindroom-0.1.0 → mindroom-0.1.2}/cluster/k8s/kind/start-fresh.sh +0 -0
  85. {mindroom-0.1.0 → mindroom-0.1.2}/cluster/k8s/kind/test-access.sh +0 -0
  86. {mindroom-0.1.0 → mindroom-0.1.2}/cluster/k8s/kind/up.sh +0 -0
  87. {mindroom-0.1.0 → mindroom-0.1.2}/cluster/k8s/kind/validate.sh +0 -0
  88. {mindroom-0.1.0 → mindroom-0.1.2}/cluster/k8s/platform/.gitignore +0 -0
  89. {mindroom-0.1.0 → mindroom-0.1.2}/cluster/k8s/platform/Chart.yaml +0 -0
  90. {mindroom-0.1.0 → mindroom-0.1.2}/cluster/k8s/platform/templates/all.yaml +0 -0
  91. {mindroom-0.1.0 → mindroom-0.1.2}/cluster/k8s/platform/templates/apex-redirect.yaml +0 -0
  92. {mindroom-0.1.0 → mindroom-0.1.2}/cluster/k8s/platform/templates/ingress.yaml +0 -0
  93. {mindroom-0.1.0 → mindroom-0.1.2}/cluster/k8s/platform/templates/rbac.yaml +0 -0
  94. {mindroom-0.1.0 → mindroom-0.1.2}/cluster/k8s/platform/values-prod.example.yaml +0 -0
  95. {mindroom-0.1.0 → mindroom-0.1.2}/cluster/k8s/platform/values-staging.example.yaml +0 -0
  96. {mindroom-0.1.0 → mindroom-0.1.2}/cluster/k8s/platform/values.yaml +0 -0
  97. {mindroom-0.1.0 → mindroom-0.1.2}/cluster/scripts/cleanup-duplicate-subscriptions.py +0 -0
  98. {mindroom-0.1.0 → mindroom-0.1.2}/cluster/scripts/db/backup_supabase.sh +0 -0
  99. {mindroom-0.1.0 → mindroom-0.1.2}/cluster/scripts/db/setup-stripe-products.js +0 -0
  100. {mindroom-0.1.0 → mindroom-0.1.2}/cluster/scripts/list-instances.sh +0 -0
  101. {mindroom-0.1.0 → mindroom-0.1.2}/cluster/scripts/mindroom-cli.sh +0 -0
  102. {mindroom-0.1.0 → mindroom-0.1.2}/cluster/scripts/setup-stripe-webhooks.py +0 -0
  103. {mindroom-0.1.0 → mindroom-0.1.2}/cluster/scripts/setup-terraform-state.sh +0 -0
  104. {mindroom-0.1.0 → mindroom-0.1.2}/cluster/scripts/sync-stripe-prices.py +0 -0
  105. {mindroom-0.1.0 → mindroom-0.1.2}/cluster/scripts/update-api-keys.sh +0 -0
  106. {mindroom-0.1.0 → mindroom-0.1.2}/cluster/scripts/validate_multitenancy_security.py +0 -0
  107. {mindroom-0.1.0 → mindroom-0.1.2}/cluster/scripts/view-instance-logs.sh +0 -0
  108. {mindroom-0.1.0 → mindroom-0.1.2}/cluster/terraform/terraform-k8s/.gitignore +0 -0
  109. {mindroom-0.1.0 → mindroom-0.1.2}/cluster/terraform/terraform-k8s/README.md +0 -0
  110. {mindroom-0.1.0 → mindroom-0.1.2}/cluster/terraform/terraform-k8s/cert-manager.tf +0 -0
  111. {mindroom-0.1.0 → mindroom-0.1.2}/cluster/terraform/terraform-k8s/dns.tf +0 -0
  112. {mindroom-0.1.0 → mindroom-0.1.2}/cluster/terraform/terraform-k8s/hcloud-microos-snapshots.pkr.hcl +0 -0
  113. {mindroom-0.1.0 → mindroom-0.1.2}/cluster/terraform/terraform-k8s/helm.tf +0 -0
  114. {mindroom-0.1.0 → mindroom-0.1.2}/cluster/terraform/terraform-k8s/kube.tf +0 -0
  115. {mindroom-0.1.0 → mindroom-0.1.2}/cluster/terraform/terraform-k8s/manifests/cert-manager/cluster-issuer-prod.yaml +0 -0
  116. {mindroom-0.1.0 → mindroom-0.1.2}/cluster/terraform/terraform-k8s/manifests/cert-manager/cluster-issuer-staging.yaml +0 -0
  117. {mindroom-0.1.0 → mindroom-0.1.2}/cluster/terraform/terraform-k8s/modules/dns/dns.tf +0 -0
  118. {mindroom-0.1.0 → mindroom-0.1.2}/cluster/terraform/terraform-k8s/platform-cert.yaml +0 -0
  119. {mindroom-0.1.0 → mindroom-0.1.2}/cluster/terraform/terraform-k8s/providers-porkbun.tf +0 -0
  120. {mindroom-0.1.0 → mindroom-0.1.2}/cluster/terraform/terraform-k8s/scripts/build_snapshots.sh +0 -0
  121. {mindroom-0.1.0 → mindroom-0.1.2}/cluster/terraform/terraform-k8s/scripts/destroy.sh +0 -0
  122. {mindroom-0.1.0 → mindroom-0.1.2}/cluster/terraform/terraform-k8s/scripts/status.sh +0 -0
  123. {mindroom-0.1.0 → mindroom-0.1.2}/cluster/terraform/terraform-k8s/scripts/up.sh +0 -0
  124. {mindroom-0.1.0 → mindroom-0.1.2}/cluster/terraform/terraform-k8s/supabase-auth.tf +0 -0
  125. {mindroom-0.1.0 → mindroom-0.1.2}/cluster/terraform/terraform-k8s/terraform.tfvars.example +0 -0
  126. {mindroom-0.1.0 → mindroom-0.1.2}/cluster/terraform/terraform-k8s/variables.tf +0 -0
  127. {mindroom-0.1.0 → mindroom-0.1.2}/config.yaml +0 -0
  128. {mindroom-0.1.0 → mindroom-0.1.2}/docs/TESTING.md +0 -0
  129. {mindroom-0.1.0 → mindroom-0.1.2}/docs/agent_configuration.md +0 -0
  130. {mindroom-0.1.0 → mindroom-0.1.2}/docs/gmail_oauth_deployment.md +0 -0
  131. {mindroom-0.1.0 → mindroom-0.1.2}/docs/gmail_setup.md +0 -0
  132. {mindroom-0.1.0 → mindroom-0.1.2}/docs/ops/README.md +0 -0
  133. {mindroom-0.1.0 → mindroom-0.1.2}/docs/pitches.md +0 -0
  134. {mindroom-0.1.0 → mindroom-0.1.2}/docs/security/SECURITY_ACTION_PLAN.md +0 -0
  135. {mindroom-0.1.0 → mindroom-0.1.2}/docs/security/SECURITY_CRITICAL_FIXES.md +0 -0
  136. {mindroom-0.1.0 → mindroom-0.1.2}/docs/security/SECURITY_EXECUTIVE_SUMMARY.md +0 -0
  137. {mindroom-0.1.0 → mindroom-0.1.2}/docs/security/SECURITY_REVIEW_01_AUTH.md +0 -0
  138. {mindroom-0.1.0 → mindroom-0.1.2}/docs/security/SECURITY_REVIEW_02_MULTITENANCY.md +0 -0
  139. {mindroom-0.1.0 → mindroom-0.1.2}/docs/security/SECURITY_REVIEW_03_SECRETS.md +0 -0
  140. {mindroom-0.1.0 → mindroom-0.1.2}/docs/security/SECURITY_REVIEW_04_INJECTION.md +0 -0
  141. {mindroom-0.1.0 → mindroom-0.1.2}/docs/security/SECURITY_REVIEW_05_TOKENS.md +0 -0
  142. {mindroom-0.1.0 → mindroom-0.1.2}/docs/security/SECURITY_REVIEW_06_INFRASTRUCTURE.md +0 -0
  143. {mindroom-0.1.0 → mindroom-0.1.2}/docs/security/SECURITY_REVIEW_07_DATA_PROTECTION.md +0 -0
  144. {mindroom-0.1.0 → mindroom-0.1.2}/docs/security/SECURITY_REVIEW_08_DEPENDENCIES.md +0 -0
  145. {mindroom-0.1.0 → mindroom-0.1.2}/docs/security/SECURITY_REVIEW_09_ERROR_HANDLING.md +0 -0
  146. {mindroom-0.1.0 → mindroom-0.1.2}/docs/security/SECURITY_REVIEW_10_API_SECURITY.md +0 -0
  147. {mindroom-0.1.0 → mindroom-0.1.2}/docs/security/SECURITY_REVIEW_11_MONITORING.md +0 -0
  148. {mindroom-0.1.0 → mindroom-0.1.2}/docs/security/SECURITY_REVIEW_12_FRONTEND.md +0 -0
  149. {mindroom-0.1.0 → mindroom-0.1.2}/docs/security/SECURITY_REVIEW_CHECKLIST.md +0 -0
  150. {mindroom-0.1.0 → mindroom-0.1.2}/docs/security/SECURITY_REVIEW_FINDINGS.md +0 -0
  151. {mindroom-0.1.0 → mindroom-0.1.2}/docs/security/SECURITY_REVIEW_SUMMARY.md +0 -0
  152. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/.eslintrc.json +0 -0
  153. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/.prettierignore +0 -0
  154. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/.prettierrc +0 -0
  155. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/SCREENSHOT_INSTRUCTIONS.md +0 -0
  156. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/bun.lock +0 -0
  157. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/index.html +0 -0
  158. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/mockups/chat-mockup.png +0 -0
  159. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/mockups/generate-mockup-from-json.cjs +0 -0
  160. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/mockups/readme-conversations.cjs +0 -0
  161. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/mockups/readme-cross-org.png +0 -0
  162. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/mockups/readme-cross-platform.png +0 -0
  163. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/mockups/readme-multi-agent.png +0 -0
  164. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/package.json +0 -0
  165. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/postcss.config.js +0 -0
  166. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/public/matrix-widget.html +0 -0
  167. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/public/widget.json +0 -0
  168. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/scripts/generate-icon-imports.cjs +0 -0
  169. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/scripts/screenshot.cjs +0 -0
  170. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/App.tsx +0 -0
  171. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/components/AgentEditor/AgentEditor.test.tsx +0 -0
  172. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/components/AgentEditor/AgentEditor.tsx +0 -0
  173. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/components/AgentList/AgentList.test.tsx +0 -0
  174. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/components/AgentList/AgentList.tsx +0 -0
  175. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/components/ApiKeyConfig/ApiKeyConfig.test.tsx +0 -0
  176. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/components/ApiKeyConfig/ApiKeyConfig.tsx +0 -0
  177. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/components/ApiKeyConfig/index.ts +0 -0
  178. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/components/Dashboard/Dashboard.tsx +0 -0
  179. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/components/Dashboard/NetworkGraph.tsx +0 -0
  180. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/components/GoogleIntegration/GoogleIntegration.tsx +0 -0
  181. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/components/HomeAssistantIntegration/HomeAssistantIntegration.tsx +0 -0
  182. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/components/Integrations/EnhancedConfigDialog.tsx +0 -0
  183. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/components/Integrations/Integrations.test.tsx +0 -0
  184. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/components/Integrations/Integrations.tsx +0 -0
  185. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/components/Integrations/iconMapping.tsx +0 -0
  186. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/components/Integrations/integrations/google/google.test.tsx +0 -0
  187. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/components/Integrations/integrations/google/index.tsx +0 -0
  188. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/components/Integrations/integrations/homeassistant/homeassistant.test.tsx +0 -0
  189. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/components/Integrations/integrations/homeassistant/index.tsx +0 -0
  190. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/components/Integrations/integrations/index.ts +0 -0
  191. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/components/Integrations/integrations/spotify/index.tsx +0 -0
  192. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/components/Integrations/integrations/spotify/spotify.test.tsx +0 -0
  193. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/components/Integrations/integrations/types/index.ts +0 -0
  194. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/components/MemoryConfig/MemoryConfig.test.tsx +0 -0
  195. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/components/MemoryConfig/MemoryConfig.tsx +0 -0
  196. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/components/ModelConfig/ModelConfig.extra_kwargs.test.tsx +0 -0
  197. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/components/ModelConfig/ModelConfig.test.tsx +0 -0
  198. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/components/ModelConfig/ModelConfig.tsx +0 -0
  199. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/components/ModelConfig/ProviderLogos.tsx +0 -0
  200. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/components/RoomEditor/RoomEditor.test.tsx +0 -0
  201. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/components/RoomEditor/RoomEditor.tsx +0 -0
  202. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/components/RoomList/RoomList.test.tsx +0 -0
  203. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/components/RoomList/RoomList.tsx +0 -0
  204. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/components/SyncStatus/SyncStatus.tsx +0 -0
  205. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/components/TeamEditor/TeamEditor.test.tsx +0 -0
  206. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/components/TeamEditor/TeamEditor.tsx +0 -0
  207. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/components/TeamList/TeamList.test.tsx +0 -0
  208. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/components/TeamList/TeamList.tsx +0 -0
  209. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/components/ThemeToggle/ThemeToggle.tsx +0 -0
  210. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/components/ToolConfig/ToolConfigDialog.test.tsx +0 -0
  211. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/components/ToolConfig/ToolConfigDialog.tsx +0 -0
  212. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/components/UnconfiguredRooms/UnconfiguredRooms.tsx +0 -0
  213. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/components/UnconfiguredRooms/index.ts +0 -0
  214. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/components/VoiceConfig/VoiceConfig.tsx +0 -0
  215. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/components/shared/EditorPanel.tsx +0 -0
  216. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/components/shared/EmptyState.tsx +0 -0
  217. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/components/shared/FieldGroup.tsx +0 -0
  218. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/components/shared/FilterSelector.tsx +0 -0
  219. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/components/shared/ItemCard.tsx +0 -0
  220. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/components/shared/ListPanel.tsx +0 -0
  221. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/components/shared/README.md +0 -0
  222. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/components/shared/index.ts +0 -0
  223. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/components/shared/styles.ts +0 -0
  224. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/components/ui/alert.tsx +0 -0
  225. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/components/ui/badge.tsx +0 -0
  226. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/components/ui/button.tsx +0 -0
  227. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/components/ui/card.tsx +0 -0
  228. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/components/ui/checkbox.tsx +0 -0
  229. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/components/ui/dialog.tsx +0 -0
  230. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/components/ui/dropdown-menu.tsx +0 -0
  231. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/components/ui/input.tsx +0 -0
  232. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/components/ui/label.tsx +0 -0
  233. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/components/ui/scroll-area.tsx +0 -0
  234. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/components/ui/select.tsx +0 -0
  235. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/components/ui/separator.tsx +0 -0
  236. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/components/ui/skeleton.tsx +0 -0
  237. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/components/ui/tabs.tsx +0 -0
  238. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/components/ui/textarea.tsx +0 -0
  239. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/components/ui/toaster.tsx +0 -0
  240. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/components/ui/toggle-group.tsx +0 -0
  241. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/components/ui/tooltip.tsx +0 -0
  242. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/components/ui/use-toast.ts +0 -0
  243. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/contexts/ThemeContext.tsx +0 -0
  244. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/hooks/useSwipeBack.ts +0 -0
  245. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/hooks/useTools.ts +0 -0
  246. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/index.css +0 -0
  247. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/lib/api.ts +0 -0
  248. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/lib/providers.tsx +0 -0
  249. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/lib/utils.ts +0 -0
  250. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/main.tsx +0 -0
  251. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/services/configService.ts +0 -0
  252. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/store/configStore.test.ts +0 -0
  253. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/store/configStore.ts +0 -0
  254. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/styles/animations.css +0 -0
  255. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/styles/tokens.css +0 -0
  256. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/test/setup.ts +0 -0
  257. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/types/config.ts +0 -0
  258. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/types/toolConfig.test.ts +0 -0
  259. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/types/toolConfig.ts +0 -0
  260. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/src/vite-env.d.ts +0 -0
  261. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/tailwind.config.js +0 -0
  262. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/take_screenshot.py +0 -0
  263. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/tsconfig.json +0 -0
  264. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/tsconfig.node.json +0 -0
  265. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/vite.config.ts +0 -0
  266. {mindroom-0.1.0 → mindroom-0.1.2}/frontend/vitest.config.ts +0 -0
  267. {mindroom-0.1.0 → mindroom-0.1.2}/justfile +0 -0
  268. {mindroom-0.1.0 → mindroom-0.1.2}/local/instances/deploy/.dockerignore +0 -0
  269. {mindroom-0.1.0 → mindroom-0.1.2}/local/instances/deploy/.dockerignore.backend +0 -0
  270. {mindroom-0.1.0 → mindroom-0.1.2}/local/instances/deploy/.gitignore +0 -0
  271. {mindroom-0.1.0 → mindroom-0.1.2}/local/instances/deploy/BRIDGE_MANAGER.md +0 -0
  272. {mindroom-0.1.0 → mindroom-0.1.2}/local/instances/deploy/Dockerfile.frontend +0 -0
  273. {mindroom-0.1.0 → mindroom-0.1.2}/local/instances/deploy/README-DOCKER.md +0 -0
  274. {mindroom-0.1.0 → mindroom-0.1.2}/local/instances/deploy/README.md +0 -0
  275. {mindroom-0.1.0 → mindroom-0.1.2}/local/instances/deploy/bridge.py +0 -0
  276. {mindroom-0.1.0 → mindroom-0.1.2}/local/instances/deploy/default-deploy.sh +0 -0
  277. {mindroom-0.1.0 → mindroom-0.1.2}/local/instances/deploy/deploy.py +0 -0
  278. {mindroom-0.1.0 → mindroom-0.1.2}/local/instances/deploy/docker-compose.authelia.yml +0 -0
  279. {mindroom-0.1.0 → mindroom-0.1.2}/local/instances/deploy/docker-compose.synapse.yml +0 -0
  280. {mindroom-0.1.0 → mindroom-0.1.2}/local/instances/deploy/docker-compose.tuwunel.yml +0 -0
  281. {mindroom-0.1.0 → mindroom-0.1.2}/local/instances/deploy/docker-compose.wellknown.yml +0 -0
  282. {mindroom-0.1.0 → mindroom-0.1.2}/local/instances/deploy/docker-compose.yml +0 -0
  283. {mindroom-0.1.0 → mindroom-0.1.2}/local/instances/deploy/templates/authelia/configuration.yml.j2 +0 -0
  284. {mindroom-0.1.0 → mindroom-0.1.2}/local/instances/deploy/templates/authelia/users_database.yml +0 -0
  285. {mindroom-0.1.0 → mindroom-0.1.2}/local/instances/deploy/templates/bridges/README.md +0 -0
  286. {mindroom-0.1.0 → mindroom-0.1.2}/local/instances/deploy/templates/bridges/docker-compose.email.j2 +0 -0
  287. {mindroom-0.1.0 → mindroom-0.1.2}/local/instances/deploy/templates/bridges/docker-compose.slack.j2 +0 -0
  288. {mindroom-0.1.0 → mindroom-0.1.2}/local/instances/deploy/templates/bridges/docker-compose.telegram.j2 +0 -0
  289. {mindroom-0.1.0 → mindroom-0.1.2}/local/instances/deploy/templates/synapse/entrypoint.sh +0 -0
  290. {mindroom-0.1.0 → mindroom-0.1.2}/local/instances/deploy/templates/synapse/homeserver.yaml.j2 +0 -0
  291. {mindroom-0.1.0 → mindroom-0.1.2}/local/instances/deploy/templates/synapse/log.config +0 -0
  292. {mindroom-0.1.0 → mindroom-0.1.2}/local/instances/deploy/templates/tuwunel/tuwunel.toml +0 -0
  293. {mindroom-0.1.0 → mindroom-0.1.2}/local/matrix/docker/synapse/.gitignore +0 -0
  294. {mindroom-0.1.0 → mindroom-0.1.2}/local/matrix/docker/synapse/entrypoint.sh +0 -0
  295. {mindroom-0.1.0 → mindroom-0.1.2}/local/matrix/docker/synapse/homeserver.yaml +0 -0
  296. {mindroom-0.1.0 → mindroom-0.1.2}/local/matrix/docker/synapse/log.config +0 -0
  297. {mindroom-0.1.0 → mindroom-0.1.2}/local/matrix/docker/synapse/log.minimal.config +0 -0
  298. {mindroom-0.1.0 → mindroom-0.1.2}/local/matrix/docker-compose.yml +0 -0
  299. {mindroom-0.1.0 → mindroom-0.1.2}/mindroom/tools_metadata.json +0 -0
  300. {mindroom-0.1.0 → mindroom-0.1.2}/run-backend.sh +0 -0
  301. {mindroom-0.1.0 → mindroom-0.1.2}/run-frontend.sh +0 -0
  302. {mindroom-0.1.0 → mindroom-0.1.2}/run-nix.sh +0 -0
  303. {mindroom-0.1.0 → mindroom-0.1.2}/run-tests.sh +0 -0
  304. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/.dockerignore +0 -0
  305. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/.env.example +0 -0
  306. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/API_ENDPOINT_MAPPING.md +0 -0
  307. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/COMPONENTS.md +0 -0
  308. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/Dockerfile.platform-backend +0 -0
  309. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/Dockerfile.platform-frontend +0 -0
  310. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/README.md +0 -0
  311. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/deploy.sh +0 -0
  312. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/docker-compose.yml +0 -0
  313. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/docs/authentication.md +0 -0
  314. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-backend/.python-version +0 -0
  315. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-backend/README.md +0 -0
  316. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-backend/pyproject.toml +0 -0
  317. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-backend/src/__init__.py +0 -0
  318. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-backend/src/backend/__init__.py +0 -0
  319. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-backend/src/backend/auth_monitor.py +0 -0
  320. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-backend/src/backend/config.py +0 -0
  321. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-backend/src/backend/db_utils.py +0 -0
  322. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-backend/src/backend/deps.py +0 -0
  323. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-backend/src/backend/k8s.py +0 -0
  324. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-backend/src/backend/metrics.py +0 -0
  325. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-backend/src/backend/middleware/__init__.py +0 -0
  326. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-backend/src/backend/middleware/audit_logging.py +0 -0
  327. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-backend/src/backend/models.py +0 -0
  328. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-backend/src/backend/pricing.py +0 -0
  329. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-backend/src/backend/process.py +0 -0
  330. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-backend/src/backend/routes/__init__.py +0 -0
  331. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-backend/src/backend/routes/accounts.py +0 -0
  332. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-backend/src/backend/routes/admin.py +0 -0
  333. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-backend/src/backend/routes/gdpr.py +0 -0
  334. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-backend/src/backend/routes/health.py +0 -0
  335. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-backend/src/backend/routes/instances.py +0 -0
  336. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-backend/src/backend/routes/pricing.py +0 -0
  337. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-backend/src/backend/routes/provisioner.py +0 -0
  338. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-backend/src/backend/routes/sso.py +0 -0
  339. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-backend/src/backend/routes/stripe_routes.py +0 -0
  340. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-backend/src/backend/routes/subscriptions.py +0 -0
  341. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-backend/src/backend/routes/usage.py +0 -0
  342. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-backend/src/backend/routes/webhooks.py +0 -0
  343. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-backend/src/backend/tasks/__init__.py +0 -0
  344. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-backend/src/backend/tasks/cleanup.py +0 -0
  345. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-backend/src/backend/tasks/usage_metrics.py +0 -0
  346. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-backend/src/backend/utils/__init__.py +0 -0
  347. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-backend/src/backend/utils/audit.py +0 -0
  348. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-backend/src/backend/utils/log_sanitizer.py +0 -0
  349. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-backend/src/backend/utils/logger.py +0 -0
  350. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-backend/src/main.py +0 -0
  351. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-backend/tests/__init__.py +0 -0
  352. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-backend/tests/conftest.py +0 -0
  353. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-backend/tests/stripe_mock.py +0 -0
  354. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-backend/tests/test_accounts.py +0 -0
  355. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-backend/tests/test_admin.py +0 -0
  356. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-backend/tests/test_admin_account_deletion.py +0 -0
  357. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-backend/tests/test_admin_allowlist.py +0 -0
  358. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-backend/tests/test_admin_rate_limit.py +0 -0
  359. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-backend/tests/test_auth_monitor.py +0 -0
  360. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-backend/tests/test_bearer_token_parsing.py +0 -0
  361. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-backend/tests/test_cors_headers.py +0 -0
  362. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-backend/tests/test_deps.py +0 -0
  363. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-backend/tests/test_gdpr.py +0 -0
  364. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-backend/tests/test_instances.py +0 -0
  365. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-backend/tests/test_log_sanitizer.py +0 -0
  366. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-backend/tests/test_metrics_endpoint.py +0 -0
  367. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-backend/tests/test_multitenancy_security.py +0 -0
  368. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-backend/tests/test_pricing.py +0 -0
  369. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-backend/tests/test_provisioner.py +0 -0
  370. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-backend/tests/test_provisioner_auth.py +0 -0
  371. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-backend/tests/test_provisioner_extended.py +0 -0
  372. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-backend/tests/test_provisioner_integration.py +0 -0
  373. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-backend/tests/test_provisioner_rate_limit.py +0 -0
  374. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-backend/tests/test_provisioner_real.py +0 -0
  375. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-backend/tests/test_rate_limit_sso.py +0 -0
  376. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-backend/tests/test_request_size_limit.py +0 -0
  377. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-backend/tests/test_security_headers_and_hosts.py +0 -0
  378. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-backend/tests/test_sso_cookie_attrs.py +0 -0
  379. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-backend/tests/test_stripe_integration.py +0 -0
  380. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-backend/tests/test_stripe_routes.py +0 -0
  381. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-backend/tests/test_stripe_utils.py +0 -0
  382. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-backend/tests/test_subscriptions.py +0 -0
  383. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-backend/tests/test_usage.py +0 -0
  384. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-backend/tests/test_usage_metrics.py +0 -0
  385. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-backend/tests/test_user_rate_limit.py +0 -0
  386. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-backend/tests/test_webhook_rate_limit.py +0 -0
  387. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-backend/tests/test_webhooks.py +0 -0
  388. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-backend/uv.lock +0 -0
  389. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/.gitignore +0 -0
  390. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/README.md +0 -0
  391. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/bun.lock +0 -0
  392. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/jest.config.js +0 -0
  393. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/jest.setup.js +0 -0
  394. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/middleware.ts +0 -0
  395. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/next.config.ts +0 -0
  396. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/package.json +0 -0
  397. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/postcss.config.mjs +0 -0
  398. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/public/brain-logo.svg +0 -0
  399. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/public/file.svg +0 -0
  400. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/public/globe.svg +0 -0
  401. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/public/next.svg +0 -0
  402. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/public/vercel.svg +0 -0
  403. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/public/window.svg +0 -0
  404. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/runtime-config-shared.js +0 -0
  405. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/shell.nix +0 -0
  406. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/src/app/admin/accounts/[id]/page.tsx +0 -0
  407. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/src/app/admin/accounts/__tests__/page.test.tsx +0 -0
  408. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/src/app/admin/accounts/page.tsx +0 -0
  409. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/src/app/admin/audit-logs/page.tsx +0 -0
  410. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/src/app/admin/instances/page.tsx +0 -0
  411. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/src/app/admin/layout.tsx +0 -0
  412. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/src/app/admin/page.tsx +0 -0
  413. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/src/app/admin/subscriptions/page.tsx +0 -0
  414. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/src/app/admin/usage/page.tsx +0 -0
  415. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/src/app/api/csp-report/route.ts +0 -0
  416. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/src/app/auth/callback/route.ts +0 -0
  417. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/src/app/auth/complete/page.tsx +0 -0
  418. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/src/app/auth/login/page.tsx +0 -0
  419. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/src/app/auth/signup/page.tsx +0 -0
  420. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/src/app/dashboard/billing/page.tsx +0 -0
  421. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/src/app/dashboard/billing/upgrade/page.tsx +0 -0
  422. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/src/app/dashboard/instance/page.tsx +0 -0
  423. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/src/app/dashboard/layout.tsx +0 -0
  424. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/src/app/dashboard/page.tsx +0 -0
  425. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/src/app/dashboard/settings/__tests__/edge-cases.test.tsx +0 -0
  426. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/src/app/dashboard/settings/__tests__/page.test.tsx +0 -0
  427. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/src/app/dashboard/settings/page.tsx +0 -0
  428. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/src/app/dashboard/support/page.tsx +0 -0
  429. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/src/app/dashboard/usage/page.tsx +0 -0
  430. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/src/app/favicon.ico +0 -0
  431. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/src/app/globals.css +0 -0
  432. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/src/app/layout.tsx +0 -0
  433. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/src/app/page.tsx +0 -0
  434. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/src/app/privacy/page.tsx +0 -0
  435. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/src/app/terms/page.tsx +0 -0
  436. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/src/components/DarkModeToggle.tsx +0 -0
  437. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/src/components/LaunchButton.tsx +0 -0
  438. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/src/components/MindRoomLogo.tsx +0 -0
  439. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/src/components/admin/AdminLayout.tsx +0 -0
  440. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/src/components/admin/InstanceActions.tsx +0 -0
  441. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/src/components/admin/__tests__/InstanceActions.test.tsx +0 -0
  442. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/src/components/auth/__tests__/auth-wrapper.test.tsx +0 -0
  443. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/src/components/auth/auth-wrapper.tsx +0 -0
  444. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/src/components/dashboard/DashboardLoader.tsx +0 -0
  445. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/src/components/dashboard/Header.tsx +0 -0
  446. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/src/components/dashboard/InstanceCard.tsx +0 -0
  447. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/src/components/dashboard/QuickActions.tsx +0 -0
  448. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/src/components/dashboard/Sidebar.tsx +0 -0
  449. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/src/components/dashboard/UsageChart.tsx +0 -0
  450. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/src/components/dashboard/__tests__/InstanceCard.simple.test.tsx +0 -0
  451. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/src/components/dashboard/__tests__/InstanceCard.test.tsx +0 -0
  452. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/src/components/landing/CTA.tsx +0 -0
  453. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/src/components/landing/Collaboration.tsx +0 -0
  454. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/src/components/landing/Features.tsx +0 -0
  455. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/src/components/landing/Hero.tsx +0 -0
  456. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/src/components/landing/HowItWorks.tsx +0 -0
  457. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/src/components/landing/Pricing.tsx +0 -0
  458. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/src/components/landing/Stats.tsx +0 -0
  459. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/src/components/landing/Testimonials.tsx +0 -0
  460. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/src/components/landing/WhyItMatters.tsx +0 -0
  461. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/src/components/ui/AnimatedSection.tsx +0 -0
  462. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/src/components/ui/Card.tsx +0 -0
  463. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/src/components/ui/button.tsx +0 -0
  464. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/src/hooks/useAuth.ts +0 -0
  465. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/src/hooks/useDarkMode.tsx +0 -0
  466. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/src/hooks/useInstance.ts +0 -0
  467. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/src/hooks/useSubscription.ts +0 -0
  468. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/src/hooks/useUsage.ts +0 -0
  469. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/src/lib/__tests__/api.test.ts +0 -0
  470. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/src/lib/__tests__/instance-lifecycle.test.ts +0 -0
  471. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/src/lib/api.ts +0 -0
  472. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/src/lib/auth/admin.ts +0 -0
  473. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/src/lib/cache.ts +0 -0
  474. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/src/lib/constants.ts +0 -0
  475. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/src/lib/logger.ts +0 -0
  476. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/src/lib/pricing-config.ts +0 -0
  477. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/src/lib/runtime-config.ts +0 -0
  478. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/src/lib/stripe/client.ts +0 -0
  479. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/src/lib/supabase/client.ts +0 -0
  480. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/src/lib/supabase/server.ts +0 -0
  481. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/src/lib/supabase/types.ts +0 -0
  482. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/src/styles/buttons.css +0 -0
  483. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/take_screenshot.js +0 -0
  484. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/tests/admin.test.ts +0 -0
  485. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/tests/e2e.test.ts +0 -0
  486. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/tests/test-instance-control.js +0 -0
  487. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/platform-frontend/tsconfig.json +0 -0
  488. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/pricing-config.yaml +0 -0
  489. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/redeploy-mindroom-backend.sh +0 -0
  490. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/redeploy-mindroom-frontend.sh +0 -0
  491. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/supabase/.gitignore +0 -0
  492. {mindroom-0.1.0 → mindroom-0.1.2}/saas-platform/supabase/migrations/000_consolidated_complete_schema.sql +0 -0
  493. {mindroom-0.1.0 → mindroom-0.1.2}/scripts/README.md +0 -0
  494. {mindroom-0.1.0 → mindroom-0.1.2}/scripts/__init__.py +0 -0
  495. {mindroom-0.1.0 → mindroom-0.1.2}/scripts/apply-rotated-keys.sh +0 -0
  496. {mindroom-0.1.0 → mindroom-0.1.2}/scripts/check_schema_usage.py +0 -0
  497. {mindroom-0.1.0 → mindroom-0.1.2}/scripts/clean-git-history.sh +0 -0
  498. {mindroom-0.1.0 → mindroom-0.1.2}/scripts/rotate-api-keys.sh +0 -0
  499. {mindroom-0.1.0 → mindroom-0.1.2}/scripts/supabase_exec_sql.py +0 -0
  500. {mindroom-0.1.0 → mindroom-0.1.2}/scripts/sync_config.py +0 -0
  501. {mindroom-0.1.0 → mindroom-0.1.2}/scripts/testing/__init__.py +0 -0
  502. {mindroom-0.1.0 → mindroom-0.1.2}/scripts/testing/benchmark_matrix_throughput.py +0 -0
  503. {mindroom-0.1.0 → mindroom-0.1.2}/scripts/utilities/__init__.py +0 -0
  504. {mindroom-0.1.0 → mindroom-0.1.2}/scripts/utilities/check_git_secrets.py +0 -0
  505. {mindroom-0.1.0 → mindroom-0.1.2}/scripts/utilities/cleanup_agent_edits.py +0 -0
  506. {mindroom-0.1.0 → mindroom-0.1.2}/scripts/utilities/cleanup_agent_edits.sh +0 -0
  507. {mindroom-0.1.0 → mindroom-0.1.2}/scripts/utilities/cleanup_agent_edits_docker.sh +0 -0
  508. {mindroom-0.1.0 → mindroom-0.1.2}/scripts/utilities/forward-ports.sh +0 -0
  509. {mindroom-0.1.0 → mindroom-0.1.2}/scripts/utilities/generate_avatars.py +0 -0
  510. {mindroom-0.1.0 → mindroom-0.1.2}/scripts/utilities/rewrite_git_commits_ai.py +0 -0
  511. {mindroom-0.1.0 → mindroom-0.1.2}/scripts/utilities/rewrite_git_history_apply.py +0 -0
  512. {mindroom-0.1.0 → mindroom-0.1.2}/shell.nix +0 -0
  513. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/__init__.py +0 -0
  514. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/agent_prompts.py +0 -0
  515. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/agents.py +0 -0
  516. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/ai.py +0 -0
  517. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/api/__init__.py +0 -0
  518. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/api/credentials.py +0 -0
  519. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/api/google_integration.py +0 -0
  520. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/api/google_tools_helper.py +0 -0
  521. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/api/homeassistant_integration.py +0 -0
  522. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/api/integrations.py +0 -0
  523. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/api/main.py +0 -0
  524. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/api/matrix_operations.py +0 -0
  525. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/api/tools.py +0 -0
  526. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/background_tasks.py +0 -0
  527. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/bot.py +0 -0
  528. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/cli.py +0 -0
  529. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/commands.py +0 -0
  530. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/config.py +0 -0
  531. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/config_commands.py +0 -0
  532. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/config_confirmation.py +0 -0
  533. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/constants.py +0 -0
  534. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/credentials.py +0 -0
  535. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/credentials_sync.py +0 -0
  536. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/custom_tools/__init__.py +0 -0
  537. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/custom_tools/config_manager.py +0 -0
  538. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/custom_tools/gmail.py +0 -0
  539. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/custom_tools/google_calendar.py +0 -0
  540. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/custom_tools/google_sheets.py +0 -0
  541. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/custom_tools/homeassistant.py +0 -0
  542. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/error_handling.py +0 -0
  543. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/file_watcher.py +0 -0
  544. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/interactive.py +0 -0
  545. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/logging_config.py +0 -0
  546. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/matrix/__init__.py +0 -0
  547. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/matrix/client.py +0 -0
  548. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/matrix/event_info.py +0 -0
  549. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/matrix/identity.py +0 -0
  550. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/matrix/large_messages.py +0 -0
  551. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/matrix/mentions.py +0 -0
  552. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/matrix/message_builder.py +0 -0
  553. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/matrix/message_content.py +0 -0
  554. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/matrix/presence.py +0 -0
  555. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/matrix/rooms.py +0 -0
  556. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/matrix/state.py +0 -0
  557. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/matrix/typing.py +0 -0
  558. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/matrix/users.py +0 -0
  559. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/memory/__init__.py +0 -0
  560. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/memory/config.py +0 -0
  561. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/memory/functions.py +0 -0
  562. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/py.typed +0 -0
  563. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/response_tracker.py +0 -0
  564. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/room_cleanup.py +0 -0
  565. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/routing.py +0 -0
  566. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/scheduling.py +0 -0
  567. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/stop.py +0 -0
  568. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/streaming.py +0 -0
  569. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/teams.py +0 -0
  570. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/thread_utils.py +0 -0
  571. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/tools/__init__.py +0 -0
  572. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/tools/agentql.py +0 -0
  573. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/tools/airflow.py +0 -0
  574. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/tools/apify.py +0 -0
  575. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/tools/arxiv.py +0 -0
  576. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/tools/aws_lambda.py +0 -0
  577. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/tools/aws_ses.py +0 -0
  578. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/tools/baidusearch.py +0 -0
  579. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/tools/brightdata.py +0 -0
  580. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/tools/browserbase.py +0 -0
  581. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/tools/cal_com.py +0 -0
  582. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/tools/calculator.py +0 -0
  583. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/tools/cartesia.py +0 -0
  584. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/tools/composio.py +0 -0
  585. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/tools/config_manager.py +0 -0
  586. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/tools/confluence.py +0 -0
  587. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/tools/crawl4ai.py +0 -0
  588. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/tools/csv.py +0 -0
  589. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/tools/custom_api.py +0 -0
  590. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/tools/dalle.py +0 -0
  591. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/tools/daytona.py +0 -0
  592. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/tools/discord.py +0 -0
  593. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/tools/docker.py +0 -0
  594. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/tools/duckdb.py +0 -0
  595. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/tools/duckduckgo.py +0 -0
  596. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/tools/e2b.py +0 -0
  597. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/tools/eleven_labs.py +0 -0
  598. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/tools/email.py +0 -0
  599. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/tools/exa.py +0 -0
  600. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/tools/fal.py +0 -0
  601. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/tools/file.py +0 -0
  602. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/tools/financial_datasets_api.py +0 -0
  603. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/tools/firecrawl.py +0 -0
  604. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/tools/gemini.py +0 -0
  605. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/tools/giphy.py +0 -0
  606. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/tools/github.py +0 -0
  607. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/tools/gmail.py +0 -0
  608. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/tools/google_calendar.py +0 -0
  609. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/tools/google_maps.py +0 -0
  610. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/tools/google_sheets.py +0 -0
  611. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/tools/googlesearch.py +0 -0
  612. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/tools/groq.py +0 -0
  613. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/tools/hackernews.py +0 -0
  614. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/tools/jina.py +0 -0
  615. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/tools/jira.py +0 -0
  616. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/tools/linear.py +0 -0
  617. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/tools/linkup.py +0 -0
  618. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/tools/lumalabs.py +0 -0
  619. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/tools/mem0.py +0 -0
  620. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/tools/modelslabs.py +0 -0
  621. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/tools/moviepy_video_tools.py +0 -0
  622. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/tools/newspaper4k.py +0 -0
  623. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/tools/openai.py +0 -0
  624. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/tools/openweather.py +0 -0
  625. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/tools/oxylabs.py +0 -0
  626. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/tools/pandas.py +0 -0
  627. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/tools/pubmed.py +0 -0
  628. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/tools/python.py +0 -0
  629. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/tools/reddit.py +0 -0
  630. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/tools/replicate.py +0 -0
  631. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/tools/resend.py +0 -0
  632. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/tools/scrapegraph.py +0 -0
  633. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/tools/searxng.py +0 -0
  634. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/tools/serpapi.py +0 -0
  635. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/tools/serper.py +0 -0
  636. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/tools/shell.py +0 -0
  637. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/tools/slack.py +0 -0
  638. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/tools/sleep.py +0 -0
  639. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/tools/spider.py +0 -0
  640. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/tools/sql.py +0 -0
  641. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/tools/tavily.py +0 -0
  642. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/tools/telegram.py +0 -0
  643. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/tools/todoist.py +0 -0
  644. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/tools/trello.py +0 -0
  645. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/tools/twilio.py +0 -0
  646. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/tools/web_browser_tools.py +0 -0
  647. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/tools/webex.py +0 -0
  648. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/tools/website.py +0 -0
  649. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/tools/whatsapp.py +0 -0
  650. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/tools/wikipedia.py +0 -0
  651. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/tools/x.py +0 -0
  652. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/tools/yfinance.py +0 -0
  653. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/tools/youtube.py +0 -0
  654. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/tools/zendesk.py +0 -0
  655. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/tools/zep.py +0 -0
  656. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/tools/zoom.py +0 -0
  657. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/tools_metadata.json +0 -0
  658. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/tools_metadata.py +0 -0
  659. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/topic_generator.py +0 -0
  660. {mindroom-0.1.0 → mindroom-0.1.2}/src/mindroom/voice_handler.py +0 -0
  661. {mindroom-0.1.0 → mindroom-0.1.2}/tests/__init__.py +0 -0
  662. {mindroom-0.1.0 → mindroom-0.1.2}/tests/api/__init__.py +0 -0
  663. {mindroom-0.1.0 → mindroom-0.1.2}/tests/api/conftest.py +0 -0
  664. {mindroom-0.1.0 → mindroom-0.1.2}/tests/api/test_api.py +0 -0
  665. {mindroom-0.1.0 → mindroom-0.1.2}/tests/api/test_credentials_api.py +0 -0
  666. {mindroom-0.1.0 → mindroom-0.1.2}/tests/api/test_file_watcher.py +0 -0
  667. {mindroom-0.1.0 → mindroom-0.1.2}/tests/api/test_matrix_operations.py +0 -0
  668. {mindroom-0.1.0 → mindroom-0.1.2}/tests/conftest.py +0 -0
  669. {mindroom-0.1.0 → mindroom-0.1.2}/tests/manual/manual_test_message_sizes.py +0 -0
  670. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_agent_datetime_context.py +0 -0
  671. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_agent_order_preservation.py +0 -0
  672. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_agent_response_logic.py +0 -0
  673. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_agents.py +0 -0
  674. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_ai_error_message_display.py +0 -0
  675. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_authorization.py +0 -0
  676. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_authorization_config_update.py +0 -0
  677. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_bot_scheduling.py +0 -0
  678. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_cancel_mid_wait.py +0 -0
  679. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_cli.py +0 -0
  680. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_command_with_emoji.py +0 -0
  681. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_commands.py +0 -0
  682. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_config_commands.py +0 -0
  683. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_config_manager_consolidated.py +0 -0
  684. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_config_reload.py +0 -0
  685. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_credentials.py +0 -0
  686. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_credentials_api.py +0 -0
  687. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_credentials_sync.py +0 -0
  688. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_cron_natural_language.py +0 -0
  689. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_dm_detection.py +0 -0
  690. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_dm_functionality.py +0 -0
  691. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_dm_room_preservation.py +0 -0
  692. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_dynamic_config_update.py +0 -0
  693. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_edit_after_restart.py +0 -0
  694. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_edit_event_handling.py +0 -0
  695. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_edit_response_regeneration.py +0 -0
  696. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_error_handling.py +0 -0
  697. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_error_handling_in_callbacks.py +0 -0
  698. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_event_driven_scheduling.py +0 -0
  699. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_event_relations.py +0 -0
  700. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_extra_kwargs.py +0 -0
  701. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_gemini_integration.py +0 -0
  702. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_homeassistant_tools.py +0 -0
  703. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_interactive.py +0 -0
  704. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_interactive_thread_fix.py +0 -0
  705. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_large_messages.py +0 -0
  706. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_large_messages_integration.py +0 -0
  707. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_matrix_agent_manager.py +0 -0
  708. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_matrix_identity.py +0 -0
  709. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_memory_config.py +0 -0
  710. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_memory_functions.py +0 -0
  711. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_memory_integration.py +0 -0
  712. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_mention_exclusion.py +0 -0
  713. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_mentions.py +0 -0
  714. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_message_content.py +0 -0
  715. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_mock_tests.py +0 -0
  716. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_multi_agent_bot.py +0 -0
  717. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_multi_agent_e2e.py +0 -0
  718. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_multiple_edits.py +0 -0
  719. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_preformed_team_routing.py +0 -0
  720. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_presence.py +0 -0
  721. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_presence_based_streaming.py +0 -0
  722. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_response_tracker.py +0 -0
  723. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_response_tracking_regression.py +0 -0
  724. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_restore_dedup.py +0 -0
  725. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_room_invites.py +0 -0
  726. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_router_configured_agents.py +0 -0
  727. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_router_rooms.py +0 -0
  728. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_routing.py +0 -0
  729. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_routing_integration.py +0 -0
  730. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_routing_regression.py +0 -0
  731. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_schedule_agent_validation.py +0 -0
  732. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_scheduled_task_restoration.py +0 -0
  733. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_scheduling.py +0 -0
  734. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_skip_mentions.py +0 -0
  735. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_stop_emoji_reuse.py +0 -0
  736. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_streaming_behavior.py +0 -0
  737. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_streaming_e2e.py +0 -0
  738. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_streaming_edits.py +0 -0
  739. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_sync_task_cancellation.py +0 -0
  740. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_team_collaboration.py +0 -0
  741. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_team_coordination.py +0 -0
  742. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_team_extraction.py +0 -0
  743. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_team_invitations.py +0 -0
  744. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_team_mode_decision.py +0 -0
  745. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_team_room_updates.py +0 -0
  746. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_thread_history.py +0 -0
  747. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_threading_error.py +0 -0
  748. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_timezone_scheduling.py +0 -0
  749. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_tool_config_sync.py +0 -0
  750. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_tool_dependencies.py +0 -0
  751. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_tools_metadata.py +0 -0
  752. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_unknown_command.py +0 -0
  753. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_unknown_command_response.py +0 -0
  754. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_voice_agent_mentions.py +0 -0
  755. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_voice_bot_threading.py +0 -0
  756. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_voice_command_processing.py +0 -0
  757. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_voice_handler.py +0 -0
  758. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_voice_handler_thread.py +0 -0
  759. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_voice_thread_agent_response.py +0 -0
  760. {mindroom-0.1.0 → mindroom-0.1.2}/tests/test_workflow_scheduling.py +0 -0
  761. {mindroom-0.1.0 → mindroom-0.1.2}/tools/CONFIGFIELD_GENERATION_PROMPT.md +0 -0
@@ -79,6 +79,12 @@ jobs:
79
79
  run: |
80
80
  echo "dockerfile=local/instances/deploy/Dockerfile.${{ matrix.image }}" >> $GITHUB_OUTPUT
81
81
  echo "timestamp=$(date +'%Y%m%d-%H%M%S')" >> $GITHUB_OUTPUT
82
+ # Extract version from tag (strip 'v' prefix) or use 0.0.0 for non-release builds
83
+ if [[ "${{ github.ref_name }}" == v* ]]; then
84
+ echo "version=${GITHUB_REF_NAME#v}" >> $GITHUB_OUTPUT
85
+ else
86
+ echo "version=0.0.0" >> $GITHUB_OUTPUT
87
+ fi
82
88
 
83
89
  - name: Build and push image
84
90
  uses: docker/build-push-action@v5
@@ -91,6 +97,8 @@ jobs:
91
97
  ${{ env.REGISTRY }}/${{ env.OWNER }}/mindroom-${{ matrix.image }}:${{ matrix.platform_suffix }}
92
98
  ${{ env.REGISTRY }}/${{ env.OWNER }}/mindroom-${{ matrix.image }}:${{ github.ref_name }}-${{ matrix.platform_suffix }}
93
99
  ${{ env.REGISTRY }}/${{ env.OWNER }}/mindroom-${{ matrix.image }}:${{ steps.vars.outputs.timestamp }}-${{ matrix.platform_suffix }}
100
+ build-args: |
101
+ VERSION=${{ steps.vars.outputs.version }}
94
102
  cache-from: type=registry,ref=${{ env.REGISTRY }}/${{ env.OWNER }}/mindroom-${{ matrix.image }}:buildcache-${{ matrix.platform_suffix }}
95
103
  cache-to: type=registry,ref=${{ env.REGISTRY }}/${{ env.OWNER }}/mindroom-${{ matrix.image }}:buildcache-${{ matrix.platform_suffix }},mode=max
96
104
  provenance: false
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mindroom
3
- Version: 0.1.0
3
+ Version: 0.1.2
4
4
  Summary: A universal interface for AI agents with persistent memory, where every conversation has a home
5
5
  Project-URL: documentation, https://github.com/mindroom-ai/mindroom
6
6
  Project-URL: homepage, https://github.com/mindroom-ai/mindroom
@@ -14,7 +14,7 @@ Requires-Dist: agentql
14
14
  Requires-Dist: agno[anthropic,google,ollama,openai]>=1.7.6
15
15
  Requires-Dist: aiofiles
16
16
  Requires-Dist: aiohttp
17
- Requires-Dist: apify-client>=1.12.2
17
+ Requires-Dist: apify-client>=1.12.2; platform_machine != 'aarch64'
18
18
  Requires-Dist: arxiv
19
19
  Requires-Dist: atlassian-python-api
20
20
  Requires-Dist: baidusearch
@@ -19,6 +19,9 @@ RUN --mount=type=cache,target=/root/.cache/uv \
19
19
  COPY src /app/src
20
20
 
21
21
  # Install the project itself
22
+ # Set pretend version for setuptools-scm (no .git in container)
23
+ ARG VERSION=0.0.0
24
+ ENV SETUPTOOLS_SCM_PRETEND_VERSION=${VERSION}
22
25
  RUN --mount=type=cache,target=/root/.cache/uv \
23
26
  uv sync --locked --no-dev
24
27
 
@@ -0,0 +1,274 @@
1
+ [build-system]
2
+ build-backend = "hatchling.build"
3
+ requires = [ "hatch-vcs", "hatchling" ]
4
+
5
+ [project]
6
+ name = "mindroom"
7
+ description = "A universal interface for AI agents with persistent memory, where every conversation has a home"
8
+ readme = "README.md"
9
+ authors = [
10
+ { name = "mindroom team" },
11
+ ]
12
+ requires-python = ">=3.12"
13
+ classifiers = [
14
+ "Programming Language :: Python :: 3 :: Only",
15
+ "Programming Language :: Python :: 3.12",
16
+ "Programming Language :: Python :: 3.13",
17
+ ]
18
+ dynamic = [ "version" ]
19
+ dependencies = [
20
+ "agentql", # for AgentQL tool
21
+ "agno[anthropic,google,ollama,openai]>=1.7.6",
22
+ "aiofiles", # for voice message handling
23
+ "aiohttp", # for voice message STT API calls
24
+ "apify-client>=1.12.2; platform_machine!='aarch64'", # for Apify tool (no manylinux aarch64 wheels for impit dep)
25
+ "arxiv", # for Arxiv tool
26
+ "atlassian-python-api", # for Confluence tool
27
+ "baidusearch", # for BaiduSearch tool
28
+ "beautifulsoup4", # for Website tool
29
+ "boto3>=1.40.8", # for AWS Lambda and AWS SES tools
30
+ "browserbase", # for Browserbase tool
31
+ "cartesia", # for Cartesia tool
32
+ "cerebras-cloud-sdk>=1.46", # for Cerebras model
33
+ "chromadb>=1.0.15",
34
+ "composio-agno", # for Composio tool
35
+ "crawl4ai>=0.7.3", # for Crawl4AI tool
36
+ "cron-descriptor>=1.4.5",
37
+ "croniter>=6",
38
+ "daytona", # for Daytona tool
39
+ "ddgs", # for DuckDuckGo tool
40
+ "diskcache>=5.6.3",
41
+ "docker", # for Docker tool
42
+ "duckdb", # for DuckDB tool
43
+ "e2b-code-interpreter", # for E2B tool
44
+ "elevenlabs", # for ElevenLabs tool
45
+ "exa-py", # for Exa tool
46
+ "fal-client", # for Fal tool
47
+ "fastapi[standard]>=0.116.1", # for widget API and future API endpoints
48
+ "firecrawl-py<3", # for Firecrawl tool
49
+ "google-api-python-client>=2.178", # for Google Calendar, Google Sheets, Gmail tools, widget API
50
+ "google-auth>=2.40.3", # for Google Calendar, Google Sheets, Gmail tools, widget API
51
+ "google-auth-httplib2>=0.2", # for Google Calendar, Google Sheets, Gmail tools, widget API
52
+ "google-auth-oauthlib>=1.2.2", # for Google Calendar, Google Sheets, Gmail tools, widget API OAuth flow
53
+ "google-cloud-bigquery", # for Google BigQuery tool
54
+ "google-genai", # for Gemini model
55
+ "google-maps-places", # for Google Maps tool
56
+ "google-search-results>=2.4.2", # for SerpApi tool
57
+ "googlemaps", # for Google Maps tool
58
+ "googlesearch-python", # for GoogleSearch tool
59
+ "groq>=0.31", # for Groq model
60
+ "httpx>=0.27", # for Jina, Telegram, Searxng tools, widget API
61
+ "humanize>=4.12.3",
62
+ "jira>=3.10.5", # for Jira tool
63
+ "linkup-sdk>=0.2.8", # for Linkup tool
64
+ "loguru>=0.7.3",
65
+ "lumaai", # for LumaLabs tool
66
+ "lxml-html-clean", # for Newspaper4K tools
67
+ "markdown>=3.7", # for HTML formatting in Matrix messages
68
+ "matrix-nio>=0.24",
69
+ "mcp[cli]>=1.12.4", # for MCP tool
70
+ "mem0ai>=0.1.115", # for Mem0 tool
71
+ "moviepy", # for MoviePy tool
72
+ "newspaper4k", # for Newspaper4K tool
73
+ "openai", # for OpenAI and DALL-E tools, Morph model
74
+ "oxylabs", # for Oxylabs tool
75
+ "pandas>=2.2", # for Pandas tool
76
+ "playwright", # for AgentQL and Browserbase tools
77
+ "praw", # for Reddit tool
78
+ "psycopg-binary", # for Postgres tool
79
+ "py-trello", # for Trello tool
80
+ "pycountry", # for BaiduSearch and GoogleSearch tools
81
+ "pydantic>=2",
82
+ "pygithub>=2.5", # for GitHub tool
83
+ "pyjwt>=2.8", # for widget API (Google OAuth token decoding)
84
+ "pypdf", # for Arxiv tool
85
+ "python-dotenv>=1",
86
+ "pytz", # for Cal.com tool
87
+ "pyyaml>=6",
88
+ "replicate>=1.0.7", # for Replicate tool
89
+ "requests", # for ClickUp, Cal.com, Zendesk, OpenWeather, ModelsLabs, API tools
90
+ "resend", # for Resend tool
91
+ "rich", # for CLI output
92
+ "scrapegraph-py", # for ScrapeGraph tool
93
+ "slack-sdk", # for Slack tool
94
+ "spider-client", # for Spider tool
95
+ "spotipy>=2.25.1", # for Spotify tool, widget API Spotify integration
96
+ "sqlalchemy", # for SQL tool
97
+ "streamlit", # for Streamlit components
98
+ "structlog>=24.1", # for structured logging
99
+ "supabase>=2.18.1",
100
+ "tavily-python", # for Tavily tool
101
+ "tenacity>=9.1.2",
102
+ "todoist-api-python", # for Todoist tool
103
+ "tweepy", # for X/Twitter tool
104
+ "twilio", # for Twilio tool
105
+ "typer>=0.16",
106
+ "uvicorn>=0.35", # for running FastAPI server (widget API)
107
+ "watchdog>=6", # for file watching (widget API)
108
+ "webexpythonsdk", # for Webex tool
109
+ "wikipedia", # for Wikipedia tool
110
+ "yfinance", # for YFinance tool
111
+ "youtube-transcript-api", # for YouTube tool
112
+ "zep-cloud>=3.3", # for Zep tool
113
+ ]
114
+
115
+ urls.documentation = "https://github.com/mindroom-ai/mindroom"
116
+ urls.homepage = "https://github.com/mindroom-ai/mindroom"
117
+ urls.repository = "https://github.com/mindroom-ai/mindroom"
118
+
119
+ scripts.mindroom = "mindroom.cli:main"
120
+
121
+ [dependency-groups]
122
+ dev = [
123
+ "aioresponses>=0.7.8",
124
+ "markdown-code-runner>=2.4",
125
+ "matty>=0.3",
126
+ "mypy>=1.17",
127
+ "pre-commit>=4.2",
128
+ "pre-commit-uv>=4.1.4",
129
+ "pytest>=8.4.1",
130
+ "pytest-asyncio>=1.1",
131
+ "pytest-cov>=6.2.1",
132
+ "pytest-mock>=3.14.1",
133
+ "pytest-sugar>=1",
134
+ "pytest-timeout>=2.4",
135
+ "pytest-xdist>=3.8",
136
+ "requests>=2.32.4",
137
+ "ruff>=0.12.5",
138
+ "types-aiofiles>=24.1.0.20250809",
139
+ "types-markdown>=3.7",
140
+ "types-pytz>=2025.2.0.20250809",
141
+ "types-pyyaml>=6.0.12.20250516",
142
+ "types-requests>=2.32.4.20250611",
143
+ ]
144
+
145
+ [tool.hatch.version]
146
+ source = "vcs"
147
+
148
+ [tool.hatch.version.raw-options]
149
+ version_scheme = "no-guess-dev"
150
+
151
+ [tool.hatch.build.targets.wheel]
152
+ packages = [ "src/mindroom" ]
153
+
154
+ [tool.ruff]
155
+ target-version = "py312"
156
+
157
+ line-length = 120
158
+ lint.select = [
159
+ "ALL",
160
+ ]
161
+ lint.ignore = [
162
+ "B905", # `zip()` without an explicit `strict=` parameter
163
+ "BLE001", # Do not catch blind exception
164
+ "D107", # Missing docstring in `__init__`
165
+ "D401", # First line of docstring should be in imperative mood
166
+ "D402", # First line should not be the function's signature
167
+ "E501", # Line too long
168
+ "FBT001", # Boolean-typed positional argument in function definition
169
+ "FBT002", # Boolean default value
170
+ "FBT003", # Boolean positional value in call
171
+ "FIX002", # Line contains TODO
172
+ "G004", # Logging statement uses f-string
173
+ "PD901", # df is a bad variable name. Be kinder to your future self.
174
+ "PLR0913", # Too many arguments to function call (N > 5)
175
+ "PLR2004", # Magic value used
176
+ "PLW0603", # Using the global statement to update `X` is discouraged
177
+ "S101", # Use of assert detected
178
+ "S603", # `subprocess` call: check for execution of untrusted input
179
+ "S607", # Starting a process with a partial executable path
180
+ "SLF001", # Private member accessed
181
+ "T20", # flake8-print
182
+ "TD002", # Missing author in TODO; try: `# TODO(<author_name>): ...`
183
+ "TD003", # Missing issue link on the line following this TODO
184
+ ]
185
+ lint.per-file-ignores."src/mindroom/tools/*" = [
186
+ "PLC0415", #`import` should be at the top-level of a file"
187
+ ]
188
+
189
+ [tool.pytest.ini_options]
190
+ testpaths = [ "tests" ]
191
+ python_files = "test_*.py"
192
+ asyncio_mode = "auto"
193
+ pythonpath = [ "src" ]
194
+ addopts = """
195
+ -vvv
196
+ --cov=mindroom
197
+ --cov-report term
198
+ --cov-report html
199
+ --cov-report xml
200
+ --asyncio-mode=strict
201
+ --timeout 60
202
+ --durations 20
203
+ """
204
+ markers = [
205
+ "requires_matrix: marks tests that require a real Matrix server connection (deselect with '-m \"not requires_matrix\"')",
206
+ "e2e: marks end-to-end tests",
207
+ "slow: marks tests as slow",
208
+ ]
209
+
210
+ [tool.coverage.report]
211
+ exclude_lines = [
212
+ "pragma: no cover",
213
+ "raise NotImplementedError",
214
+ "if TYPE_CHECKING",
215
+ "if __name__ == .__main__.:",
216
+ ]
217
+
218
+ [tool.mypy]
219
+ python_version = "3.12"
220
+ warn_return_any = true
221
+ warn_unused_configs = true
222
+ disallow_untyped_defs = true
223
+ disallow_incomplete_defs = true
224
+ check_untyped_defs = true
225
+ disallow_untyped_decorators = false
226
+ warn_redundant_casts = true
227
+ warn_unused_ignores = true
228
+ warn_no_return = true
229
+ strict_equality = true
230
+ files = [ "src", "tests" ]
231
+ exclude = [
232
+ # This test imports modules via the 'src.' prefix which confuses mypy's module discovery.
233
+ # Keeping it excluded avoids duplicate module errors when running mypy on tests.
234
+ "tests/test_gemini_integration.py",
235
+ ]
236
+
237
+ [[tool.mypy.overrides]]
238
+ module = "nio.*"
239
+ ignore_missing_imports = true
240
+
241
+ [[tool.mypy.overrides]]
242
+ module = "mem0.*"
243
+ ignore_missing_imports = true
244
+
245
+ [[tool.mypy.overrides]]
246
+ module = "diskcache.*"
247
+ ignore_missing_imports = true
248
+
249
+ [[tool.mypy.overrides]]
250
+ module = "agno.*"
251
+ ignore_missing_imports = true
252
+
253
+ # Tests: enable strict typing with reasonable exceptions for test mocks
254
+
255
+ [[tool.mypy.overrides]]
256
+ module = "tests.*"
257
+ ignore_missing_imports = true
258
+ disable_error_code = [
259
+ "no-untyped-def", # Test functions often don't need full typing
260
+ "arg-type", # Mock objects often have incompatible types
261
+ "assignment", # Test fixtures often use mocks instead of real types
262
+ "attr-defined", # Mocks dynamically add attributes
263
+ "unused-ignore", # Some type ignores are needed conditionally
264
+ "dict-item", # Test configs use dicts instead of dataclasses
265
+ "list-item", # Test data often uses simplified types
266
+ "union-attr", # Test error handling checks multiple types
267
+ "var-annotated", # Test variables don't always need annotations
268
+ "return-value", # Mock return values may differ from real types
269
+ "no-any-return", # Mock functions may return Any
270
+ "operator", # Test assertions may check optional types
271
+ "index", # Tests check various response types
272
+ "type-var", # Tests may use complex type variables
273
+ "comparison-overlap", # Tests may check impossible conditions for coverage
274
+ ]
@@ -2716,7 +2716,7 @@ dependencies = [
2716
2716
  { name = "agno", extra = ["anthropic", "google", "ollama", "openai"] },
2717
2717
  { name = "aiofiles" },
2718
2718
  { name = "aiohttp" },
2719
- { name = "apify-client" },
2719
+ { name = "apify-client", marker = "platform_machine != 'aarch64'" },
2720
2720
  { name = "arxiv" },
2721
2721
  { name = "atlassian-python-api" },
2722
2722
  { name = "baidusearch" },
@@ -2837,7 +2837,7 @@ requires-dist = [
2837
2837
  { name = "agno", extras = ["anthropic", "google", "ollama", "openai"], specifier = ">=1.7.6" },
2838
2838
  { name = "aiofiles" },
2839
2839
  { name = "aiohttp" },
2840
- { name = "apify-client", specifier = ">=1.12.2" },
2840
+ { name = "apify-client", marker = "platform_machine != 'aarch64'", specifier = ">=1.12.2" },
2841
2841
  { name = "arxiv" },
2842
2842
  { name = "atlassian-python-api" },
2843
2843
  { name = "baidusearch" },
@@ -1,274 +0,0 @@
1
- [build-system]
2
- build-backend = "hatchling.build"
3
- requires = [ "hatch-vcs", "hatchling" ]
4
-
5
- [project]
6
- name = "mindroom"
7
- description = "A universal interface for AI agents with persistent memory, where every conversation has a home"
8
- readme = "README.md"
9
- authors = [
10
- { name = "mindroom team" },
11
- ]
12
- requires-python = ">=3.12"
13
- classifiers = [
14
- "Programming Language :: Python :: 3 :: Only",
15
- "Programming Language :: Python :: 3.12",
16
- "Programming Language :: Python :: 3.13",
17
- ]
18
- dynamic = [ "version" ]
19
- dependencies = [
20
- "agentql", # for AgentQL tool
21
- "agno[anthropic,google,ollama,openai]>=1.7.6",
22
- "aiofiles", # for voice message handling
23
- "aiohttp", # for voice message STT API calls
24
- "apify-client>=1.12.2", # for Apify tool
25
- "arxiv", # for Arxiv tool
26
- "atlassian-python-api", # for Confluence tool
27
- "baidusearch", # for BaiduSearch tool
28
- "beautifulsoup4", # for Website tool
29
- "boto3>=1.40.8", # for AWS Lambda and AWS SES tools
30
- "browserbase", # for Browserbase tool
31
- "cartesia", # for Cartesia tool
32
- "cerebras-cloud-sdk>=1.46", # for Cerebras model
33
- "chromadb>=1.0.15",
34
- "composio-agno", # for Composio tool
35
- "crawl4ai>=0.7.3", # for Crawl4AI tool
36
- "cron-descriptor>=1.4.5",
37
- "croniter>=6",
38
- "daytona", # for Daytona tool
39
- "ddgs", # for DuckDuckGo tool
40
- "diskcache>=5.6.3",
41
- "docker", # for Docker tool
42
- "duckdb", # for DuckDB tool
43
- "e2b-code-interpreter", # for E2B tool
44
- "elevenlabs", # for ElevenLabs tool
45
- "exa-py", # for Exa tool
46
- "fal-client", # for Fal tool
47
- "fastapi[standard]>=0.116.1", # for widget API and future API endpoints
48
- "firecrawl-py<3", # for Firecrawl tool
49
- "google-api-python-client>=2.178", # for Google Calendar, Google Sheets, Gmail tools, widget API
50
- "google-auth>=2.40.3", # for Google Calendar, Google Sheets, Gmail tools, widget API
51
- "google-auth-httplib2>=0.2", # for Google Calendar, Google Sheets, Gmail tools, widget API
52
- "google-auth-oauthlib>=1.2.2", # for Google Calendar, Google Sheets, Gmail tools, widget API OAuth flow
53
- "google-cloud-bigquery", # for Google BigQuery tool
54
- "google-genai", # for Gemini model
55
- "google-maps-places", # for Google Maps tool
56
- "google-search-results>=2.4.2", # for SerpApi tool
57
- "googlemaps", # for Google Maps tool
58
- "googlesearch-python", # for GoogleSearch tool
59
- "groq>=0.31", # for Groq model
60
- "httpx>=0.27", # for Jina, Telegram, Searxng tools, widget API
61
- "humanize>=4.12.3",
62
- "jira>=3.10.5", # for Jira tool
63
- "linkup-sdk>=0.2.8", # for Linkup tool
64
- "loguru>=0.7.3",
65
- "lumaai", # for LumaLabs tool
66
- "lxml-html-clean", # for Newspaper4K tools
67
- "markdown>=3.7", # for HTML formatting in Matrix messages
68
- "matrix-nio>=0.24",
69
- "mcp[cli]>=1.12.4", # for MCP tool
70
- "mem0ai>=0.1.115", # for Mem0 tool
71
- "moviepy", # for MoviePy tool
72
- "newspaper4k", # for Newspaper4K tool
73
- "openai", # for OpenAI and DALL-E tools, Morph model
74
- "oxylabs", # for Oxylabs tool
75
- "pandas>=2.2", # for Pandas tool
76
- "playwright", # for AgentQL and Browserbase tools
77
- "praw", # for Reddit tool
78
- "psycopg-binary", # for Postgres tool
79
- "py-trello", # for Trello tool
80
- "pycountry", # for BaiduSearch and GoogleSearch tools
81
- "pydantic>=2",
82
- "pygithub>=2.5", # for GitHub tool
83
- "pyjwt>=2.8", # for widget API (Google OAuth token decoding)
84
- "pypdf", # for Arxiv tool
85
- "python-dotenv>=1",
86
- "pytz", # for Cal.com tool
87
- "pyyaml>=6",
88
- "replicate>=1.0.7", # for Replicate tool
89
- "requests", # for ClickUp, Cal.com, Zendesk, OpenWeather, ModelsLabs, API tools
90
- "resend", # for Resend tool
91
- "rich", # for CLI output
92
- "scrapegraph-py", # for ScrapeGraph tool
93
- "slack-sdk", # for Slack tool
94
- "spider-client", # for Spider tool
95
- "spotipy>=2.25.1", # for Spotify tool, widget API Spotify integration
96
- "sqlalchemy", # for SQL tool
97
- "streamlit", # for Streamlit components
98
- "structlog>=24.1", # for structured logging
99
- "supabase>=2.18.1",
100
- "tavily-python", # for Tavily tool
101
- "tenacity>=9.1.2",
102
- "todoist-api-python", # for Todoist tool
103
- "tweepy", # for X/Twitter tool
104
- "twilio", # for Twilio tool
105
- "typer>=0.16",
106
- "uvicorn>=0.35", # for running FastAPI server (widget API)
107
- "watchdog>=6", # for file watching (widget API)
108
- "webexpythonsdk", # for Webex tool
109
- "wikipedia", # for Wikipedia tool
110
- "yfinance", # for YFinance tool
111
- "youtube-transcript-api", # for YouTube tool
112
- "zep-cloud>=3.3", # for Zep tool
113
- ]
114
-
115
- urls.documentation = "https://github.com/mindroom-ai/mindroom"
116
- urls.homepage = "https://github.com/mindroom-ai/mindroom"
117
- urls.repository = "https://github.com/mindroom-ai/mindroom"
118
-
119
- scripts.mindroom = "mindroom.cli:main"
120
-
121
- [dependency-groups]
122
- dev = [
123
- "aioresponses>=0.7.8",
124
- "markdown-code-runner>=2.4",
125
- "matty>=0.3",
126
- "mypy>=1.17",
127
- "pre-commit>=4.2",
128
- "pre-commit-uv>=4.1.4",
129
- "pytest>=8.4.1",
130
- "pytest-asyncio>=1.1",
131
- "pytest-cov>=6.2.1",
132
- "pytest-mock>=3.14.1",
133
- "pytest-sugar>=1",
134
- "pytest-timeout>=2.4",
135
- "pytest-xdist>=3.8",
136
- "requests>=2.32.4",
137
- "ruff>=0.12.5",
138
- "types-aiofiles>=24.1.0.20250809",
139
- "types-markdown>=3.7",
140
- "types-pytz>=2025.2.0.20250809",
141
- "types-pyyaml>=6.0.12.20250516",
142
- "types-requests>=2.32.4.20250611",
143
- ]
144
-
145
- [tool.hatch.version]
146
- source = "vcs"
147
-
148
- [tool.hatch.version.raw-options]
149
- version_scheme = "no-guess-dev"
150
-
151
- [tool.hatch.build.targets.wheel]
152
- packages = [ "src/mindroom" ]
153
-
154
- [tool.ruff]
155
- target-version = "py312"
156
-
157
- line-length = 120
158
- lint.select = [
159
- "ALL",
160
- ]
161
- lint.ignore = [
162
- "B905", # `zip()` without an explicit `strict=` parameter
163
- "BLE001", # Do not catch blind exception
164
- "D107", # Missing docstring in `__init__`
165
- "D401", # First line of docstring should be in imperative mood
166
- "D402", # First line should not be the function's signature
167
- "E501", # Line too long
168
- "FBT001", # Boolean-typed positional argument in function definition
169
- "FBT002", # Boolean default value
170
- "FBT003", # Boolean positional value in call
171
- "FIX002", # Line contains TODO
172
- "G004", # Logging statement uses f-string
173
- "PD901", # df is a bad variable name. Be kinder to your future self.
174
- "PLR0913", # Too many arguments to function call (N > 5)
175
- "PLR2004", # Magic value used
176
- "PLW0603", # Using the global statement to update `X` is discouraged
177
- "S101", # Use of assert detected
178
- "S603", # `subprocess` call: check for execution of untrusted input
179
- "S607", # Starting a process with a partial executable path
180
- "SLF001", # Private member accessed
181
- "T20", # flake8-print
182
- "TD002", # Missing author in TODO; try: `# TODO(<author_name>): ...`
183
- "TD003", # Missing issue link on the line following this TODO
184
- ]
185
- lint.per-file-ignores."src/mindroom/tools/*" = [
186
- "PLC0415", #`import` should be at the top-level of a file"
187
- ]
188
-
189
- [tool.pytest.ini_options]
190
- testpaths = [ "tests" ]
191
- python_files = "test_*.py"
192
- asyncio_mode = "auto"
193
- pythonpath = [ "src" ]
194
- addopts = """
195
- -vvv
196
- --cov=mindroom
197
- --cov-report term
198
- --cov-report html
199
- --cov-report xml
200
- --asyncio-mode=strict
201
- --timeout 60
202
- --durations 20
203
- """
204
- markers = [
205
- "requires_matrix: marks tests that require a real Matrix server connection (deselect with '-m \"not requires_matrix\"')",
206
- "e2e: marks end-to-end tests",
207
- "slow: marks tests as slow",
208
- ]
209
-
210
- [tool.coverage.report]
211
- exclude_lines = [
212
- "pragma: no cover",
213
- "raise NotImplementedError",
214
- "if TYPE_CHECKING",
215
- "if __name__ == .__main__.:",
216
- ]
217
-
218
- [tool.mypy]
219
- python_version = "3.12"
220
- warn_return_any = true
221
- warn_unused_configs = true
222
- disallow_untyped_defs = true
223
- disallow_incomplete_defs = true
224
- check_untyped_defs = true
225
- disallow_untyped_decorators = false
226
- warn_redundant_casts = true
227
- warn_unused_ignores = true
228
- warn_no_return = true
229
- strict_equality = true
230
- files = [ "src", "tests" ]
231
- exclude = [
232
- # This test imports modules via the 'src.' prefix which confuses mypy's module discovery.
233
- # Keeping it excluded avoids duplicate module errors when running mypy on tests.
234
- "tests/test_gemini_integration.py",
235
- ]
236
-
237
- [[tool.mypy.overrides]]
238
- module = "nio.*"
239
- ignore_missing_imports = true
240
-
241
- [[tool.mypy.overrides]]
242
- module = "mem0.*"
243
- ignore_missing_imports = true
244
-
245
- [[tool.mypy.overrides]]
246
- module = "diskcache.*"
247
- ignore_missing_imports = true
248
-
249
- [[tool.mypy.overrides]]
250
- module = "agno.*"
251
- ignore_missing_imports = true
252
-
253
- # Tests: enable strict typing with reasonable exceptions for test mocks
254
-
255
- [[tool.mypy.overrides]]
256
- module = "tests.*"
257
- ignore_missing_imports = true
258
- disable_error_code = [
259
- "no-untyped-def", # Test functions often don't need full typing
260
- "arg-type", # Mock objects often have incompatible types
261
- "assignment", # Test fixtures often use mocks instead of real types
262
- "attr-defined", # Mocks dynamically add attributes
263
- "unused-ignore", # Some type ignores are needed conditionally
264
- "dict-item", # Test configs use dicts instead of dataclasses
265
- "list-item", # Test data often uses simplified types
266
- "union-attr", # Test error handling checks multiple types
267
- "var-annotated", # Test variables don't always need annotations
268
- "return-value", # Mock return values may differ from real types
269
- "no-any-return", # Mock functions may return Any
270
- "operator", # Test assertions may check optional types
271
- "index", # Tests check various response types
272
- "type-var", # Tests may use complex type variables
273
- "comparison-overlap", # Tests may check impossible conditions for coverage
274
- ]
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes