Commit Graph

301 Commits

Author SHA1 Message Date
admin 2a9de15143 removed unused import 2024-08-20 17:23:44 -05:00
admin 41a32d5c91 Install dependencies when rebooting the app 2024-08-20 17:10:30 -05:00
admin dc468631a5 Merge pull request #128 from bucolucas/issue-118-unit-testing-suite
Initial Setup for Comprehensive Unit Testing Suite
2024-08-20 17:08:20 -05:00
admin 845d72d4ec Add initial unit tests for BaseTelegramInferenceBot class 2024-08-20 17:06:14 -05:00
admin c99b075d06 Create tests/integration directory and __init__.py 2024-08-20 17:06:03 -05:00
admin f35439cfd8 Create tests/claude directory and __init__.py 2024-08-20 17:06:01 -05:00
admin 0d7c60a985 Create tests/chatgpt directory and __init__.py 2024-08-20 17:05:59 -05:00
admin 84dca622ef Add pytest and pytest-cov for unit testing and coverage reporting 2024-08-20 17:05:52 -05:00
admin 70aaa4a8da Merge pull request #126 from bucolucas/update-developer-prompt
Update developer prompt with PR and issue information
2024-08-20 16:59:33 -05:00
admin 9c084e72c1 Update developer_prompt.txt 2024-08-20 16:59:24 -05:00
cyclop-bot 8d6d60c4a0 Update developer prompt with concise PR and issue information 2024-08-20 16:58:18 -05:00
cyclop-bot bdc2e7c53d Update developer prompt with PR and issue information 2024-08-20 16:56:41 -05:00
admin 6908cb0f67 Merge pull request #125 from bucolucas/feature/browse-command
Implement /browse command for file navigation
2024-08-20 16:54:04 -05:00
cyclop-bot c52dd6a3a1 Add /browse command and button callback handlers to TelegramHelper 2024-08-20 16:52:09 -05:00
cyclop-bot 80f2fc4fed Revert changes to anthropic_telegram_inference_bot.py 2024-08-20 16:51:44 -05:00
cyclop-bot 9f8418b47d Add /browse command to AnthropicTelegramInferenceBot 2024-08-20 16:50:05 -05:00
cyclop-bot 8ee1ae9224 Implement /browse command for file navigation 2024-08-20 16:49:46 -05:00
admin 50b2070e76 UTF encoding when reading system prompt 2024-08-20 16:48:06 -05:00
admin cedd98c3fc Merge pull request #117 from bucolucas/update-readme
Update README.md with current project state and bot implementations
2024-08-20 16:31:25 -05:00
cyclop-bot 2c73a7ef81 Update README.md to reflect current project state and bot implementations 2024-08-20 16:29:57 -05:00
admin 70b313638e Added project manager prompt 2024-08-20 15:39:05 -05:00
admin 6193086a9f Add abilitiy to comment on and read comments from an issue 2024-08-20 15:31:10 -05:00
admin b1954be7ab Merge branch 'main' of https://github.com/bucolucas/cyclop 2024-08-20 14:46:14 -05:00
admin 9b811bb41d repaired telegram helper 2024-08-20 14:46:12 -05:00
admin 113f887c05 Merge: Add GitPython==3.1.43 to requirements.txt
Merging pull request to add GitPython==3.1.43 to the project requirements.
2024-08-20 14:45:00 -05:00
admin 9433e2fdc0 Add GitPython==3.1.43 to requirements.txt 2024-08-20 14:44:21 -05:00
admin ceae996bb5 Merge: Add functionality to check for new commits and trigger reboot
Merging pull request #111 which adds functionality to check for new commits and automatically trigger a reboot in the Telegram bot.
2024-08-20 14:31:31 -05:00
admin 42e86d5fb3 Update telegram_helper.py 2024-08-20 14:31:01 -05:00
admin 8bee64cee1 Add functionality to check for new commits and trigger reboot 2024-08-20 14:28:51 -05:00
admin 43202e3b6e fixed git import 2024-08-20 14:27:36 -05:00
admin 3ffdddfbaa Merge pull request #110 from bucolucas/add-commit-check-reboot
Add functionality to check for new commits and trigger reboot (Updated)
2024-08-20 14:25:04 -05:00
admin b122734195 Update git import and add package requirement comment 2024-08-20 14:24:15 -05:00
admin 59d2d53708 Merge pull request #109 from bucolucas/add-commit-check-reboot
Add functionality to check for new commits and trigger reboot
2024-08-20 14:22:41 -05:00
admin 573f08c949 Add functionality to check for new commits and trigger reboot 2024-08-20 14:21:41 -05:00
admin 17878cec0b Merge pull request #108 from bucolucas/fix-doreboot-check
Fix doreboot file check to run after event loop starts
2024-08-20 14:11:46 -05:00
admin c9866ac7c5 Fix doreboot file check to run after event loop starts 2024-08-20 14:11:19 -05:00
admin 9f0c9482c7 Merge pull request #107 from bucolucas/add-doreboot-check
Add .doreboot file check and message sending functionality
2024-08-20 14:09:51 -05:00
admin 1b56d8c00b Add .doreboot file check and message sending functionality 2024-08-20 14:09:12 -05:00
admin cad18bf81e removed generic inference bot 2024-08-20 14:07:56 -05:00
admin c50c25cfff fix runtime errors in telegram_helper 2024-08-20 13:52:32 -05:00
admin bc278c0896 Merge pull request #105 from bucolucas/feat/semaphore-file-check-init
Add semaphore file check and notification on initialization
2024-08-20 13:25:30 -05:00
admin 7807a6eac7 Add functionality to check and send message if semaphore file exists on initialization 2024-08-20 13:24:45 -05:00
admin 7783d8fc22 added chat id to .doreboot file 2024-08-20 13:22:59 -05:00
admin 9ac450473f Merge pull request #104 from bucolucas/add-reboot-check
Add check for .doreboot file to send reboot complete message
2024-08-20 13:13:27 -05:00
admin a27e73dd89 Add check for .doreboot file to send reboot complete message and delete the file. 2024-08-20 13:12:54 -05:00
admin 5c594c2223 Added auto-restart capability 2024-08-20 13:11:24 -05:00
admin 2e41004aca Merge pull request #103 from bucolucas/debug-ps1-process-output
Add process details output for debugging
2024-08-20 12:57:12 -05:00
admin 5d8529690f Add process details output for debugging 2024-08-20 12:56:55 -05:00
admin 1f51b2ebbf Merge pull request #100 from bucolucas/add-reboot-command
Add /reboot command to exit with status code 355
2024-08-20 12:38:10 -05:00
admin 96530e50fb Add /reboot command to exit with status code 355 2024-08-20 12:37:35 -05:00