Documentation for add your own tool
src/tools/your_protocol
directory for your tool (e.g., custom_tool.ts
). If the src/tools/your_protocol
directory does not exist, create it.
src/tools/index.ts
src/agent/index.ts
src/langchain/your_protocol/custom_tool.ts
src/langchain/your_protocol/index.ts
src/langchain/index.ts
src/actions/your_protocol/custom_action.ts
src/actions/index.ts
README.md
file.
src/tools/fetch_token_price.ts
src/agent/index.ts
src/actions/fetch_token_price.ts