• R/O
  • HTTP
  • SSH
  • HTTPS

Résumé du dépôt

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Emergent generative agents


Commits Récents RSS

Révision l'heure Auteur Message:
356751b 2023-06-12 03:14:32 Corbin master Add WP query access, and fix a few bugs. Most importantl...
bb8a464 2023-06-12 03:14:32 Corbin Bump RWKV and LLaMA dependencies.
44d4361 2023-06-12 03:14:32 Corbin Set up ABCs and refactor RWKV/LLaMA support modules. The...
8e3dfec 2023-06-12 03:14:32 Corbin Split thoughts into two agents.
cfbf97c 2023-05-20 04:04:24 Corbin Well, it works. But it sucks. Fuck it. Nobody gives a sh...
fb141bd 2023-05-20 04:04:24 Corbin Fix a typo. A type-error thinko. I think it all works? I...
5b55807 2023-05-20 04:04:24 Corbin Prototype choices, create subtagging for messages. These...
ada5aad 2023-05-13 11:44:15 Corbin Do the needful.
710ae6e 2023-05-12 04:28:12 Corbin Parameterize model path. So that it can run on other peo...
46122de 2023-05-06 10:56:23 Corbin Tweak locking for gen state. We need to serialize tag-sw...

Branches

Nom Révision l'heure Auteur Message:
master 356751b 2023-06-12 03:14:32 Corbin Add WP query access, and fi...

README.md

How to

Set up a personality. Make a directory. In character.json, give a title in the CharacterAI/PygmalionAI style, as well as a list of IRC channels:

$ jq . <character.json
{
  "title": "Batman, the greatest detective",
  "startingChannels": ["#batman", "#gotham"]
}

And in thoughts.txt, give inner monologues and personal thoughts in first-person conjugation, one per line:

$ head -n5 thoughts.txt
I am vengeance.
I am the night.
Gotham must be protected.
The world only makes sense if you force it to.
Deep down, I'm not a good person.

This is sufficient to define a personality. Then, build and run:

$ nix build
$ result/bin/agent.py path/to/model.bin path/to/personality/