-
Notifications
You must be signed in to change notification settings - Fork 4.5k
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
Feat: reduce modules #1817
Closed
jmikedupont2
wants to merge
22
commits into
elizaOS:main
from
meta-introspector:feature/reduce_modules
Closed
Feat: reduce modules #1817
jmikedupont2
wants to merge
22
commits into
elizaOS:main
from
meta-introspector:feature/reduce_modules
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Not working just yet, the otel is not integrated yet in the server but enough information is being collected that I want to share these results. Together with the meta-introspector/eliza-starter#2 this allows for debugging of the server.
still too many calls to get secret
> @elizaos/[email protected] start /mnt/data1/nix/time/2024/12/31/cloud-deployment-eliza/agent > node --trace-event-categories node,node.bootstrap,node.console,node.vm.script,v8,node.http,node.net.native,node.environment,node.fs.sync,node.fs_dir.sync,node.fs.async,node.fs_dir.async --loader ts-node/esm src/index.ts "--isRoot" "--characters=characters/eliza.character.json" (node:4172648) ExperimentalWarning: `--experimental-loader` may be removed in the future; instead use `register()`: --import 'data:text/javascript,import { register } from "node:module"; import { pathToFileURL } from "node:url"; register("ts-node/esm", pathToFileURL("./"));' (Use `node --trace-warnings ...` to show where the warning was created) (node:4172648) [DEP0180] DeprecationWarning: fs.Stats constructor is deprecated. (Use `node --trace-deprecation ...` to show where the warning was created) file:///mnt/data1/nix/time/2024/12/31/cloud-deployment-eliza/packages/core/dist/index.js:12 throw Error('Dynamic require of "' + x + '" is not supported'); ^ Error: Dynamic require of "path" is not supported at file:///mnt/data1/nix/time/2024/12/31/cloud-deployment-eliza/packages/core/dist/index.js:12:11 at ../../node_modules/require-in-the-middle/index.js (file:///mnt/data1/nix/time/2024/12/31/cloud-deployment-eliza/packages/core/dist/index.js:4381:21) at __require2 (file:///mnt/data1/nix/time/2024/12/31/cloud-deployment-eliza/packages/core/dist/index.js:18:52) at ../../node_modules/@opentelemetry/instrumentation/build/esm/platform/node/RequireInTheMiddleSingleton.js (file:///mnt/data1/nix/time/2024/12/31/cloud-deployment-eliza/packages/core/dist/index.js:4786:48) at __init (file:///mnt/data1/nix/time/2024/12/31/cloud-deployment-eliza/packages/core/dist/index.js:15:58) at ../../node_modules/@opentelemetry/instrumentation/build/esm/platform/node/instrumentation.js (file:///mnt/data1/nix/time/2024/12/31/cloud-deployment-eliza/packages/core/dist/index.js:5218:9) at __init (file:///mnt/data1/nix/time/2024/12/31/cloud-deployment-eliza/packages/core/dist/index.js:15:58) at ../../node_modules/@opentelemetry/instrumentation/build/esm/platform/node/index.js (file:///mnt/data1/nix/time/2024/12/31/cloud-deployment-eliza/packages/core/dist/index.js:5591:9) at __init (file:///mnt/data1/nix/time/2024/12/31/cloud-deployment-eliza/packages/core/dist/index.js:15:58) at ../../node_modules/@opentelemetry/instrumentation/build/esm/platform/index.js (file:///mnt/data1/nix/time/2024/12/31/cloud-deployment-eliza/packages/core/dist/index.js:5598:9) Node.js v23.5.0 /mnt/data1/nix/time/2024/12/31/cloud-deployment-eliza/agent: ERR_PNPM_RECURSIVE_RUN_FIRST_FAIL @elizaos/[email protected] start: `node --trace-event-categories node,node.bootstrap,node.console,node.vm.script,v8,node.http,node.net.native,node.environment,node.fs.sync,node.fs_dir.sync,node.fs.async,node.fs_dir.async --loader ts-node/esm src/index.ts "--isRoot" "--characters=characters/eliza.character.json"` Exit status 1 ELIFECYCLE Command failed with exit code 1. Failed to start project.
closing in favor of #2124 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
this is currently wip do not merge