Skip to main content

Experimental collaboration tool to use multiple AI personnel together equipped with instructed function calls.

Project description

Jam.AI

Create Jam session with AI

Jam is an experimental collaboration tool to use multiple AI personnel together equipped with instructed function calls.

View Changelog

Demo

Quick Start

from jam import Jam
from jam.personnel import BasicPersonnel
from jam.instrument import PromptPainter
from jam.persistence import SQLitePersistence

jam_room = Jam(
    members=[
        BasicPersonnel.from_json('example/personnel/albert-einstein.json'),
        BasicPersonnel.from_json('example/personnel/stephen-hawking.json')
    ],
    instruments=[
        PromptPainter()
    ],
    persistence=SQLitePersistence()
)

prompt = jam_room.compose(
    message='Give me a question',
    multi=True
)

Installation

pip install jam-ai --upgrade

You need to use Pip to install jam. Conda package is currently unavailable.

Requirements

  • Python >= 3.8
  • OpenAI

Extra Requirements for Function Calls

  • Requests
  • Stability SDK
  • Pillow

Author

  • Abhishta Gatya (Email) - Software and Machine Learning Engineer

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jam_ai-0.1.6.tar.gz (20.3 kB view details)

Uploaded Source

Built Distribution

jam_ai-0.1.6-py3-none-any.whl (31.8 kB view details)

Uploaded Python 3

File details

Details for the file jam_ai-0.1.6.tar.gz.

File metadata

  • Download URL: jam_ai-0.1.6.tar.gz
  • Upload date:
  • Size: 20.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.6

File hashes

Hashes for jam_ai-0.1.6.tar.gz
Algorithm Hash digest
SHA256 d8f73d157a589c2a83c9a262078d02b5b5b662e2a8e48189274d2537c1c12ef1
MD5 d0c1a7701c09b12cc5c01b368d37e8dc
BLAKE2b-256 036ef602b71dc639f4c55a8e137e10736fcb5d63de7d60c65e499a74b7107758

See more details on using hashes here.

File details

Details for the file jam_ai-0.1.6-py3-none-any.whl.

File metadata

  • Download URL: jam_ai-0.1.6-py3-none-any.whl
  • Upload date:
  • Size: 31.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.6

File hashes

Hashes for jam_ai-0.1.6-py3-none-any.whl
Algorithm Hash digest
SHA256 4ffc17fe9dd6284cca870707e93f19cc3f8c81541dc309f7d321251fd99b321e
MD5 6b41fb98a52a05e63048c1adb58969b2
BLAKE2b-256 4261a848f8eae5cd294e88bf1b87b96811b043f399199e07824cf95a711a333d

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page