cachibot 0.2.2.dev1__tar.gz → 0.2.3.dev1__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 (185) hide show
  1. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/.github/workflows/publish.yml +6 -4
  2. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/PKG-INFO +1 -1
  3. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/pyproject.toml +1 -1
  4. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/.dockerignore +0 -0
  5. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/.github/workflows/dev.yml +0 -0
  6. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/.gitignore +0 -0
  7. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/CLAUDE.md +0 -0
  8. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/CONTRIBUTING.md +0 -0
  9. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/Dockerfile +0 -0
  10. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/LICENSE +0 -0
  11. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/README.md +0 -0
  12. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/cachibot.example.toml +0 -0
  13. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/docker-compose.yml +0 -0
  14. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/.dockerignore +0 -0
  15. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/.gitignore +0 -0
  16. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/Dockerfile +0 -0
  17. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/eslint.config.js +0 -0
  18. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/index.html +0 -0
  19. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/package-lock.json +0 -0
  20. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/package.json +0 -0
  21. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/postcss.config.js +0 -0
  22. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/public/favicon.svg +0 -0
  23. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/App.tsx +0 -0
  24. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/api/auth.ts +0 -0
  25. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/api/client.ts +0 -0
  26. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/api/connections.ts +0 -0
  27. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/api/contacts.ts +0 -0
  28. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/api/index.ts +0 -0
  29. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/api/knowledge.ts +0 -0
  30. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/api/models.ts +0 -0
  31. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/api/skills.ts +0 -0
  32. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/api/websocket.ts +0 -0
  33. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/components/auth/LoginPage.tsx +0 -0
  34. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/components/auth/ProtectedRoute.tsx +0 -0
  35. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/components/auth/SetupPage.tsx +0 -0
  36. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/components/chat/ChatPanel.tsx +0 -0
  37. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/components/chat/InputArea.tsx +0 -0
  38. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/components/chat/MessageList.tsx +0 -0
  39. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/components/chat/ThinkingIndicator.tsx +0 -0
  40. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/components/chat/ToolCallList.tsx +0 -0
  41. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/components/chat/UsageDisplay.tsx +0 -0
  42. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/components/common/BotIconRenderer.tsx +0 -0
  43. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/components/common/Button.tsx +0 -0
  44. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/components/common/Dialog/Dialog.tsx +0 -0
  45. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/components/common/Dialog/DialogContent.tsx +0 -0
  46. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/components/common/Dialog/DialogFooter.tsx +0 -0
  47. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/components/common/Dialog/DialogHeader.tsx +0 -0
  48. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/components/common/Dialog/DialogStepper.tsx +0 -0
  49. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/components/common/Dialog/index.ts +0 -0
  50. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/components/common/MarkdownRenderer.tsx +0 -0
  51. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/components/common/ModelSelect.tsx +0 -0
  52. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/components/common/Spinner.tsx +0 -0
  53. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/components/common/ToolIconRenderer.tsx +0 -0
  54. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/components/dialogs/ApprovalDialog.tsx +0 -0
  55. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/components/dialogs/CreateBotDialog.tsx +0 -0
  56. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/components/dialogs/CreateBotWizard/index.tsx +0 -0
  57. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/components/dialogs/CreateBotWizard/steps/AppearanceStep.tsx +0 -0
  58. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/components/dialogs/CreateBotWizard/steps/CapabilitiesStep.tsx +0 -0
  59. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/components/dialogs/CreateBotWizard/steps/ConfirmStep.tsx +0 -0
  60. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/components/dialogs/CreateBotWizard/steps/DetailsStep.tsx +0 -0
  61. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/components/dialogs/CreateBotWizard/steps/ImportStep.tsx +0 -0
  62. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/components/dialogs/CreateBotWizard/steps/MethodSelectStep.tsx +0 -0
  63. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/components/dialogs/CreateBotWizard/steps/NamePickerStep.tsx +0 -0
  64. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/components/dialogs/CreateBotWizard/steps/PersonalityStep.tsx +0 -0
  65. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/components/dialogs/CreateBotWizard/steps/PreviewStep.tsx +0 -0
  66. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/components/dialogs/CreateBotWizard/steps/PromptReviewStep.tsx +0 -0
  67. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/components/dialogs/CreateBotWizard/steps/PurposeStep.tsx +0 -0
  68. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/components/dialogs/CreateBotWizard/steps/TemplateSelectStep.tsx +0 -0
  69. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/components/dialogs/SettingsDialog.tsx +0 -0
  70. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/components/dialogs/ToolConfigDialog.tsx +0 -0
  71. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/components/knowledge/DocumentList.tsx +0 -0
  72. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/components/knowledge/DocumentUploader.tsx +0 -0
  73. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/components/knowledge/InstructionsEditor.tsx +0 -0
  74. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/components/knowledge/index.ts +0 -0
  75. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/components/layout/BotRail.tsx +0 -0
  76. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/components/layout/BotSidebar.tsx +0 -0
  77. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/components/layout/Header.tsx +0 -0
  78. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/components/layout/MainLayout.tsx +0 -0
  79. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/components/layout/Sidebar.tsx +0 -0
  80. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/components/marketplace/BotCard.tsx +0 -0
  81. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/components/marketplace/BotDetailDialog.tsx +0 -0
  82. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/components/marketplace/MarketplaceBrowser.tsx +0 -0
  83. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/components/marketplace/index.ts +0 -0
  84. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/components/settings/BotConnectionsPanel.tsx +0 -0
  85. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/components/settings/ContactsPanel.tsx +0 -0
  86. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/components/views/AppSettingsView.tsx +0 -0
  87. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/components/views/ChatView.tsx +0 -0
  88. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/components/views/ConnectionsView.tsx +0 -0
  89. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/components/views/DashboardView.tsx +0 -0
  90. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/components/views/JobsView.tsx +0 -0
  91. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/components/views/ModelsView.tsx +0 -0
  92. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/components/views/SchedulesView.tsx +0 -0
  93. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/components/views/SettingsView.tsx +0 -0
  94. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/components/views/TasksView.tsx +0 -0
  95. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/components/views/ToolsView.tsx +0 -0
  96. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/components/views/UsersView.tsx +0 -0
  97. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/components/views/WorkView.tsx +0 -0
  98. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/components/views/index.ts +0 -0
  99. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/hooks/useCommands.ts +0 -0
  100. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/hooks/useWebSocket.ts +0 -0
  101. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/index.css +0 -0
  102. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/lib/language-detector.ts +0 -0
  103. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/lib/prompt-generator.ts +0 -0
  104. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/lib/utils.ts +0 -0
  105. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/main.tsx +0 -0
  106. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/stores/auth.ts +0 -0
  107. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/stores/bots.ts +0 -0
  108. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/stores/config.ts +0 -0
  109. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/stores/connections.ts +0 -0
  110. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/stores/contacts.ts +0 -0
  111. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/stores/creation-flow.ts +0 -0
  112. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/stores/creation.ts +0 -0
  113. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/stores/index.ts +0 -0
  114. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/stores/knowledge.ts +0 -0
  115. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/stores/models.ts +0 -0
  116. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/stores/ui.ts +0 -0
  117. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/types/index.ts +0 -0
  118. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/src/vite-env.d.ts +0 -0
  119. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/tailwind.config.js +0 -0
  120. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/tsconfig.json +0 -0
  121. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/tsconfig.tsbuildinfo +0 -0
  122. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/frontend/vite.config.ts +0 -0
  123. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/src/cachibot/__init__.py +0 -0
  124. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/src/cachibot/agent.py +0 -0
  125. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/src/cachibot/api/__init__.py +0 -0
  126. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/src/cachibot/api/auth.py +0 -0
  127. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/src/cachibot/api/routes/__init__.py +0 -0
  128. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/src/cachibot/api/routes/auth.py +0 -0
  129. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/src/cachibot/api/routes/bots.py +0 -0
  130. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/src/cachibot/api/routes/chat.py +0 -0
  131. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/src/cachibot/api/routes/chats.py +0 -0
  132. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/src/cachibot/api/routes/config.py +0 -0
  133. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/src/cachibot/api/routes/connections.py +0 -0
  134. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/src/cachibot/api/routes/contacts.py +0 -0
  135. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/src/cachibot/api/routes/creation.py +0 -0
  136. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/src/cachibot/api/routes/documents.py +0 -0
  137. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/src/cachibot/api/routes/health.py +0 -0
  138. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/src/cachibot/api/routes/instructions.py +0 -0
  139. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/src/cachibot/api/routes/marketplace.py +0 -0
  140. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/src/cachibot/api/routes/models.py +0 -0
  141. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/src/cachibot/api/routes/skills.py +0 -0
  142. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/src/cachibot/api/routes/work.py +0 -0
  143. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/src/cachibot/api/server.py +0 -0
  144. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/src/cachibot/api/websocket.py +0 -0
  145. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/src/cachibot/cli.py +0 -0
  146. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/src/cachibot/config.py +0 -0
  147. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/src/cachibot/data/marketplace_templates.py +0 -0
  148. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/src/cachibot/models/__init__.py +0 -0
  149. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/src/cachibot/models/auth.py +0 -0
  150. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/src/cachibot/models/bot.py +0 -0
  151. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/src/cachibot/models/capabilities.py +0 -0
  152. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/src/cachibot/models/chat.py +0 -0
  153. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/src/cachibot/models/chat_model.py +0 -0
  154. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/src/cachibot/models/command.py +0 -0
  155. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/src/cachibot/models/config.py +0 -0
  156. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/src/cachibot/models/connection.py +0 -0
  157. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/src/cachibot/models/job.py +0 -0
  158. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/src/cachibot/models/knowledge.py +0 -0
  159. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/src/cachibot/models/skill.py +0 -0
  160. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/src/cachibot/models/websocket.py +0 -0
  161. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/src/cachibot/models/work.py +0 -0
  162. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/src/cachibot/services/__init__.py +0 -0
  163. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/src/cachibot/services/adapters/__init__.py +0 -0
  164. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/src/cachibot/services/adapters/base.py +0 -0
  165. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/src/cachibot/services/adapters/discord.py +0 -0
  166. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/src/cachibot/services/adapters/telegram.py +0 -0
  167. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/src/cachibot/services/auth_service.py +0 -0
  168. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/src/cachibot/services/bot_creation_service.py +0 -0
  169. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/src/cachibot/services/command_processor.py +0 -0
  170. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/src/cachibot/services/context_builder.py +0 -0
  171. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/src/cachibot/services/document_processor.py +0 -0
  172. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/src/cachibot/services/message_processor.py +0 -0
  173. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/src/cachibot/services/name_generator.py +0 -0
  174. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/src/cachibot/services/platform_manager.py +0 -0
  175. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/src/cachibot/services/skills.py +0 -0
  176. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/src/cachibot/services/vector_store.py +0 -0
  177. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/src/cachibot/storage/__init__.py +0 -0
  178. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/src/cachibot/storage/database.py +0 -0
  179. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/src/cachibot/storage/repository.py +0 -0
  180. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/src/cachibot/storage/user_repository.py +0 -0
  181. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/src/cachibot/storage/work_repository.py +0 -0
  182. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/src/cachibot/utils/__init__.py +0 -0
  183. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/src/cachibot/utils/markdown.py +0 -0
  184. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/tests/__init__.py +0 -0
  185. {cachibot-0.2.2.dev1 → cachibot-0.2.3.dev1}/tests/test_cachibot.py +0 -0
@@ -123,11 +123,14 @@ jobs:
123
123
  - name: Install build deps
124
124
  run: |
125
125
  python -m pip install --upgrade pip
126
- pip install setuptools_scm build twine
126
+ pip install build twine
127
+
128
+ - name: Set version in pyproject.toml
129
+ run: |
130
+ sed -i 's/^version = ".*"/version = "${{ steps.bump_version.outputs.new_version }}"/' pyproject.toml
131
+ grep '^version' pyproject.toml
127
132
 
128
133
  - name: Build (release)
129
- env:
130
- SETUPTOOLS_SCM_PRETEND_VERSION: ${{ steps.bump_version.outputs.new_version }}
131
134
  run: |
132
135
  python -m build -o dist/cachibot
133
136
 
@@ -136,6 +139,5 @@ jobs:
136
139
  TWINE_USERNAME: __token__
137
140
  TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
138
141
  run: |
139
- python -m pip install --upgrade twine
140
142
  ls -al dist/cachibot
141
143
  python -m twine upload dist/cachibot/* --non-interactive
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cachibot
3
- Version: 0.2.2.dev1
3
+ Version: 0.2.3.dev1
4
4
  Summary: The Armored AI Agent. Cross-platform, secure, yours.
5
5
  Project-URL: Homepage, https://cachibot.dev
6
6
  Project-URL: Documentation, https://cachibot.dev/docs
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "cachibot"
7
- version = "0.2.2.dev1"
7
+ version = "0.2.3.dev1"
8
8
  description = "The Armored AI Agent. Cross-platform, secure, yours."
9
9
  readme = "README.md"
10
10
  license = "MIT"
File without changes
File without changes
File without changes
File without changes
File without changes