Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Easily Sync Character Data #185

Open
ianmacartney opened this issue Oct 31, 2023 · 0 comments
Open

Easily Sync Character Data #185

ianmacartney opened this issue Oct 31, 2023 · 0 comments

Comments

@ianmacartney
Copy link
Collaborator

Let's make it easier to jam on Character data.

Problem:

You have to run init (often through npm run dev) for the world to add new characters. Once they're there, you can't re-sync the json.

Solutions:

  • Edit the data directly in the dashboard, under agentDescriptions. This will not update in the UI (see playerDescriptions for that) but will be used for prompts.
  • Let's add a function to re-sync the data from the init script with the active agents. You can run it when you edit.
  • Or have a way to export the data from the dashboard into a json file so you can capture changes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant