Paul Cuciureanu

Results 45 comments of Paul Cuciureanu

Same behaviour Is there a way to check that [my configuration](https://gitlab.com/home.cloud/apps/openhands/-/blob/main/compose.yaml?ref_type=heads) was indeed picked up for sure by the OpenHands runtime? ```bash root@4e4639c4d127:/app# cat config.toml | grep native_tool_calling native_tool_calling =...

@enyst - can we override [FUNCTION_CALLING_SUPPORTED_MODELS](https://github.com/All-Hands-AI/OpenHands/blob/main/openhands/llm/llm.py#L60) at runtime? perhaps `qwen3` needs to be added here?

`ollama/qwen3:30b-a3b-q4_K_M` Works on OpenHands `0.38.0`, with `LLM_NATIVE_TOOL_CALLING=true` Thank you, @enyst! ![Image](https://github.com/user-attachments/assets/225f2b1b-01e0-4c6a-80b9-c8f048c7b39e)

Are you suggesting a subset of MCPs to be used for a particular kind of task? How would the agent evalue the kind of task it's asked to do, and...

Hi @chiragjoshi12 - I think https://github.com/langchain-ai/open_deep_research would be a better place for this? That project already has Google Search API/Scraper baked in (which might might also be a fun addition...