Releases: alexrudall/superagi
Releases · alexrudall/superagi
v0.3.0
v0.2.0
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
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.