Owein

Results 5 issues of Owein

I'm Running into this problem on a Mac M3 Sonoma 15.5 and python 3.10.14 When trying to execute the simple example from the documentation for finetuning a model : ```python...

### Bug Description When i try to execute : result = run_flow_from_json( flow="agent.json", input_value="message", session_id="", fallback_to_env_vars=True, tweaks=TWEAKS, ) I have the following error : {"type": "error", "error": "Error running graph:...

bug

### Bug Description When trying to use RetrieverTool to have an agent connected to a VectorStore Getting the following error : ```python RetrieverToolComponent' object has no attribute 'set_event_manager' Traceback (most...

bug

The purpose of this PR is to add more search parameters to the google_serper_api component. 1. Type of search ( selecting between search and news) 2. Query Parameters (such as...

enhancement
size:M

### Bug Description When executing my flow containing an agent, I have this error from time to time. But not on every execution ### Reproduction Run the flow ### Expected...

bug