We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
In the package.json there are scripted commands for agents like ruby and spartan, but we do not have their character profiles in /characters
/characters
I propose we either:
"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?
The text was updated successfully, but these errors were encountered:
Merge pull request elizaOS#47 from TP-Lab/main
79397c5
new: rename func
lalalune
No branches or pull requests
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:
Thoughts?
The text was updated successfully, but these errors were encountered: