OpenAI launched its operator model a few days back and this is our barebones CLI version of the same, completely opensource, uses the Groq API for serving the models due to its processing speed.
- Chain of Thought prompting
- Agentic function calling
- Easiest solution in the market
- Accept natural language queries
- Determine required actions
- Handle both static and dynamic content
- Validate extracted data
- Return structured results
python -m venv venv
pip install -r requirements.txtthen proceed to run the files as you wish!
Don't forget to add your API key :)