• R/O
  • HTTP
  • SSH
  • HTTPS

Liste der Commits

Tags
Keine Tags

Frequently used words (click to add to your profile)

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

Emergent generative agents


RSS
Rev. Zeit Autor
5e53e26 2023-04-14 06:09:13 Corbin

Use FAISS as a basic database of thoughts.

c85f6b4 2023-04-10 03:57:49 Corbin

IRC stuff.

Multiple channels, timestamps, better formatting of log lines, log
storage, and small tweaks.

69f5b11 2023-04-09 03:06:30 Corbin

Refactor IRC simulation.

Now we're connecting to a real server!

4c47c5b 2023-04-08 08:52:08 Corbin

Wire up llama.cpp to the simulated IRC channel.

It all works. llama.cpp is slow for reasons I don't fully understand,
but it will get faster soon. In the meantime, this is good enough to
move forward with experiments that use a hybrid of HF and llama.cpp
agents in a single simulation.

1aec00e 2023-04-08 03:56:35 Corbin

Unify HF text-generation utilities.

The idea will be to introduce a companion module which implements a
llama.cpp loader.

51ccee8 2023-04-07 09:43:21 Corbin

A simulated IRC room.

This is too much overhead and I'm going to refactor it into IRC bots.

67d19c9 2023-04-06 03:24:45 Corbin

Cut off the log with a fast bisection search.

This results in fewer calls to the tokenizer and also allows for the
amount of the log included in the context to grow if the prompt happens
to shrink.

e484dc5 2023-04-05 01:19:21 Corbin

Factor out another few classes.

94a80c9 2023-03-22 17:12:03 Corbin

Factor out Timer class.

60433ad 2023-03-13 03:20:28 Corbin

Refactor prompt logic.

Now the default action is to ask for another continuation, there's no
magic values -1 and 0, reprompts can be continued multiple times by
default... It was worth thinking about for half a week.

0c7f02a 2023-03-12 11:41:59 Corbin

Add shadow selves.

e9d7174 2023-02-23 12:19:22 Corbin

Add two more utilities.

Lot of duplicated code, but not much code total. Suggests that we should
combine these into a single script with subcommands.

f995536 2023-02-16 03:41:58 Corbin

Accept some last-minute personality traits.

Akin to the scenario, this allows for gentle steering of a conversation.

42687e6 2023-02-14 13:04:05 Corbin

Start recording progress.

This is a simple script for character conversations, in the tradition of
AIDungeon or CharacterAI. I don't bother trying to parse English or
synthesize intermediate sentences; contrast with AIDungeon to be
enlightened.