Jerron Lim

Results 19 comments of Jerron Lim

Hi @eyurtsev, raised a PR to update the playground unit tests as requested.

Hi @hinthornw , I ran them multiple times (and once more just now just to be sure) and the behaviour is consistent. Tested both on ollama v0.3.0.

It seems to be cause by `astream_events` method. Using langgraph with `astream` works: ```python ... async def test(): async for event in app.astream( {"messages": [HumanMessage(content="what is the weather in sf")]},...

I’m going to close this issue now that we’ve added support for Azure models. For an example of how to run them, please refer to [examples/mcp_basic_azure_agent](https://github.com/lastmile-ai/mcp-agent/tree/e78672a67a8dd4992b592a44f66d76231ffd76d2/examples/mcp_basic_azure_agent).

Hi @shanmu-raoyunfei, to enable RAG you must first add a document via the 'Uploads' page. Once it is processed, you can then attach it to an agent. Third-party usage via...

Hi @wuh-watson, can you check in your example's `main.py`, 'gitlab' is included in the server name? ```python async def main(): await app.initialize() # Use the state management pattern state =...

Hi @wuh-watson, closing this issue for now. Feel free to open it if your issue persists!

Hi @animanathome, could you clarify how you’re passing the image to the agent? Are you attempting to return the image as a tool response from an MCP server? If so,...

Hi @flyingcloud-code, I just tried your code with `deepseek/deepseek-chat-v3-0324:free` model and it is working on my end. Could you try switching models and check if the error persists?