Skip to content

v0.0.4

Compare
Choose a tag to compare
@TransformerOptimus TransformerOptimus released this 07 Jun 14:18
· 1896 commits to main since this release
5404014

Core

  • Removed Pinecone dependency
  • Set your own Max Iteration limit for each agent run to limit API calls
  • Track token utilization - added to GUI
  • Added Agents’ task queue for improved task prioritization
  • Track API calls for each agent
  • Configure OpenAI API key from GUI
  • Updated config_template.yaml file to allow for Local or S3 storage of files.
  • Added Github OAuth for authentication and protection of APIs.

Tools

  • Added DALL.E2 for image generation
  • Web Scraping - To scrape data from webpages
  • Coding Tool (all programming languages) - To write code and save it as an output file in the resource manager

Docs

  • Updated Docker install instructions