-
Notifications
You must be signed in to change notification settings - Fork 0
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
test: Add integration test to install, build, run, and exit Eliza #79
Conversation
Cool sounds good thanks great work! Please let me know as soon as it is working and we can create a PR for upstream thanks! |
@snobbee This PR has added a workflow which we need to test. It is not showing up any more, how can we trigger it? |
221db9c
to
6bccad4
Compare
chore: fix broken lockfile
fix: revert llamacloud endpoint change
feat: add callback handler to runtime evaluate method
…into rename-intiface
fix: docker trying to filter out missing docs package
chore: rename intiface plugin
feat: allow character.json settings models for open router
LinkedIn Client
- NodePlugin is now only created when all required AWS credentials are present (AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_REGION, AWS_S3_BUCKET) - GoatPlugin is now only created when ALCHEMY_API_KEY is present - Added type annotations for plugins to handle undefined cases These changes prevent unnecessary plugin initialization when required credentials are missing and improve type safety. Issues introduced in: elizaOS#941 and elizaOS#898
fix: a typo in characterfile.md
…my-and-aws-env fix: Goat Plugin + AWS S3 Service error when env vars absent
d918e05
to
107d9e9
Compare
@monilpat This is a working branch that we need only to enable workflow file. It's NOT working yet so it should NOT be merged upstream, but we need it in order to move on.