▲ | vivzkestrel 15 hours ago | |
Without using all the jargon can you kindly explain what your project actually does because I did read the repo and still dont get it | ||
▲ | Aherontas 7 hours ago | parent [-] | |
It just builds a ChatGPT like UI that has Agents to serve you either latest news on a specific tech topic (via fetching them via MCP Servers for: Brave Browser, Hackernews and Github for trending repos or repos fetched in the response). It also supports giving you back general knowledge answers. The whole purpose of the repo is to be a general example of how Agents speak with Agents and how to pair them with MCP servers and why we need MCP Servers(for example better run all calculations not in LLM because they hallucinate, but via code and then give the answer back to the LLM). I hope it clarifies what it does now. |