Lucas Gomide

Results 79 comments of Lucas Gomide

The final parsed tool looks like that ``` CrewStructuredTool(name='Knowledge base', description='Tool Name: Knowledge base Tool Arguments: {'query': {'description': None, 'type': 'str'}, 'kwargs': {'description': None, 'type': 'Any'}} Tool Description: A knowledge...

hey folks! just merged one of the first PRs to address the issue of Tool being defined with `**kwargs` Looking forward to getting more PRs like this in the coming...

@Vidit-Ostwal It is! I'm planning a couple of PR's types: 1. In an ideal world, we'd be able to add any run time validations to prevent a Tool be defined...

Indeed weird. You are trying to install `embedchain==0.0.73` however our dependency is `"embedchain>=0.1.114"`

@nickfujita would you mind syncing your branch and solve conflicts?

@olokshyn lovely your issue - very detailed and clear. I would love this feature, please PR that - we can discuss there! Does your sugggestion the final code? I was...

hey folks! On Enterprise we supports HIL interaction as you can [see here](https://docs.crewai.com/learn/human-in-the-loop#human-in-the-loop-hitl-workflows). You can signup for our Free Plan on Enterprise and try it out yourself

there's no plan to bring HIL API-based workflow to OSS so far

@3CBolt Try to use Enterprise, you can use the free account! When a Human-In-Loop is required to resume a Crew/Flow processing a request is sent to a registered webhook; then...