Replies: 3 comments 7 replies
-
I've tried running fastagent as an mcp server, and referencing it in my mcp client app. The agent has a rather long task, and I don't see any status updates or messages for a few minutes, until the agent completes the task. Is there some other means to get progress messages back during execution? |
Beta Was this translation helpful? Give feedback.
-
Sorry to keep pushing, but the elephant in the room is that without basic streaming access to the agent, this project is handicapped. |
Beta Was this translation helpful? Give feedback.
-
Whicḣ example was that? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I hope this isn't a silly question, but I'm building a UI that interacts with LLMs / mcp servers and I would like the ability to chat with agents programmatically. I wasn't able to test the FastAPI example, on startup it throws:
AttributeError: 'Namespace' object has no attribute 'message'
How can I grab what's displayed in the console and pass that to a custom function?
Beta Was this translation helpful? Give feedback.
All reactions