Tomáš Dvořák

Results 140 comments of Tomáš Dvořák

Yes, please add it to the example. `===REMOTE OLLAMA==` or `===CUSTOM CONFIGURATION===` whatever you deem appropriate 👍🏻

@mhdawson, are you still going to do it?

Feel free to assign this issue to me then.

We could extend the emitted data in the `start` event, as shown in #224. This would let anybody to do something like this. ```typescript const agent = new BeeAgent(...) agent.emitter.on("start",...

RAG with MMR can work well, but from my point of view, it is useful only if you have many tools and want to do pre-filtering to speed up the...

I see. What if you pick the wrong subset of tools, and when is the tool selection done? Because Bee Agent is an extended ReAct agent, I see two approaches....

In other words, you don't preserve intermediate steps between iterations, which has its own pros and cons.

Would extending events emitted by Agent through be helpful for further exploration? As depicted in https://github.com/i-am-bee/bee-agent-framework/pull/224.

Discussed internally. We will work on a more appealing interface.