feat: langchain integration

This commit is contained in:
fm2055
2024-12-16 23:00:31 +08:00
parent 8927ac4130
commit ff8cb4b842
5 changed files with 103 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ import { SolanaAgentKit } from "../index";
* @returns A promise that resolves to the corresponding Solana PublicKey
* @throws Error if the domain resolution fails
*/
export async function resolve_sol_domain(
export async function resolveSolDomain(
agent: SolanaAgentKit,
domain: string
): Promise<PublicKey> {