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

Commands for starting agents without character profiles #47

Closed
sirkitree opened this issue Oct 27, 2024 · 0 comments
Closed

Commands for starting agents without character profiles #47

sirkitree opened this issue Oct 27, 2024 · 0 comments
Assignees

Comments

@sirkitree
Copy link
Collaborator

sirkitree commented Oct 27, 2024

In the package.json there are scripted commands for agents like ruby and spartan, but we do not have their character profiles in /characters

I propose we either:

  1. remove the commands from package.json, or
  2. (preferred) add the character profiles for them
    "start:service:ruby": "pm2 start npm --name=\"ruby\" --restart-delay=3000 --max-restarts=10 -- run start:ruby",
    "stop:service:ruby": "pm2 stop ruby",
    "start:ruby": "node --loader ts-node/esm src/index.ts --characters=\"characters/ruby.character.json\"",
    ...
    "start:service:degen": "pm2 start npm --name=\"degen\" --restart-delay=3000 --max-restarts=10 -- run start:degen",
    "stop:service:degen": "pm2 stop degen",
    "start:degen": "node --loader ts-node/esm src/index.ts --characters=\"characters/degenspartan.json\"",

Thoughts?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

No branches or pull requests

2 participants