Commit Graph

282 Commits

Author SHA1 Message Date
admin eb3506ed78 Add GetFileAtCommit class for get_file_at_commit function with JSON definition 2024-08-19 15:47:14 -05:00
admin 9aa00dd302 Add SetCurrentBranch class for set_current_branch function with JSON definition 2024-08-19 15:46:59 -05:00
admin 033a9e7fc6 Add GetCurrentBranch class for get_current_branch function with JSON definition 2024-08-19 15:46:50 -05:00
admin bcea167299 Add GetCommitHistory class for get_commit_history function with JSON definition 2024-08-19 15:46:42 -05:00
admin 0e7b983473 Add SearchCode class for search_code function with JSON definition 2024-08-19 15:46:28 -05:00
admin fea5ea117e Add ListFiles class for list_files function with JSON definition 2024-08-19 15:46:17 -05:00
admin c657c9e87b Add CreatePullRequest class for create_pull_request function with JSON definition 2024-08-19 15:46:03 -05:00
admin 385e74be02 Add CommitFile class for commit_file function with JSON definition 2024-08-19 15:44:45 -05:00
admin c8f128fa00 Add CreateBranch class for create_branch function 2024-08-19 15:42:27 -05:00
admin 12dbd9505c Add ReadFile class for read_file function 2024-08-19 15:42:13 -05:00
admin b5f71c0e7d Create github_tool_functions subdirectory 2024-08-19 15:41:59 -05:00
admin 6779899981 formatting issues 2024-08-19 14:36:43 -05:00
admin 02cdc6918d Merge pull request #82 from bucolucas/feature/get-issue-details
Add get_issue_details function
2024-08-19 14:34:30 -05:00
admin 0e6a807bff Merge branch 'main' into feature/get-issue-details 2024-08-19 14:33:07 -05:00
admin 3e0eda7e1e Merge branch 'main' of https://github.com/bucolucas/cyclop 2024-08-19 14:30:19 -05:00
admin e75f5c707e Added issue creation 2024-08-19 14:30:17 -05:00
admin ef39dfb4ff Add get_issue_details function 2024-08-19 14:29:17 -05:00
admin ea0799cf87 Merge pull request #79 from bucolucas/refactor-analysis
Add Refactor Analysis Plan
2024-08-19 14:12:42 -05:00
admin 5b4f7157bd Add refactor analysis plan 2024-08-19 14:11:45 -05:00
admin 407feebe40 Merge pull request #78 from bucolucas/update-default-model
Update default model to gpt-4o
2024-08-19 13:52:22 -05:00
admin d40be179ea Update default max tokens for gpt-4o 2024-08-19 13:51:36 -05:00
admin 6603966431 Update default model to gpt-4o 2024-08-19 13:50:38 -05:00
admin fcd558b4c6 fixed openai 2024-08-19 13:41:12 -05:00
admin f920da8537 fixed upenai 2024-08-19 13:38:39 -05:00
admin fe6c4e5684 Merge branch 'main' of https://github.com/bucolucas/cyclop 2024-08-19 12:54:16 -05:00
admin 19ead08efb fixed tool use 2024-08-19 12:54:13 -05:00
admin 87332c9245 Merge pull request 2024-08-19 12:42:33 -05:00
admin 6536acd647 Merge pull request #71 from bucolucas/refactor-inference-bots
Refactor inference bots and extract Telegram logic
2024-08-19 11:39:11 -05:00
admin 29f75ee6c9 Update ChatGPTTelegramInferenceBot main function 2024-08-19 11:36:12 -05:00
admin 9b203ea70f Update AnthropicTelegramInferenceBot main function 2024-08-19 11:35:52 -05:00
admin 478081ff64 Add TelegramHelper class 2024-08-19 11:35:29 -05:00
admin 9b16ca0d85 Refactor ChatGPTTelegramInferenceBot to inherit from BaseTelegramInferenceBot 2024-08-19 11:35:10 -05:00
admin 3caa8ab80f Refactor AnthropicTelegramInferenceBot to inherit from BaseTelegramInferenceBot 2024-08-19 11:34:53 -05:00
admin a402fec869 Add BaseTelegramInferenceBot class 2024-08-19 11:34:31 -05:00
admin 569488e213 Refactor anthropic_telegram_inference_bot.py to use BaseInferenceBot and TelegramHelper 2024-08-19 11:31:28 -05:00
admin 0ece8b354f Add telegram_helper.py with TelegramHelper class 2024-08-19 11:31:06 -05:00
admin f7d70a927f Add base_inference_bot.py with BaseInferenceBot class 2024-08-19 11:30:48 -05:00
admin 93ecf8f1c8 Updated model names 2024-08-19 11:29:00 -05:00
admin dbb4e648db Merge pull request #70 from bucolucas/update-chatgpt-bot
Update chatgpt_telegram_inference_bot.py with OpenAI implementation
2024-08-19 10:55:47 -05:00
admin c0c3c16dbb Update chatgpt_telegram_inference_bot.py with OpenAI implementation 2024-08-19 10:54:35 -05:00
admin 72f4818068 Merge pull request #66 from bucolucas/update-openai-api
Update OpenAI API usage in chatgpt_telegram_inference_bot.py
2024-08-19 10:36:56 -05:00
admin 3c76c33a00 Update OpenAI API usage to new version 2024-08-19 10:36:03 -05:00
admin 79b72ee4d0 removed discord inference bot 2024-08-19 10:33:12 -05:00
admin 2ecfe5ee13 Merge branch 'main' of https://github.com/bucolucas/cyclop 2024-08-19 10:27:22 -05:00
admin 847d5ccd10 updated names of bots 2024-08-19 10:27:20 -05:00
admin 507eca6eac Merge pull request #65 from bucolucas/openai-telegram-bot
Add OpenAI-based Telegram bot
2024-08-19 10:25:30 -05:00
admin 21a9df4d79 Add OpenAI-based Telegram bot 2024-08-19 10:24:17 -05:00
admin acba08bbc2 Merge pull request #64 from bucolucas/add-openai-telegram-bot
Add OpenAI-compatible Telegram inference bot
2024-08-18 21:14:16 -05:00
admin a7ad134553 Add OpenAI-compatible Telegram inference bot 2024-08-18 21:11:42 -05:00
admin 48e3185d08 Merge pull request #61 from bucolucas/remove-discord-bot
Remove discord_inference_bot.py
2024-08-18 19:19:35 -05:00