Acidbubbles

Results 39 comments of Acidbubbles

While the idea is similar it would be very different in the implementation. You might want to check out @Salty's ToggleControl.cs plugin on Discord (#plugins-links), it looks close to what...

By the way, books have keywords AND a title... I'm wondering, is the title useful? I end up having to just write things twice. I'd get rid of the title...

I'm wondering, there's the option to "export everything", i.e. backup: https://github.com/luminai-companion/agn-ai/issues/83 or the option to export a chat in a format for something else (this). In theory, characters too can...

Very loosely related to #116 - having a mechanism for notifications (client only, I don't think this needs persistence) would be also useful for responses in chats that are not...

Update: I just don't see how streaming could work, since most of the middlewares would need to buffer the response anyway if it needs to call something by HTTP; and...

Note: I just saw that: - This exists in the repo, which is great since it allows contributions: https://github.com/luminai-companion/agn-ai/tree/dev/instructions - The home page already has some documentation: https://agnai.chat/ but I'm...

Oh, well spotted! Thanks, I plan on reviewing multiple pending PRs and issues soon, I'll include that :)

The issue is that I don't control assembly loading events, some of them happen without any user code. I did figure out the cause of the error (a `\something` instead...

My worry would be deadlocks, since C# assembly loading can happen both when calling CLR from Python (within a GIL) or outside (no GIL).