Yevanchen

Results 18 comments of Yevanchen

> ```python > team.hire( > [ > SimpleCoder(), > SimpleTester(), > SimpleReviewer(is_human=True) > ] > ) > ``` > > Try this. 试试这个。 Thank you for your response. I have...

Thank you for your functional suggestion. To better understand your needs, could you please elaborate: What kind of custom parameters do you want to import from the knowledge base node?...

Looks like blogging and tagging and then filtering blogs with tags? We call this metadata filtering, and you'll see that shortly

On the way, maybe this will be provided as a plugin

I want to know what problem the developer hides the variable to solve? Because this means that the variable is not visible to the user and cannot be initialized. How...

Hi, we are unable to reproduce this situation. "Reproduction steps: Initially, I suspected it was an issue with the capabilities of the gpt-4o model. However, when I imported the same...

In version 1.0, custom agent strategies are supported. You can try to implement custom agent prompts with a workflow that only contains start-agent-answer when using version 1.0.