T-BENZIN
  • Joined on 2023-05-15
T-BENZIN commented on pull request Kanium-PUBLIC/KaniumCogs#15 2026-02-04 15:26:55 +01:00
Attempting to be a bit more direct about activity path

if cmdline = cmdline.lower() on line 48, then this .lower will become redundant

T-BENZIN commented on pull request Kanium-PUBLIC/KaniumCogs#15 2026-02-04 15:25:26 +01:00
Attempting to be a bit more direct about activity path

Maybe put entire cmdline value to .lower instead?

T-BENZIN commented on pull request Kanium-PUBLIC/KaniumCogs#15 2026-02-04 15:19:32 +01:00
Attempting to be a bit more direct about activity path

Nvm, I didn't realized it's the Path lib thing.

T-BENZIN commented on pull request Kanium-PUBLIC/KaniumCogs#15 2026-02-04 15:13:34 +01:00
Attempting to be a bit more direct about activity path

Activity "Pushups" specifically consists of

T-BENZIN approved Kanium-PUBLIC/KaniumCogs#14 2026-02-04 13:40:43 +01:00
Called correct function

I'm dum

T-BENZIN created pull request Kanium-PUBLIC/KaniumCogs#13 2026-02-04 12:11:08 +01:00
Fixed wrong json key being pulled (I forgot to replace the old name)
T-BENZIN pushed to json-key-fix at Kanium-PUBLIC/KaniumCogs 2026-02-04 12:10:39 +01:00
8bec9a159b Fixed wrong json key being pulled (I forgot to replace the old name)
T-BENZIN created branch json-key-fix in Kanium-PUBLIC/KaniumCogs 2026-02-04 12:10:38 +01:00
T-BENZIN created pull request Kanium-PUBLIC/KaniumCogs#11 2026-02-04 11:10:23 +01:00
Added cog for fitness activity logging feature.
T-BENZIN pushed to feature_fitness_logger at Kanium-PUBLIC/KaniumCogs 2026-01-11 06:04:06 +01:00
4ae03c9b9d Added cog for fitness activity logging feature.
T-BENZIN created branch feature_fitness_logger in Kanium-PUBLIC/KaniumCogs 2026-01-11 06:04:05 +01:00
T-BENZIN pushed to dev at Kanium-PUBLIC/KaniumCogs 2025-08-27 18:14:27 +02:00
90d5dd973c Added demo bot for testing. Supports image input, but does not have dialog memory or tools usage yet.
T-BENZIN pushed to dev at Kanium-PUBLIC/KaniumCogs 2025-08-27 18:13:16 +02:00
f195d77e67 Made Discord bot service for getting llm response out of Discord message
T-BENZIN pushed to dev at Kanium-PUBLIC/KaniumCogs 2025-08-25 17:47:10 +02:00
92f536d407 Fixed local import
a322fbae84 Renamed adapter class to MessengerClientMessageAdapter for clarity
Compare 2 commits »
T-BENZIN pushed to dev at Kanium-PUBLIC/KaniumCogs 2025-08-25 09:32:49 +02:00
bd6a55cd85 Created DiscordMessageAdapter for creating ClientMessage instance instead of a builder's class method
T-BENZIN pushed to dev at Kanium-PUBLIC/KaniumCogs 2025-08-24 17:01:30 +02:00
4fd5e06eaa Purged unused imports
T-BENZIN pushed to dev at Kanium-PUBLIC/KaniumCogs 2025-08-24 16:59:38 +02:00
1f7aa0a5ee Merge remote-tracking branch 'origin/dev' into dev
3b6fc28d4c Added ClientMessage -> OpenAIMessage object adapter
Compare 2 commits »
T-BENZIN pushed to dev at Kanium-PUBLIC/KaniumCogs 2025-08-24 16:59:15 +02:00
c024d85db5 Added ClientMessage -> OpenAIMessage object adapter
T-BENZIN pushed to dev at Kanium-PUBLIC/KaniumCogs 2025-08-24 16:43:10 +02:00
a5bfccb19a Added OpenAI response -> OpenAIMessage object adapter