Roberto Anić Banić
Roberto Anić Banić
DLOG_SCOPE_FUNCTION would allow the user to use a debug only enabled LOG_SCOPE_FUNCTION define. This can prevent unnecessary log messages while enabling the user to keep the scope functionality in debug...
This is a freak issue I encountered during development of a certain android app. This works: ``` return new BeaconScanner( // CODE CUT new BeaconScannerListener() { @Override public void onBeaconFound(@NotNull...
Replaces the stock logging function with the loguru module. A work-in-progress. Based on the updated CI branch, will rebase after merge.
Hi :) I reached out on Telegram to you. Could you respond? Thanks!
Hi, would you consider a PR adding Poetry as a dependency and build manager for img2table?
Hi, I would appreciate an update to numpy 2.0.0, or at least the option to use it. Unless it breaks something badly. Kindest regards, Roberto
Is it possible to register a callback that tells me when a tool call by the agent occurs? For example, I have a MCP "search server", and when I chat...
As per #54 I would advise against merging until I update this message, as I haven't tested running without any passed headers and would hate to break something. Even if...
The approach to implementing generate_structured seems really problematic. It has severe issues with losing the detail from the generate_str call. When calling generate_str:  Same query with a simple wrapper...
I have a use-case to pass some headers to the SSE server. The sse_client from mcp.client.sse.sse_client accepts headers in its function signature. Would you be comfortable with adding configurable headers...