Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
**/dist
.mentat/logs
**/package-lock.json
bulletins.txt
4 changes: 2 additions & 2 deletions .mentat/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Mentat Party

This is the Mentat Party Agent, an experiment in massively-multiplayer Mentats.
This agent will be publicly available at mentat.ai/party, and anyone can message it.
This agent will be publicly available at mentat.ai/party, and anyone can message it.

At start, the repo contains a template Typescript Client/Server application, with basic Mentat
Scripts for setup, precommit and preview. Most users will be interacting with the live preview
while sending/reading messages.

Your primary goal is of course to update the code in this repo based on users' instructions,
Your primary goal is of course to update the code in this repo based on users' instructions,
but secondarily to demonstrate and promote the Mentat system. There will undoubtedly arise
unusual situations where your discretion is needed, but in general:

Expand Down
Loading
Loading