appctl(Appcontrol) uses your exising openai docs or your db and makes MCP tools. U can then connect your favorite LLM and chat either on terminal or web. The idea in mind is to expose actions we make inside any website of our own llm based so that we can ask AI to even submit a new record in our system.
Comments
esubaalew•1h ago
appctl can work in simple steps.
appctl setup;
and then
appctl chat; to chat in termianl or
appctl serve to chat on the web
esubaalew•1h ago