Skip to content

etrobot/semi-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Semi-Agent

a simple AI Agent framework

Flow

  • Ask LLM to generate plan schedule with prompts and tool to use
  • Schedule management is so easy, you can connect or skip step or modify prompts with table software like Excel/Google Sheets
  • You can add any tool or agent by writing python scripts freely

Use Table Software as GUI

Google Sheets as GUI

How to use

  • pip install -r requirements.txt
  • create a .env file manually at project folder root. add the model and key like:
MODEL="openai/gpt-3.5-turbo-1106"
OPENAI_API_KEY="sk-..."
  • or
MODEL="palm/text-bison-001"
PALM_API_KEY="AI..."
  • run main.py

Try it on Google Colab

Open In Colab

About

A simple AI Agent Framework using table software like Excel/Google Sheets as GUI

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages