Giter Site home page Giter Site logo

socialagi's Introduction

๐Ÿค–+๐Ÿ‘ฑ SocialAGI

Subroutines for AI Souls

License: MIT Twitter

๐Ÿค” 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.

๐Ÿ’ก Hosted example

Check out Meet Samantha

Running off SocialAGI

import { Soul, Blueprints } from "socialagi";

const samantha = new Soul(Blueprints.SAMANTHA);

samantha.on("says", (text) => {
  console.log("Samantha says: ", text);
});

samantha.on("thinks", (text) => {
  console.log("Samantha thinks: ", text);
});

samantha.tell("Hi Samantha!")

image

๐Ÿ’ซ AI Souls

SocialAGI aims to simplify the developer experience as much as possible in creating agentic and embodied chatbots called AI Souls. Unlike traditional chatbots, digital souls have personality, drive, ego, and will.

We are solving problems all the way across the AI souls stack, including:

  • How do I create the most lifelike AI entity?
  • How do I quickly host an AI soul?
  • How do I manage dialog and cognitive memory?
  • How do I get away from boring technical details and instead sculpt personalities?

๐Ÿ“– Repo structure

The repository has three main components

/example-webapp
/core
/integrations
  /discord_bots
  /telegram
/docs

๐Ÿš€ Getting started

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!

๐Ÿ‘ Contributing

If this project is exciting to you, check out the issues, open a pull request, or simply hangout in the Social AGI Discord!

On the roadmap at a high level are:

  • Minimal API surfaces for designing AI cognition
  • New techniques to specify personality
  • Ways to design the conversations that constitute an identity
  • Coherent theory of mind behind AI cognition
  • Ways to test and debug AI souls

socialagi's People

Contributors

kafischer avatar tobowers avatar naynaly10 avatar bkitej avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.