-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Tool Support for Hedera Integration #7253
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
We're working on potentially adding ECDSA and Smart Contracts support as well, but from what we can tell this is just about complete as a wallet-interfacing tool on its own. We'd love feedback and suggestions. |
Hi @jacoblee93, could you take a look at this? it would be greatly appreciated! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you use this template?
"hwchase17/openai-functions-agent" | ||
); | ||
|
||
const agent = await createOpenAIFunctionsAgent({ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's use createReactAgent
from @langchain/langgraph
here instead
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jacoblee93 would it be possible to use createStructuredChatAgent
instead?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, let's show the latest recommended practices
@@ -35,6 +35,7 @@ | |||
"author": "LangChain", | |||
"license": "MIT", | |||
"dependencies": { | |||
"@hashgraph/sdk": "^2.53.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be a peer + dev dep, not a direct dependency:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will be done by EOD Monday. Are there any other changes we need to make?
This is related to issue #7143 Tool Support for Hedera Integration.
This is a school project along with members @MuhannadJam @syntaxsec @Xpereze
Description
This pull request adds support for the the following Hedera tools:
Documentation
We have included a markdown file at docs/core_docs/docs/integrations/tools/hedera.mdx for all information regarding the Hedera Tool Integration.
Dependencies
To use the Hedera Tool you need to install the following official peer depencency:
@hashgraph/sdk