Loïc Mathieu
Loïc Mathieu
It's impossible to use the Blackbird module with Micronaut, it generates an exception. The Micronaut team reports the issue may be inside Jackson itself, see https://github.com/micronaut-projects/micronaut-core/issues/11253 Reference stacktrace: ``` io.micronaut.context.exceptions.BeanInstantiationException:...
**Is your feature request related to a problem? Please describe.** Currently, when creating either an AiService or an AiAgent, you can set the user message either via the `@UserMessage` annotation...
Provide `fromJson()` and `serializeToJson()` for `MessageWindowCharMemory` and `TokenWindowChatMemory` ## Issue Closes # ## Change The `InMemoryEmbedingStore` provides convenient methods for serializing to a String and being constructed from a JSON...
### Describe what's missing in our docs Enhance the Kubernates Operator guide with information on how to deploy it multiple times inside a single Kubernetes cluster to manage multiple Kestra...
Fixes https://github.com/kestra-io/kestra-ee/issues/6053
…ncurrency overflow Concurrency limit is based on a counter that increment and decrement the limit each time a flow is started and terminated. This count should always be accurate. But...
- Refactor Soft deletion and harmonize the implementation - Remove the unused deleted column on metrics and logs
Use a command pattern for all changes to the execution for the Executor to process them.
### Feature description We discovered an issue with MinIO, which limits the object name (internal storage path excluding directories) to 255 characters. See https://github.com/kestra-io/storage-minio/issues/124 and the linked PR. This has...