Skip to content

Releases: alexrudall/superagi

v0.3.0

30 Oct 16:51
ce37ba0
Compare
Choose a tag to compare

Added

  • Add SuperAGI::Agent#pause and Agent#resume to pause and resume an agent run.
  • Add SuperAGI::Agent#resources to get the output of an agent run.

v0.2.0

28 Oct 16:49
a4a5346
Compare
Choose a tag to compare

Added

  • Add SuperAGI::Agent#update to create a new agent.
  • Add SuperAGI::Agent#run to run an agent.
  • Add SuperAGI::Agent#status to get the status of an agent run.

v0.1.0

28 Oct 16:49
Compare
Choose a tag to compare

Added

  • Initialise repository.
  • Add SuperAGI::Client to connect to SuperAGI API using user credentials.
  • Add SuperAGI::Agent#create to create a new agent.
  • Add spec for Client with a cached response using VCR.
  • Add CircleCI to run the specs on pull requests.