Working on a Conversation Integration for Local and Cloud AI with TONS of custom functions

Good afternoon, Community!!

I use local AI. I was really enjoying the extended OpenAI conversations integration. But I ran into trouble with it… and out of frustration decided to vibe code my own custom intgration with support for custom functions (wikipedia, places, yelp, sports scores, etc). The integration is stateless, it does not support continuing conversations… but as a plus, it makes the AI act a TON more deterministic. Ive cut down HUGELY on hallucinations and false states. The integration really is a framework to get your AI of choice to act more like an assistant in line with features that alexa has. You can choose any popular provider - Local, OpenAI, Google, Claude, open router, and even groq studio.

The killer feature are the custom funtions built in to the app. So far, I have the following functions:

Weather - Via API
Calendar Events
Music Control
Camera Checks (requires a separate integration im deving - SImilar to LLM VISION, but with a focus on video, not stills)
Sports Scores & Schedules
News Headlines (via your API of choice)
Find Nearby Places (Google Places)
Restaurant Recommendations (Yelp)
Thermostat Control
Device Status Checks
Wikipedia & Age Lookup

Let me know if this is something you guys are interested in and I will release it. I’ve been using it for a month staright and im really happy with the integration.

It supports streaming text, so its snappy.