0.0.33 • Published 7 months ago

@socialagi/core v0.0.33

Weekly downloads
-
License
ISC
Repository
github
Last release
7 months ago

🤖+👱 SocialAGI

Subroutines for AI Souls

License: MIT Twitter npm.io

⚡ 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!