cyclop-bot
|
f52cee97cd
|
Refactor: Separate logic for abort_processing handler in TelegramHelper
|
2025-06-02 16:38:11 -05:00 |
|
cyclop-bot
|
775b1ce051
|
Refactor: Separate logic for start, clear, status, switch handlers in TelegramHelper
|
2025-06-02 16:36:51 -05:00 |
|
cyclop-bot
|
53d1ec8923
|
Refactor: Make reboot file paths configurable in TelegramHelper
|
2025-06-02 16:35:52 -05:00 |
|
cyclop-bot
|
75381f5f11
|
Refactor: Make system_prompt_path and content configurable in BaseTelegramInferenceBot
|
2025-06-02 16:35:08 -05:00 |
|
admin
|
0ffafe3bc5
|
Merge pull request #202 from bucolucas/feat/create-vp-tech-prompt
Feat: Add VP of Technology persona prompt
|
2025-06-02 16:27:45 -05:00 |
|
cyclop-bot
|
837aa5074f
|
feat: Create VP of Technology persona prompt with lessons learned
|
2025-06-02 16:26:40 -05:00 |
|
admin
|
92ad829eff
|
Merge pull request #201 from bucolucas/docs/update-readme-roadmap
Docs: Update README with Roadmap Section
|
2025-06-02 16:24:43 -05:00 |
|
cyclop-bot
|
3772b79d7d
|
docs: Correct roadmap-issue alignment in README.md
|
2025-06-02 16:24:20 -05:00 |
|
cyclop-bot
|
dd279e64e3
|
docs: Add roadmap section to README.md
|
2025-06-02 16:22:55 -05:00 |
|
admin
|
a5a99b0692
|
Merge pull request #193 from bucolucas/fix-search-code-type-error
Fix: Type error in tool argument handling for Anthropic
|
2025-06-02 15:57:28 -05:00 |
|
cyclop-bot
|
4adef5754e
|
Fix: Handle dict input for tool arguments in call_tool
|
2025-06-02 15:56:43 -05:00 |
|
admin
|
7ad100e7a7
|
Merge pull request #192 from bucolucas/fix/anthropic-tool-structure
Fix: Correct tool data access in Anthropic bot
|
2025-06-02 15:51:17 -05:00 |
|
cyclop-bot
|
5a01fd96c6
|
Fix: Adapt Anthropic bot to nested tool function structure
|
2025-06-02 15:50:49 -05:00 |
|
admin
|
3b3e42aa81
|
Merge pull request #191 from bucolucas/feat/anthropic-bot-refinements
Feat: Implement model switching for Anthropic bot
|
2025-06-02 15:46:30 -05:00 |
|
cyclop-bot
|
dbcb72c455
|
Update developer prompt for more autonomy
|
2025-06-02 15:42:18 -05:00 |
|
cyclop-bot
|
94e897b8e0
|
Refactor Anthropic bot for small/large model switching and update developer prompt for autonomy
|
2025-06-02 15:42:17 -05:00 |
|
admin
|
449ae5d3ba
|
Merge branch 'main' of https://github.com/bucolucas/cyclop
|
2025-06-02 15:23:22 -05:00 |
|
admin
|
0eed64cbb3
|
Removed unnecessary awaits
|
2025-06-02 15:23:20 -05:00 |
|
admin
|
ffb0f4ce6c
|
Merge pull request #190 from bucolucas/remove-unnecessary-awaits
Refactor: Remove unnecessary awaits from clear and abort_processing methods
|
2025-06-02 15:21:35 -05:00 |
|
cyclop-bot
|
9715e3767f
|
Refactor: Remove unnecessary awaits from clear and abort_processing methods
|
2025-06-02 15:21:06 -05:00 |
|
admin
|
c6c8e3ce37
|
Merge pull request #189 from bucolucas/refactor/bot-core-logic
Refactor Core Bot Logic: telegram_helper.py and *_inference_bot.py
|
2025-06-02 15:04:14 -05:00 |
|
cyclop-bot
|
6a54035c51
|
Refactor anthropic_telegram_inference_bot.py: Improve tool response formatting, enhance API error handling, and align with BaseTelegramInferenceBot.
|
2025-06-02 14:56:47 -05:00 |
|
cyclop-bot
|
1f5fbc3db8
|
Refactor gemini_telegram_inference_bot.py to use OpenAICompatibleInferenceBot.
|
2025-06-02 14:56:32 -05:00 |
|
cyclop-bot
|
af8fbfec80
|
Refactor chatgpt_telegram_inference_bot.py to use OpenAICompatibleInferenceBot.
|
2025-06-02 14:56:28 -05:00 |
|
cyclop-bot
|
56ffb70af0
|
Create OpenAICompatibleInferenceBot base class.
|
2025-06-02 14:56:23 -05:00 |
|
cyclop-bot
|
243942787a
|
Refactor base_telegram_inference_bot.py: Improve error handling, encapsulate processing status, and define abstract methods.
|
2025-06-02 14:55:45 -05:00 |
|
cyclop-bot
|
a7d2c98c97
|
Refactor telegram_helper.py: Apply constants, remove unused git import, and prepare for processing_status encapsulation.
|
2025-06-02 14:55:30 -05:00 |
|
admin
|
f23812822e
|
Merge pull request #187 from bucolucas/feature/chat-status-update
feat: Enhance status command with system prompt and LLM details
|
2025-06-02 14:45:40 -05:00 |
|
cyclop-bot
|
72b460bcfb
|
fix: Correct formatting for Anthropic bot update
|
2025-06-02 14:43:51 -05:00 |
|
cyclop-bot
|
80d7aa721c
|
feat: Update Anthropic bot with new status methods and tool handling
|
2025-06-02 14:38:33 -05:00 |
|
cyclop-bot
|
d167fc7b39
|
feat: Update ChatGPT bot with new status methods and tool handling
|
2025-06-02 14:37:57 -05:00 |
|
cyclop-bot
|
d1c8693cc4
|
feat: Implement prompt/LLM status and refine tool handling (Gemini bot)
|
2025-06-02 14:31:30 -05:00 |
|
cyclop-bot
|
f5b75f77ca
|
feat: Enhance status command to show system prompt and LLM info (base bot)
|
2025-06-02 14:30:08 -05:00 |
|
admin
|
897413d27f
|
Merge pull request #186 from bucolucas/feature/PR-general-comments
feat: Add function to get PR general comments
|
2025-06-02 14:15:28 -05:00 |
|
cyclop-bot
|
0c2f09fb23
|
feat: add get_pull_request_general_comments to github_tool
|
2025-06-02 14:14:28 -05:00 |
|
admin
|
d7a0845bf2
|
Merge pull request #184 from bucolucas/feature/view-commit-history
Add function to view file commit history
|
2025-06-02 14:08:07 -05:00 |
|
cyclop-bot
|
ca4adff116
|
Add view_commit_details_for_file function to GitHubTool
|
2025-06-02 14:06:33 -05:00 |
|
admin
|
caa6971683
|
Fixed code review errors
|
2025-06-02 13:52:54 -05:00 |
|
admin
|
324f9bc1d1
|
Merge pull request #183 from bucolucas/feature/code-review-enhancements
Feature: Add comprehensive PR review capabilities
|
2025-06-02 13:51:41 -05:00 |
|
cyclop-bot
|
b3ab62eccf
|
feat: Add pull request review capabilities
|
2025-06-02 13:48:17 -05:00 |
|
admin
|
f135465f77
|
Merge pull request #175 from bucolucas/feat/vp-tech-prompt-improvements
Improve VP of Tech Prompt
|
2025-06-02 13:28:04 -05:00 |
|
cyclop-bot
|
8ae3327a98
|
Refactor: Improve VP of Tech prompt with more actionable guidance and specifics.
|
2025-06-02 13:25:27 -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 |
|
admin
|
2632fb34cc
|
Merge pull request #166 from bucolucas/standalone-llm-tool-dev
Implement Standalone LLM Tool
|
2024-10-28 10:21:34 -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
|
73b6321c5c
|
Allow model and max tokens to be dynamic parameters in Standalone LLM Tool.
|
2024-10-28 10:19:22 -05:00 |
|
cyclop-bot
|
055399c514
|
Refactor Standalone LLM Tool for programmatic use.
|
2024-10-28 10:18:02 -05:00 |
|