Paul Cuciureanu
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! 
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...