Results 5 comments of berchan

add /usr/include/libxml2 to "Header Search Paths" and add libxml2.tbd to "Link binary with Libraries"

推测和swiftUI视图生命周期关联,可以试试在onDisappear不进行取消操作,同时关闭该插件的cancelOnDisappear

launchctl setenv not work in my macos. I add export OLLAMA_HOST="0.0.0.0" in my .bash_profile, then source .bash_profile, it works

this issue is not resolved, error:Failed to deserialize the JSON body into the target type: messages[3]: invalid type: sequence, expected a string at line 1 column 3301 code: `response =...

I have built a custom agent using the example streamlit_mcp_rag_agent, with the same fundamental logic. ``` travel_planner = agent_states[0] response = await travel_planner.llm.generate_str( message=prompt, request_params=RequestParams( model="deepseek-chat", maxTokens=8192, systemPrompt="xxxxx" ) )...