Ryan Lee
Ryan Lee
### Feature Only the index.mjs file is ESM, and it just re-exports everything which is CJS. this is wrong. ### Motivation . ### Ideal solution or implementation, and any additional...
# Relates to: closes: #1378 # Risks # Background ## What does this PR do? ## What kind of change is this? # Documentation changes needed? # Testing ## Where...
**Describe the bug** The postgres provider doesn't even apply `app.settings` defined in the `schema.sql` file which means the embedding dimensions is always 384 regardless of what embeddings settings you have....
# Relates to: Closes: https://github.com/elizaOS/eliza/issues/1376 # Risks # Background ## What does this PR do? ## What kind of change is this? # Documentation changes needed? # Testing ## Where...
**Describe the bug** The following check is nonsensical because we already do `IF NOT EXIST` checks within the sql. If one of the tables were dropped, say for example the...
# Relates to: Closes: #1363 # Risks None # Background ## What does this PR do? ## What kind of change is this? Live Monorepo Types # Documentation changes needed?...
**Is your feature request related to a problem? Please describe.** Doing go to definition always go to the d.ts file within the monorepo which is annoying. **Describe the solution you'd...
Current Node LTS is 22. Is there a reason why we require Node 23 in the package.json? https://github.com/elizaOS/eliza/blob/main/package.json#L51
In the core package the tsconfig has strict set to false. This IMO is not good and will cause many bugs especially for a modern Typescript project. It would be...
Closes: https://github.com/polkadot-js/api/issues/6065