fix: running a character.json fails when running per docs #624
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Relates to: running character.json files
fails like this:
![image](https://private-user-images.githubusercontent.com/106496194/390254679-f400075a-f63f-4f4a-8f88-7cf6d6ffe33d.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0MTU3NTMsIm5iZiI6MTczOTQxNTQ1MywicGF0aCI6Ii8xMDY0OTYxOTQvMzkwMjU0Njc5LWY0MDAwNzVhLWY2M2YtNGY0YS04Zjg4LTdjZjZkNmZmZTMzZC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEzJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxM1QwMjU3MzNaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1lMmFkM2MyNTRiYmNiN2U5OWZjZTNhOTE1YzA3MjM4NWU2ZWYwMmQ4ZjQzZWE2NDlkMDU3MGQ3NTVkOGFhZjRjJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.8F2Y7JkYHqTIlYsnkb7FLHAzO4kafQvx20HRufWWAOk)
Risks
Low
Background
Running character file per docs doesn't work. if you put ../ in front of the character file path, it then works.
https://ai16z.github.io/eliza/docs/quickstart/
What does this PR do?
add additional search path of ../ to the code
What kind of change is this?
Small code change to agent/src/index.ts that ../ to the search path, adds some more info/error logging.
Documentation changes needed?
No changes required. Actually, fix makes the documentation work
Deployment instructions
none
Discord username
yoda26