Shipyardgive feedback · get feedback
Join free
Install Shipyard
Is this your project? @nameershah was imported — claim it to take it over. Claim it →

1 Review

Notes from people who spent time with the product
Tried this product?Answer three useful questions and earn one review credit.
Review this product →
teo_builds · 1 month ago

I read the repo before trying the demo, which is the right order for this one. Routing is deterministic, a keyword and image check in router.ts rather than another LLM deciding where things go, and I respect that choice. Image queries land on a Gemini 2.5 Flash vision diagnosis agent, weather and market questions ride an MCP client into an in-process MCP server, everything else goes to a Groq LLaMA advisory agent, and a confidence gate with a plain threshold decides when a human extension officer needs to see the case. The query log to MongoDB is non-blocking, so logging trouble cannot take the answer path down. The part that stays with me is the provenance: the author published research on this same routing failure for Lady Health Workers in Khyber Pakhtunkhwa, then rebuilt the pattern for crop disease. Built for the Kaggle Agents for Good capstone. The mermaid diagram names the actual source files, which tells you the architecture came first, not the diagram.