Over the next few weeks, my latest venture, ODAI, will be shutting down. OpenAI introduced the features we were implementing so there’s no use in trying to compete. I’m happy and my investors are happy because we were about a year ahead of the market trend. We got it right. And for that, we are proud.
So I introduce to you, the multi-agentic AI system ODAI built on top of the OpenAI Agents SDK:
This code comprises of a system whereby a user can have a text or voice conversation with many different agents which help with day to day tasks. It can read and compose Gmail, read your documents, check flight statuses, search for products, and even get the realtime info on Caltrains.
There’s a lot of code in there. The Readme covers it pretty well. All the AI is in connectors/ and the primary Agent is in orchestrator.py. There’s also an entire Twilio integration where you can call ODAI and talk to it.
You can’t run it locally since you’d need access to firebase and API keys for all of our partners, but you can try it out as we are keeping it alive at odai.chat.
You can also call us at 888-231-1152.
I would try things like asking about concerts, movie times, stock and crypto quotes, the weather, etc..
I am transitioning into doing consulting for AI and other backend work. If you like what you see here and need help with AI strategy or implementation, please email me at george@sibbleconsulting.com.
Enjoy!

