Skip to content

Five-Research/Operand

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Operand

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.

Features:

  1. Chain of Thought prompting
  2. Agentic function calling
  3. Easiest solution in the market

The agent will:

  1. Accept natural language queries
  2. Determine required actions
  3. Handle both static and dynamic content
  4. Validate extracted data
  5. Return structured results

Quick start

python -m venv venv
pip install -r requirements.txt

then proceed to run the files as you wish!

Don't forget to add your API key :)

About

OpenSource Operator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages