RKest

Results 4 comments of RKest

Hi @ronoaldo and @bemurta, Thanks for reporting the issue! I made a partial fix in https://github.com/google/adk-python/commit/e15e19da05ee1b763228467e83f6f73e0eced4b5, but I did miss the other issue of the incorrect URI. I have that...

Should be fully fixed after https://github.com/google/adk-python/commit/a4453c884cd6f4bd6f5ddcd25839657e02ab4f9d

@BenzDroid thanks for the detailed stack trace! This looks to be unrelated to this issue though, which has to do with not being able to update agent engine with `adk...

In the meantime, the following hack worked for me: ```bash mkdir -p node_modules/tree-sitter/prebuilds/linux-x64 cp node_modules/tree-sitter/build/Release/tree_sitter_runtime_binding.node node_modules/tree-sitter/prebuilds/linux-x64/tree-sitter.node ``` Hopefully this can help narrow down the cause of the bug