Tomáš Dvořák

Results 140 comments of Tomáš Dvořák

Good catch. I can see that such dependency is mentioned in https://docs.litellm.ai/docs/providers/vertex. However, our `Backend` module hides the usage of LiteLLM, so we should handle the installation of such dependencies....

>I added the docs:watch script, I don't know what to add to build `docsify generate` ?

No problem, I will do it by myself. Thank you for your contribution.

Hello @starpit. If I look at https://github.com/i-am-bee/beeai-framework/pull/641 is this PR still needed?

We recently added `GlobalTrajectoryMiddleware()`, which logs intermediate steps, and therefore, this should not be needed anymore. If you don't like the way a certain tool gets printed, you can add...

Assigned @akihikokuroda . Feel free to ask if you have any questions.

Not really; you are mixing scopes with types. See https://www.conventionalcommits.org/en/v1.0.0/#summary

All modules should be in there. Your proposal captures very little scope. What scope would you use if you changed something in the following locations? - `src/internals/helpers/map.ts` - `src/cache/fileCache.ts` -...

Yes, one commit may include changes in multiple locations. The final enum should cover all cases so far (see CHANGELOG, where you can see all commits and how they are...