Ryan H. Tran
Ryan H. Tran
Yeah, Notdiamond team has helped us train a custom router for a group of defined models, and that router works by choosing an LLM for a particular instance, and all...
> Just a quick question before it slips my mind (sorry): if the user disables native tool use in configuration, what happens to the alternative definitions, are they picked up...
@enyst There were a few issues that I needed to investigate and it took a bit long 😅 This should be ready for testing now
Hi everyone, this appears to be an issue related to tab normalization in [`openhands-aci`](https://github.com/All-Hands-AI/OpenHands-aci). I've pushed a fix to the main -- please give it a try and let me...
I looked into the log a bit and it seems the error happened when the client attempted to retrieve tools from `action_execution_server`: ``` 08:38:10 - openhands:ERROR: utils.py:63 - Failed to...
Here's the error message inside runtime: ``` INFO:mcpm.router.router:Connected to server jetbrains with capabilities: experimental=None logging=None prompts=None resources=ResourcesCapability(subscribe=None, listChanged=None) tools=ToolsCapability(listChanged=True) ERROR:mcpm.router.router:Failed to add server jetbrains: No working IDE endpoint available. 16:56:36...
Hi @jpelletier1, I'll look into the issue this week.
> One way for the LLM to keep track of the task may be: > - prompt it to plan its task or restate the user's task as a plan...
I think the root cause is indeed the git clone waiting for credentials, below is the log of the last command (before agent's commands) I see inside the runtime: 12:01:07...