@socialagi/core
TypeScript icon, indicating that this package has built-in type declarations

0.0.33 • Public • Published

🤖+👱 SocialAGI

Subroutines for AI Souls

License: MIT Twitter

⚡ Quick Install

$ npm install socialagi

then create your first AI soul

import { Soul, Blueprints } from "socialagi";

const samantha = new Soul(Blueprints.SAMANTHA);

samantha.on("says", console.log);

samantha.tell("Hi Samantha!");

🤔 What is this?

SocialAGI offers developers clean, simple, and extensible abstractions for directing the cognitive processes of large language models (LLMs), critical for the creation of AI Souls. AI Souls will comprise thousands of linguistic instructions (formerly known as 'prompts'): our focus is on streamlining the management this complexity, freeing you to create more effective and engaging AI experiences.

🏃 Quick Start

The easiest way to get started developing with socialagi is to check out the /example-webapp or explore the documentation.

🧠 Documentation

Check out the full documentation at socialagi.dev!

Package Sidebar

Install

npm i @socialagi/core

Weekly Downloads

2

Version

0.0.33

License

ISC

Unpacked Size

164 kB

Total Files

78

Last publish

Collaborators

  • tobowers
  • kevinafischer