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 2 #29
Open
jmikedupont2
wants to merge
121
commits into
feature/jsdoc-lift
Choose a base branch
from
feature/jsdoc-lift-2
base: feature/jsdoc-lift
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
Chunk size and overlap is too small for most rag documents
Update generation.ts
chore: stablize develop
chore: develop => main (0.25.8 release)
docs: Fix plugins.md formatting
fix: Add database adapter and plugin adapter types to core types
fix: Handle short text items in knowledge processing
Translation change to make it more natural in Korean language. and direct translate on things
docs: Update README_KOR.md
…S#3660) * update discord link * checking the plugin is installed and display the result --------- Co-authored-by: Odilitime <janesmith@airmail.cc>
* Update contributing.md * Update characterfile.md
fix: fix CLI install
…aOS#3694) * update jsdocs workflow * add elizaOS config * chore: update pnpm lockfile * tag => maybe develop, options for env config, plugin selection section, character file(s) section * update quickstart * update quickstart and character file page * add video embeds * merge docker setup into quickstart * add script to update changelog with latest release notes * stash infrastructure page until further updates * update api docs --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: odilitime <janesmith@airmail.cc>
* feat: Add post-processing support for character loading - Introduce `handlePostCharacterLoaded` method in agent startup process - Add optional `postProcessors` and `handlePostCharacterLoaded` to Character and Plugin types - Enable plugins to modify characters after initial loading * fix: Prevent modifying original character during post-processing Ensure that post-processing does not mutate the original character object by creating a deep copy before processing * feat: add post-processor plugin handling in character loading - Extend plugin importing logic to support post-processor plugins - Add post-processor plugin handling in both `jsonToCharacter` and `startAgents` functions - Ensure post-processor plugins are imported consistently during character loading
|
now grok is evaluating the results |
Open
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