Sergio Paganoni
Sergio Paganoni
I guess we can live with the issue when entering on the highlighted line... I would rather submit the highlight changes in registers and memory feature on a different PR.
I somehow fixed the enter issue, far from perfect though...
Hi @sidra-asa Thanks a lot, the API looks indeed promising. When will be available? Would be able to track method calls across object instances and inheritance?
Same here, shouldn't the current version use websocket instead of polling api?
I added the more complex scenario where you enable compcov where you need multiple env variables: ``` AFL_PRELOAD=/path/to/libcompcov.so AFL_COMPCOV_LEVEL=1 ``` in this case we need to group them with something...
The TOML solution looks very good. I wouldn.t even bother supporting it via env variable. What I also would do is completely remove the take over of the `AFL_` env...
I guess I need to rebase my feature branch... Do you have or plan to write the same function for env variable? In that case we need to merge certain...
Should we apply the same fix to the MCP Workbench use-case in `workbench.py`, specifically in the `ToolSchema` definition and the `list_tools` function? (e.g.: https://github.com/microsoft/autogen/blob/11b7743b7d7ba0e703083054bc8fcac1749005a0/python/packages/autogen-ext/src/autogen_ext/tools/mcp/_workbench.py#L186)
> Does MCP already support strict parameter in tool schema? I can’t say for sure, but when I was playing with the [ida-pro-mcp](https://github.com/mrexodia/ida-pro-mcp) (as workbench) with structured output enabled, I...
Why is this not being merged?