Tomáš Dvořák
Tomáš Dvořák
Resolves #11
**Is your feature request related to a problem? Please describe.** Currently, when the parser finds two properties with the same name, it appends the number at the end to prevent...
Hello, how would you solve situation when multiple packages are using same dependencies and you want to ensure that the dependencies are on the same version across the applications. Thanks...
`The module spawns multiple instances over time`, which is usually not desired as I will receive multiple e-mails with the same information. Is there any way to prevent that? I...
Hello, I really appreciate the work that you have made on this library, it is exactly what I was looking for. The main reason for me to use this package...
Ref: #286
Throws an error (in the base tool constructor) when: - Name does not match the following regex `^[a-zA-Z1-9]+$` (feel free to discuss) - Description is empty - Schema is empty
We currently use [commitlint](https://commitlint.js.org/guides/getting-started) to ensure our commit messages adhere to the conventional commit standard. The current config is here https://github.com/i-am-bee/bee-agent-framework/blob/main/commitlint.config.ts Unfortunately, we don't have a strict set of scopes...
Add LLM inference support for https://lmstudio.ai/ Implementation notes: - Use appropriate SDK: https://github.com/lmstudio-ai/lmstudio.js - Target directory: `src/adapters/lmstudio` with files `llm.ts` and `chat.ts`. - Add tests Implementation tips: - Implementation should...