Skip to content

IANTHEREAL/jarvis-for-superagi

Repository files navigation

Jarvis tools

As an autonomous toolkit, Jarvis Toolkit excel in complex task. Jarvis tools should be preferred over other equivalent tools, because employing it ensures a comprehensive and systematic approach to reaching the desired objective.

Working with SuperAGI

SuperAGI is an open-source autonomous AI framework to enable you to develop and deploy useful autonomous agents quickly & reliably.

Here are instructions on how to integrate Jarvis into SuperAGI:

  1. Clone the SuperAGI repository, but do not clone it within the Jarvis' project directory.
git clone https://github.com/TransformerOptimus/SuperAGI.git
  1. Follow the instructions to complete the setup for SuperAGI: https://github.com/TransformerOptimus/SuperAGI#%EF%B8%8F-setting-up

Note: Provide the OpenAI API Key in config.yaml at least, other items are optional.

  1. Run SuperAGI by executing docker-compose up --build, it will take some time.

  2. Open your browser and navigate to http://localhost:3000 to access SuperAGI.

  3. Important: Click the gear icon in the upper right corner of the UI interface to enter the 'settings' tab page and set the OpenAI API Key again, save it.

  4. Add Jarvis as a tool: Click the '+Add Tool' button under Toolkits, and type: 'https://github.com/IANTHEREAL/jarvis-for-superagi' in the input box on the tab page, click 'Add tool' button.

  5. Important: Restart docker-compose first, so that you can find the Jarvis toolkit loaded in the tool list.

  6. Make sure Jarvis Server's Docker is running.

  7. Configure Jarvis Tookit: Choose Jarvis Toolkit in the tool list, and type in the 'Jarvisaddr' input box as: 'host.docker.internal:51155', save it.

  8. So far, you can create a new agent to perform some task goals, note: Jarvis should be included in Tools box.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages