-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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/genlayer plugin #975
base: develop
Are you sure you want to change the base?
Feat/genlayer plugin #975
Conversation
284626d
to
16a43e3
Compare
Signed-off-by: Agustín Ramiro Díaz <agustin.ramiro.diaz@gmail.com>
Signed-off-by: Agustín Ramiro Díaz <agustin.ramiro.diaz@gmail.com>
Signed-off-by: Agustín Ramiro Díaz <agustin.ramiro.diaz@gmail.com>
Signed-off-by: Agustín Ramiro Díaz <agustin.ramiro.diaz@gmail.com>
Signed-off-by: Agustín Ramiro Díaz <agustin.ramiro.diaz@gmail.com>
Signed-off-by: Agustín Ramiro Díaz <agustin.ramiro.diaz@gmail.com>
Signed-off-by: Agustín Ramiro Díaz <agustin.ramiro.diaz@gmail.com>
Signed-off-by: Agustín Ramiro Díaz <agustin.ramiro.diaz@gmail.com>
Signed-off-by: Agustín Ramiro Díaz <agustin.ramiro.diaz@gmail.com>
Signed-off-by: Agustín Ramiro Díaz <agustin.ramiro.diaz@gmail.com>
526cb07
to
b846fb2
Compare
Hey everyone! What's the recommended way to extract parameters from an I saw some examples like in buttplug where they add it to the Then I saw other examples like in the discord client I like the latter solution more, and I could make it work with single messages that have the whole context like |
Signed-off-by: Agustín Ramiro Díaz <agustin.ramiro.diaz@gmail.com>
Also somewhat related to my previous comment: |
Signed-off-by: Agustín Ramiro Díaz <agustin.ramiro.diaz@gmail.com>
Signed-off-by: Agustín Ramiro Díaz <agustin.ramiro.diaz@gmail.com>
Signed-off-by: Agustín Ramiro Díaz <agustin.ramiro.diaz@gmail.com>
Signed-off-by: Agustín Ramiro Díaz <agustin.ramiro.diaz@gmail.com>
Signed-off-by: Agustín Ramiro Díaz <agustin.ramiro.diaz@gmail.com>
Signed-off-by: Agustín Ramiro Díaz <agustin.ramiro.diaz@gmail.com>
@AgustinRamiroDiaz state is definitely where it should go, we're looking to refactor this to be a bit more extensible and less hardcoded in v2 |
@lalalune thank you very much for that information. And about my other question, is there a reason why callbacks are not stored on the state? Is there a recommended way to store it? |
This is my first time contributing to this project. I've based my code on the docs, but mostly copying other plugins
Please let me know anything that can be improved :)
Relates to:
#972
Risks
None that I can think of
Background
What does this PR do?
Adds a plugin to be able to interact with GenLayer
What kind of change is this?
Feature
Why are we doing this? Any context or related work?
I want to be able to interact with GenLayer with eliza
Documentation changes needed?
Is there a section for plugin documentation?
Testing
None.
Is there a way to do some integration tests with the agent? Like being able to prompt it and go through the whole flow?
Where should a reviewer start?
packages/plugin-genlayer/src/index.ts
Detailed testing steps
As a user
pnpm build && pnpm start
Discord username
agustinramirodiaz