Tomáš Dvořák

Results 140 comments of Tomáš Dvořák

The `os.tmpdir()` should be cross-platform. Which operating system are you using? This should work

>Add pre/post events for all major operations: Chat model invocations (on_chat_pre_invoke, on_chat_post_invoke) Memory operations (on_memory_read, on_memory_write, on_memory_pre_update, etc.) Tool invocations (on_tool_pre_invoke, on_tool_post_invoke) These events are not necessarily to be defined...

Thank you for your hard work! I am thinking if there is a more Pythonic way of doing that (pickling). What do you think?

I see your point. Thank you for the research. Before we merge this, can you verify that some basic examples work in both TS and Python so that one can...

Hello @Sakeeb91. Would you be willing to address the comments I mentioned? I am ready to help if you need me. Thank you!

Hello @yatishdurga, sure. Such tutorial should be focused on how to evaluate the RequirementAgent. Check out the `beeai-framework/python/eval` directory which uses DeepEval.

Note that this is currently blocked until we finish #1182

Thank you @Vasuk12 for your contribution. We would like to also have some E2E tests. Are you willing to take a look it?

I meant testing the communication between the server and the client.

Good observation. I will add support for them soon.