LangChainBitcoin icon indicating copy to clipboard operation
LangChainBitcoin copied to clipboard

AI tools for giving LangChain agents access to Bitcoin and the ability to traverse L402 APIs

Results 4 LangChainBitcoin issues
Sort by recently updated
recently updated
newest added

This PR updates LangChainBitcoin to work with LangChain 0.1.13 Unfortunately it wasn’t a simple change. Many dependencies were updated and an llm tool, designed around the L402APIChain, has been introduced...

Running LangChainBitcoin now returns the below error... “openai.error.InvalidRequestError: The model `text-davinci-003` has been deprecated” It seems that the version of LangChain being used needs to be updated. I was able...

As is, we can easily integrate any of the APIs that are exported by lnd defined here: https://lightning.engineering/api-docs/api/lnd/index.html. This includes normal LN node operation, but also introspecting into the channel...

enhancement
tools

Today we create a series of wrappers around the base set of lnd gRPC API endpoints. This works well for simple calls like `addinvoice` that have simple inputs, but for...

enhancement