logoalt Hacker News

zwaps07/31/20251 replyview on HN

I get the client part, great job!

However, the agent is really just a wrapper of Langchain AgentExecutor. This doesn't seem like something someone would want to put into production.


Replies

pzullo07/31/2025

Valid feedback, we did not put as much work on the agent as we did for the client and MCP side yet, but we plan to write a cleaner more composable MCPAgent as well. Actually I would be super happy to hear what you consider a standard here, something like https://openai.github.io/openai-agents-python/ ?