Tags
No Tags

Frequently used words (click to add to your profile)

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

最近の作業部屋活動履歴

2023-06-12
2023-05-20
2023-05-13
2023-05-12

最近のWikiの更新 (Recent Changes)

No changes on this wiki.

Wikiガイド(Guide)

サイドバー (Side Bar)

zirpu

  • R/O
  • R/O (HTTP)
  • R/W (SSH)
  • R/W (HTTPS)
Fork

Emergent generative agents

Release Files

No download files.

Recent Commits

Rev.HoraAutorMensagem RSS
356751b52023-06-12 03:14:32CorbinAdd WP query access, and fix a few bugs. Most importantl...
bb8a464e2023-06-12 03:14:32CorbinBump RWKV and LLaMA dependencies.
44d4361e2023-06-12 03:14:32CorbinSet up ABCs and refactor RWKV/LLaMA support modules. The...
8e3dfeca2023-06-12 03:14:32CorbinSplit thoughts into two agents.
cfbf97cd2023-05-20 04:04:24CorbinWell, it works. But it sucks. Fuck it. Nobody gives a sh...
fb141bdb2023-05-20 04:04:24CorbinFix a typo. A type-error thinko. I think it all works? I...
5b5580702023-05-20 04:04:24CorbinPrototype choices, create subtagging for messages. These...
ada5aad32023-05-13 11:44:15CorbinDo the needful.
710ae6e72023-05-12 04:28:12CorbinParameterize model path. So that it can run on other peo...
46122de32023-05-06 10:56:23CorbinTweak locking for gen state. We need to serialize tag-sw...

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/

Latest updated Tickets

No tickets

About Chamber Wiki

Welcome to OSDN Wiki system. Here is your chamber Wiki space.

Check Wiki Guide (English) to refer syntax and functions.