Commit Graph

298 Commits

Author SHA1 Message Date
admin cf0c81e569 Add README.md with information about daemon and apprentice bot system 2024-08-18 16:54:28 -05:00
admin 92f3887506 Add .env.example file with new environment variables 2024-08-18 16:54:06 -05:00
admin 43561de298 Implement daemon and apprentice bot system 2024-08-18 16:53:54 -05:00
admin cddf197baa Merge pull request #49 from bucolucas/remove-incorrect-comment
Remove incorrect comment about updating every 5 seconds
2024-08-18 16:44:47 -05:00
admin 53840b2381 Remove incorrect comment about updating every 5 seconds 2024-08-18 16:17:41 -05:00
admin a3ca27e08c Merge pull request #48 from bucolucas/add-status-updates
Add status updates and abort functionality to Telegram bot
2024-08-18 16:15:36 -05:00
admin 48e3948537 Add status updates and abort functionality 2024-08-18 15:57:45 -05:00
admin 2e32149a0c Merge branch 'main' of https://github.com/bucolucas/cyclop 2024-08-18 15:55:00 -05:00
admin 5096ff7929 Added ability to use multiple tools 2024-08-18 15:54:57 -05:00
admin bf9ae7cc17 Merge pull request #46 from bucolucas/update-tool-suggestions
Update tool suggestions: strikethrough implemented tools
2024-08-18 14:52:32 -05:00
admin cced20d89e Update tool suggestions: strikethrough implemented tools 2024-08-18 14:51:51 -05:00
admin f88b83af78 Merge pull request #45 from bucolucas/add-tool-suggestions
Add tool suggestions document
2024-08-18 14:44:19 -05:00
admin 4c4d321cf9 Add tool suggestions document 2024-08-18 14:43:58 -05:00
admin a8bda7622e removed unnecessary files 2024-08-18 14:27:20 -05:00
admin 3acad2f861 Merge branch 'main' of https://github.com/bucolucas/cyclop 2024-08-18 14:20:58 -05:00
admin 89546a598a revert telegram inference bot to non-refactored version 2024-08-18 14:19:41 -05:00
admin 2b1c9d1ad7 Merge pull request #43 from bucolucas/add-format-tool-result
Add format_tool_result method to AIProvider classes
2024-08-18 14:04:04 -05:00
admin a0f2682660 Add format_tool_result method to AIProvider classes 2024-08-18 13:59:34 -05:00
admin f33123b176 Merge pull request #42 from bucolucas/fix-status-function
Fix status function to use telegram library version
2024-08-18 13:54:03 -05:00
admin 3bb69b71e1 Fix status function to use telegram library version 2024-08-18 13:53:35 -05:00
admin ad7259f49a Merge pull request #41 from bucolucas/fix-anthropic-provider
Fix AnthropicProvider: Add missing methods
2024-08-18 13:51:18 -05:00
admin 35bea5933f Add format_assistant_reply and get_reply_text methods to AnthropicProvider 2024-08-18 13:50:37 -05:00
admin 1268eaf7ba Merge pull request #40 from bucolucas/fix-import-issue
Fix import issue in ai_providers.py
2024-08-18 13:47:09 -05:00
admin 5563760626 Fix import issue in ai_providers.py 2024-08-18 13:45:34 -05:00
admin 3b7f517c3c Merge pull request #39 from bucolucas/update-ai-providers
Add missing imports to ai_providers.py
2024-08-18 13:42:50 -05:00
admin be7d9c7817 Add missing imports to ai_providers.py 2024-08-18 13:42:14 -05:00
admin bcdb6cf0d9 updated gitignore 2024-08-18 13:33:12 -05:00
admin 75d0561a23 Merge pull request #37 from bucolucas/refactor-ai-providers
Refactor AI Providers
2024-08-18 13:26:00 -05:00
admin 4db613f750 Enhance status command with verbose and useful information 2024-08-18 13:24:06 -05:00
admin 8179937d06 Refactor switch_providers and update related functions 2024-08-18 13:22:01 -05:00
admin 5e02468a8b Update AI provider usage and imports 2024-08-18 13:20:33 -05:00
admin 5fbcd358bf Refactor AI providers using Strategy Pattern 2024-08-18 13:18:38 -05:00
admin 6398537554 repaired requirements.txt 2024-08-18 13:12:59 -05:00
admin 4f56ecfe4e fixed readme.md 2024-08-18 13:12:05 -05:00
admin ba561ad92b deleted multiple versions 2024-08-18 13:11:51 -05:00
admin f51190e3ce Merge pull request #35 from bucolucas/refactor-ai-providers
Refactor AI Providers
2024-08-18 12:56:15 -05:00
admin a6bea8dd89 Add README.md explaining AI provider refactoring 2024-08-18 12:54:31 -05:00
admin a7abc5ebd0 Refactor to use AI provider classes 2024-08-18 12:54:11 -05:00
admin 731e655ce1 Add AI provider base class and concrete implementations 2024-08-18 12:53:34 -05:00
admin 3be8137efe Merge pull request #34 from bucolucas/add-pr-and-branch-management
Add PR management and branch deletion functions
2024-08-18 12:32:13 -05:00
admin 8e6230a669 Add functions to approve, close, merge PRs, and delete branches 2024-08-18 12:31:00 -05:00
admin 8ee7df789e Fixed anthropic inference 2024-08-18 12:16:03 -05:00
admin d10702f656 fix for openai call 2024-08-18 10:45:03 -05:00
admin 0b28b9a39d More fixes for anthropic 2024-08-18 10:40:59 -05:00
admin b5a421ea21 Merge branch 'main' of https://github.com/bucolucas/cyclop 2024-08-18 09:19:31 -05:00
admin a283f7dde9 Removed image, added clear implementation to github_tool and log_tool 2024-08-18 09:19:29 -05:00
admin 182e228b62 Merge pull request #30 from bucolucas/add-clear-command
Add abstract method 'clear' to BaseTool
2024-08-18 09:01:24 -05:00
admin 6ad67f24a3 Add 'clear' command to BaseTool class 2024-08-18 09:00:50 -05:00
admin 3d521f4790 Fixes for anthropic 2024-08-18 08:55:22 -05:00
admin 5134312cab Update status message 2024-08-18 07:58:19 -05:00