Xiaotian Jin

Results 40 comments of Xiaotian Jin

I ran into the same issue in macOS 13.5. I cannot create the plot in radian terminal. The problem was gone when I downgraded to 0.5.12.

Great, can @Wendong-Fan help me with the merging?

> Thanks for the effort @MuggleJinx 🔥 I added some comments in the code. Please consider the following: > > * If you decide to make `agent_as_mcp.py` as a script,...

Hi @hesamsheikh, thanks again! I adapted ur suggestions: 1. Update the folder structure, separate the config.py and server.py/ 2. For `model_from_json_schema` function, I improve the logic so that it now...

The MCP client like Cursor, Claude, Cline, need to run the server as scripts, I think we still need to provide the entry script for the MCP client to start...

> > Starting the subprocess from chatAgent module > > Hi @MuggleJinx. Could you please elaborate more why starting the subprocess from `ChatAgent` module is hard? @lightaime Sure, for example,...

> > > > Starting the subprocess from chatAgent module > > > > > > > > > Hi @MuggleJinx. Could you please elaborate more why starting the subprocess...

Hi @lightaime, I created another PR to implement the `to_mcp` method for creating MCP server at runtime. Can you check #2272?

History messed up for review, moving to #2128.

> @MuggleJinx for subclasses, should i default to none or remove the timeout param since it inherits from base already? yeah I think so, you can just define the default...