Commit Graph

75 Commits

Author SHA1 Message Date
admin caa6971683 Fixed code review errors 2025-06-02 13:52:54 -05:00
cyclop-bot b3ab62eccf feat: Add pull request review capabilities 2025-06-02 13:48:17 -05:00
admin a24f56531e added gemini inference bot 2025-06-02 13:23:02 -05:00
admin 179718595b Merge branch 'main' of https://github.com/bucolucas/cyclop 2025-06-01 11:50:15 -05:00
admin 7844f26d59 Testing with qwen and updating tools 2025-06-01 11:50:12 -05:00
admin bdc483993d Added standalone llm 2024-10-28 17:56:06 -05:00
cyclop-bot 15d8172980 Update standalone LLM tool documentation for dynamic parameter usage and programmatic access. 2024-10-28 10:20:53 -05:00
cyclop-bot c4cbe90bd6 Add documentation for standalone LLM tool usage. 2024-10-28 10:16:23 -05:00
admin 99630ffc19 emit github token when starting 2024-08-22 08:11:01 -05:00
admin 5c17823a0f Added browse command and project handlers 2024-08-21 13:26:34 -05:00
admin 8036ecaec5 Fixed tool definitions 2024-08-20 23:05:15 -05:00
admin d4c952cda0 Enhance project board-related methods to return detailed responses 2024-08-20 22:53:00 -05:00
admin e3fd071dc2 Recommit github_tool.py with all function calls and missing pieces added back 2024-08-20 19:09:19 -05:00
admin ca2b0bd667 Recommit github_tool.py with missing pieces added back 2024-08-20 18:54:57 -05:00
admin 34550d128b Add project management functions for creating boards, columns, and cards. 2024-08-20 18:49:00 -05:00
admin 6193086a9f Add abilitiy to comment on and read comments from an issue 2024-08-20 15:31:10 -05:00
admin 819445ec35 Revert github tool refactoring 2024-08-20 12:24:33 -05:00
admin 976e397140 Add logging to GitHubTool for function loading and initialization 2024-08-20 12:02:45 -05:00
admin 7271c5da84 Refactor github_tool.py to use consistent JSON definitions 2024-08-19 16:01:24 -05:00
admin bd19895e90 Refactor github_tool.py to utilize new class-based functions 2024-08-19 15:49:31 -05:00
admin 68a30cf5e1 Add ListIssues class for list_issues function with JSON definition 2024-08-19 15:49:12 -05:00
admin 8a9b08313f Add CreateIssue class for create_issue function with JSON definition 2024-08-19 15:48:56 -05:00
admin 995a485071 Add GetIssueDetails class for get_issue_details function with JSON definition 2024-08-19 15:48:45 -05:00
admin bf7ed4a604 Add DeleteBranch class for delete_branch function with JSON definition 2024-08-19 15:48:29 -05:00
admin 28b793a2ef Add MergePullRequest class for merge_pull_request function with JSON definition 2024-08-19 15:48:17 -05:00
admin b67ab7a847 Add ClosePullRequest class for close_pull_request function with JSON definition 2024-08-19 15:48:01 -05:00
admin 36e837d342 Add ApprovePullRequest class for approve_pull_request function with JSON definition 2024-08-19 15:47:50 -05:00
admin 648949e492 Add GetBranchSHA class for get_branch_sha function with JSON definition 2024-08-19 15:47:39 -05:00
admin 6352bee7b8 Add ListBranches class for list_branches function with JSON definition 2024-08-19 15:47:29 -05:00
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 0e6a807bff Merge branch 'main' into feature/get-issue-details 2024-08-19 14:33:07 -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 1bd7f6de89 Add metrics_tool.py 2024-08-18 18:54:40 -05:00
admin 01d7c508d9 whitespace fix 2024-08-18 18:51:56 -05:00
admin 96a346cb4a Update github_tool.py 2024-08-18 18:49:15 -05:00
admin 50fc92fed6 Update github_tool.py 2024-08-18 18:47:32 -05:00
admin 1b1063d76e Update log_tool.py to use metrics 2024-08-18 18:44:01 -05:00
admin eccab1862b Update github_tool.py to use metrics 2024-08-18 18:43:40 -05:00