forked from elizaOS/eliza
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Feature/jsdoc lift #28
Open
jmikedupont2
wants to merge
2,613
commits into
main
Choose a base branch
from
feature/jsdoc-lift
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
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
fix: pnpm install
fix: plugin-ton Dynamic require of "http" is not supported
Fix broken links on contributing.md
docs: Add GitHub issues link to CONTRIBUTING.md file
Fix PG query: Use only 'text' subfield name, field name is not needed here
docs: New remote deployment guide
chore: adding compass plugin env vars
docs: Add weekly contributor meeting notes (2025-02-04 + 2025-02-11)
This no longer runs properly with the --no-frozen-lockfile command set Co-authored-by: Odilitime <janesmith@airmail.cc>
* cli utility v1 * set name to elizaos * add cli * set bin/author * make more executable * bump lock * dynamically update version from package.json, update description * bump * fix branding * move out characters * add characters to be submoduled in * character submodule, CLI plugin commands, include both Discords * clean adapters out * add back sqlite's README * add more overrides per audit * audit * Checkout submodules so characters are available for tests * get types inline with express 4.x * remove action, aliases, clean up * bump lockfile * upgrade turbo to 2.4.2 * fix integration tests (cast return as Router) --------- Co-authored-by: Shakker Nerd <165377636+shakkernerd@users.noreply.github.com>
… var in client (elizaOS#3511) * refactor: replace hardcoded http://localhost with env var * update comment
…elizaOS#3483) * Added a Proper Ukrainian README Translation Create README_UA.md * Update README_UA.md --------- Co-authored-by: Odilitime <janesmith@airmail.cc>
Co-authored-by: Odilitime <janesmith@airmail.cc>
* fix: CVE-2024-48930 - Update package dependencies * remove seemingly unneeded patch --------- Co-authored-by: Odilitime <janesmith@airmail.cc>
* cli utility v1 * set name to elizaos * add cli * set bin/author * make more executable * bump lock * dynamically update version from package.json, update description * bump * fix branding * move out characters * add characters to be submoduled in * character submodule, CLI plugin commands, include both Discords * clean adapters out * add back sqlite's README * add more overrides per audit * audit * Checkout submodules so characters are available for tests * get types inline with express 4.x * remove action, aliases, clean up * bump lockfile * upgrade turbo to 2.4.2 * fix integration tests (cast return as Router) * bump lock * bump version to 0.25.7 --------- Co-authored-by: Shakker Nerd <165377636+shakkernerd@users.noreply.github.com>
* Bug fix: Bedrock as LLM provider * Add break statement to switch * Add prompt:context to Bedrock inference --------- Co-authored-by: Emile Baizel <baizele@amazon.com>
* Added sqlite3 errors Added an error case and a fix in the quickstart. * clean up trailing comma --------- Co-authored-by: Odilitime <janesmith@airmail.cc>
* docs: fix branch naming example in CONTRIBUTING.md * General clean up --------- Co-authored-by: Odilitime <janesmith@airmail.cc>
Co-authored-by: Odilitime <janesmith@airmail.cc>
* update few files * update actions and providers pages * update docs * update evaluators and fine tuning pages * update tutorial and links in quickstart * update stream vid * update docs
* Update README_TR.md * Update README_UA.md * Update README_VI.md * Update README_TH.md * Update README_TG.md * Update README_RU.md * Update README_RS.md * Update README_RO.md * Update README_PTBR.md * Update README_PL.md * Update README_NL.md * Update README_KOR.md * Update README_JA.md * Update README_IT.md * Update README_HU.md * Update README_HE.md * Update README_GR.md * Update README_FR.md * Update README_FA.md * Update README_FA.md * Update README_ES.md * Update README_DE.md * Update README_CN.md * Update README_AR.md * Update README_CN.md * Update README_GR.md * Update README_NL.md
…ar (elizaOS#3589) * feat: allow eliza client to configure eliza server base URL via env var Signed-off-by: Brendan Graetz <bguiz@users.noreply.github.com> * docs: add how to use SERVER_BASE_URL in local developement docs page - NOTE that usage of SERVER_PORT was not yet documented, so also added that adjacent Signed-off-by: Brendan Graetz <bguiz@users.noreply.github.com> * fix syntax issue --------- Signed-off-by: Brendan Graetz <bguiz@users.noreply.github.com> Co-authored-by: Odilitime <janesmith@airmail.cc>
* remove deprecated api docs, delete commented code in types.ts for TokenizerType that corrupted typedoc generation * remove redundant docs, fix broken links * remove some pages for packages, make notes dir for scrapnotes, update troubleshooting * add database, clients pages, update sidebar * fix file paths * update api docs
…n, character file(s) section
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.
Relates to
Risks
Background
What does this PR do?
What kind of change is this?
Documentation changes needed?
Testing
Where should a reviewer start?
Detailed testing steps