keyring-agent-core 0.2.1 → 0.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +6692 -27
- package/dist/index.js +877 -70
- package/package.json +6 -4
- package/dist/agent/AgentCore.d.ts +0 -256
- package/dist/agent/AgentCore.d.ts.map +0 -1
- package/dist/agent/AgentCore.js +0 -1093
- package/dist/agent/AgentCore.js.map +0 -1
- package/dist/agent/QueryRewriter.d.ts +0 -84
- package/dist/agent/QueryRewriter.d.ts.map +0 -1
- package/dist/agent/QueryRewriter.js +0 -306
- package/dist/agent/QueryRewriter.js.map +0 -1
- package/dist/agent/Router.d.ts +0 -33
- package/dist/agent/Router.d.ts.map +0 -1
- package/dist/agent/Router.js +0 -229
- package/dist/agent/Router.js.map +0 -1
- package/dist/agent/Subagent.d.ts +0 -80
- package/dist/agent/Subagent.d.ts.map +0 -1
- package/dist/agent/Subagent.js +0 -272
- package/dist/agent/Subagent.js.map +0 -1
- package/dist/agent/Synthesizer.d.ts +0 -11
- package/dist/agent/Synthesizer.d.ts.map +0 -1
- package/dist/agent/Synthesizer.js +0 -86
- package/dist/agent/Synthesizer.js.map +0 -1
- package/dist/agent/chatGraph.d.ts +0 -364
- package/dist/agent/chatGraph.d.ts.map +0 -1
- package/dist/agent/chatGraph.js +0 -184
- package/dist/agent/chatGraph.js.map +0 -1
- package/dist/agent/index.d.ts +0 -10
- package/dist/agent/index.d.ts.map +0 -1
- package/dist/agent/index.js +0 -24
- package/dist/agent/index.js.map +0 -1
- package/dist/agent/subagents/AiAgent.d.ts +0 -6
- package/dist/agent/subagents/AiAgent.d.ts.map +0 -1
- package/dist/agent/subagents/AiAgent.js +0 -52
- package/dist/agent/subagents/AiAgent.js.map +0 -1
- package/dist/agent/subagents/NftAgent.d.ts +0 -6
- package/dist/agent/subagents/NftAgent.d.ts.map +0 -1
- package/dist/agent/subagents/NftAgent.js +0 -79
- package/dist/agent/subagents/NftAgent.js.map +0 -1
- package/dist/agent/subagents/PoolAgent.d.ts +0 -6
- package/dist/agent/subagents/PoolAgent.d.ts.map +0 -1
- package/dist/agent/subagents/PoolAgent.js +0 -184
- package/dist/agent/subagents/PoolAgent.js.map +0 -1
- package/dist/agent/subagents/PoolSubgraphAgent.d.ts +0 -6
- package/dist/agent/subagents/PoolSubgraphAgent.d.ts.map +0 -1
- package/dist/agent/subagents/PoolSubgraphAgent.js +0 -117
- package/dist/agent/subagents/PoolSubgraphAgent.js.map +0 -1
- package/dist/agent/subagents/TokenAgent.d.ts +0 -6
- package/dist/agent/subagents/TokenAgent.d.ts.map +0 -1
- package/dist/agent/subagents/TokenAgent.js +0 -76
- package/dist/agent/subagents/TokenAgent.js.map +0 -1
- package/dist/agent/subagents/WalletActionAgent.d.ts +0 -6
- package/dist/agent/subagents/WalletActionAgent.d.ts.map +0 -1
- package/dist/agent/subagents/WalletActionAgent.js +0 -55
- package/dist/agent/subagents/WalletActionAgent.js.map +0 -1
- package/dist/agent/subagents/WalletAgent.d.ts +0 -6
- package/dist/agent/subagents/WalletAgent.d.ts.map +0 -1
- package/dist/agent/subagents/WalletAgent.js +0 -93
- package/dist/agent/subagents/WalletAgent.js.map +0 -1
- package/dist/agent/subagents/index.d.ts +0 -34
- package/dist/agent/subagents/index.d.ts.map +0 -1
- package/dist/agent/subagents/index.js +0 -69
- package/dist/agent/subagents/index.js.map +0 -1
- package/dist/constants/abi.d.ts +0 -551
- package/dist/constants/abi.d.ts.map +0 -1
- package/dist/constants/abi.js +0 -690
- package/dist/constants/abi.js.map +0 -1
- package/dist/functions/pool.d.ts +0 -25
- package/dist/functions/pool.d.ts.map +0 -1
- package/dist/functions/pool.js +0 -151
- package/dist/functions/pool.js.map +0 -1
- package/dist/functions/web3.d.ts +0 -31
- package/dist/functions/web3.d.ts.map +0 -1
- package/dist/functions/web3.js +0 -232
- package/dist/functions/web3.js.map +0 -1
- package/dist/index.d.ts.map +0 -1
- package/dist/index.js.map +0 -1
- package/dist/llm/GeminiProvider.d.ts +0 -16
- package/dist/llm/GeminiProvider.d.ts.map +0 -1
- package/dist/llm/GeminiProvider.js +0 -329
- package/dist/llm/GeminiProvider.js.map +0 -1
- package/dist/llm/index.d.ts +0 -2
- package/dist/llm/index.d.ts.map +0 -1
- package/dist/llm/index.js +0 -6
- package/dist/llm/index.js.map +0 -1
- package/dist/memory/ChatHistory.d.ts +0 -83
- package/dist/memory/ChatHistory.d.ts.map +0 -1
- package/dist/memory/ChatHistory.js +0 -143
- package/dist/memory/ChatHistory.js.map +0 -1
- package/dist/memory/KnowledgeBase.d.ts +0 -38
- package/dist/memory/KnowledgeBase.d.ts.map +0 -1
- package/dist/memory/KnowledgeBase.js +0 -139
- package/dist/memory/KnowledgeBase.js.map +0 -1
- package/dist/memory/Summarizer.d.ts +0 -12
- package/dist/memory/Summarizer.d.ts.map +0 -1
- package/dist/memory/Summarizer.js +0 -39
- package/dist/memory/Summarizer.js.map +0 -1
- package/dist/memory/UpstashKnowledgeBase.d.ts +0 -124
- package/dist/memory/UpstashKnowledgeBase.d.ts.map +0 -1
- package/dist/memory/UpstashKnowledgeBase.js +0 -152
- package/dist/memory/UpstashKnowledgeBase.js.map +0 -1
- package/dist/memory/historyUtils.d.ts +0 -58
- package/dist/memory/historyUtils.d.ts.map +0 -1
- package/dist/memory/historyUtils.js +0 -190
- package/dist/memory/historyUtils.js.map +0 -1
- package/dist/memory/index.d.ts +0 -7
- package/dist/memory/index.d.ts.map +0 -1
- package/dist/memory/index.js +0 -12
- package/dist/memory/index.js.map +0 -1
- package/dist/memory/ingestKnowledgeBase.d.ts +0 -17
- package/dist/memory/ingestKnowledgeBase.d.ts.map +0 -1
- package/dist/memory/ingestKnowledgeBase.js +0 -35
- package/dist/memory/ingestKnowledgeBase.js.map +0 -1
- package/dist/services/MoralisService.d.ts +0 -1328
- package/dist/services/MoralisService.d.ts.map +0 -1
- package/dist/services/MoralisService.js +0 -1239
- package/dist/services/MoralisService.js.map +0 -1
- package/dist/services/PantographService.d.ts +0 -98
- package/dist/services/PantographService.d.ts.map +0 -1
- package/dist/services/PantographService.js +0 -451
- package/dist/services/PantographService.js.map +0 -1
- package/dist/services/PoolService.d.ts +0 -238
- package/dist/services/PoolService.d.ts.map +0 -1
- package/dist/services/PoolService.js +0 -485
- package/dist/services/PoolService.js.map +0 -1
- package/dist/services/UniswapService.d.ts +0 -289
- package/dist/services/UniswapService.d.ts.map +0 -1
- package/dist/services/UniswapService.js +0 -585
- package/dist/services/UniswapService.js.map +0 -1
- package/dist/services/UniswapSubgraphService.d.ts +0 -144
- package/dist/services/UniswapSubgraphService.d.ts.map +0 -1
- package/dist/services/UniswapSubgraphService.js +0 -606
- package/dist/services/UniswapSubgraphService.js.map +0 -1
- package/dist/services/rpc.d.ts +0 -35
- package/dist/services/rpc.d.ts.map +0 -1
- package/dist/services/rpc.js +0 -110
- package/dist/services/rpc.js.map +0 -1
- package/dist/services/swap/BaseSwapService.d.ts +0 -17
- package/dist/services/swap/BaseSwapService.d.ts.map +0 -1
- package/dist/services/swap/BaseSwapService.js +0 -19
- package/dist/services/swap/BaseSwapService.js.map +0 -1
- package/dist/services/swap/DebridgeAdapter.d.ts +0 -37
- package/dist/services/swap/DebridgeAdapter.d.ts.map +0 -1
- package/dist/services/swap/DebridgeAdapter.js +0 -243
- package/dist/services/swap/DebridgeAdapter.js.map +0 -1
- package/dist/services/swap/RelayAdapter.d.ts +0 -19
- package/dist/services/swap/RelayAdapter.d.ts.map +0 -1
- package/dist/services/swap/RelayAdapter.js +0 -189
- package/dist/services/swap/RelayAdapter.js.map +0 -1
- package/dist/services/swap/SwapServiceFactory.d.ts +0 -25
- package/dist/services/swap/SwapServiceFactory.d.ts.map +0 -1
- package/dist/services/swap/SwapServiceFactory.js +0 -79
- package/dist/services/swap/SwapServiceFactory.js.map +0 -1
- package/dist/services/swap/addresses.d.ts +0 -3
- package/dist/services/swap/addresses.d.ts.map +0 -1
- package/dist/services/swap/addresses.js +0 -68
- package/dist/services/swap/addresses.js.map +0 -1
- package/dist/services/swap/affiliate.d.ts +0 -17
- package/dist/services/swap/affiliate.d.ts.map +0 -1
- package/dist/services/swap/affiliate.js +0 -126
- package/dist/services/swap/affiliate.js.map +0 -1
- package/dist/services/swap/config.d.ts +0 -9
- package/dist/services/swap/config.d.ts.map +0 -1
- package/dist/services/swap/config.js +0 -19
- package/dist/services/swap/config.js.map +0 -1
- package/dist/services/swap/index.d.ts +0 -10
- package/dist/services/swap/index.d.ts.map +0 -1
- package/dist/services/swap/index.js +0 -22
- package/dist/services/swap/index.js.map +0 -1
- package/dist/services/swap/types.d.ts +0 -89
- package/dist/services/swap/types.d.ts.map +0 -1
- package/dist/services/swap/types.js +0 -6
- package/dist/services/swap/types.js.map +0 -1
- package/dist/tools/BaseTool.d.ts +0 -15
- package/dist/tools/BaseTool.d.ts.map +0 -1
- package/dist/tools/BaseTool.js +0 -35
- package/dist/tools/BaseTool.js.map +0 -1
- package/dist/tools/ToolRegistry.d.ts +0 -27
- package/dist/tools/ToolRegistry.d.ts.map +0 -1
- package/dist/tools/ToolRegistry.js +0 -80
- package/dist/tools/ToolRegistry.js.map +0 -1
- package/dist/tools/builtin/ai/GeminiSearchAiTool.d.ts +0 -36
- package/dist/tools/builtin/ai/GeminiSearchAiTool.d.ts.map +0 -1
- package/dist/tools/builtin/ai/GeminiSearchAiTool.js +0 -91
- package/dist/tools/builtin/ai/GeminiSearchAiTool.js.map +0 -1
- package/dist/tools/builtin/ai/index.d.ts +0 -3
- package/dist/tools/builtin/ai/index.d.ts.map +0 -1
- package/dist/tools/builtin/ai/index.js +0 -6
- package/dist/tools/builtin/ai/index.js.map +0 -1
- package/dist/tools/builtin/index.d.ts +0 -8
- package/dist/tools/builtin/index.d.ts.map +0 -1
- package/dist/tools/builtin/index.js +0 -24
- package/dist/tools/builtin/index.js.map +0 -1
- package/dist/tools/builtin/nft/BaseNftMessageTool.d.ts +0 -35
- package/dist/tools/builtin/nft/BaseNftMessageTool.d.ts.map +0 -1
- package/dist/tools/builtin/nft/BaseNftMessageTool.js +0 -45
- package/dist/tools/builtin/nft/BaseNftMessageTool.js.map +0 -1
- package/dist/tools/builtin/nft/NFTContractInfoTool.d.ts +0 -15
- package/dist/tools/builtin/nft/NFTContractInfoTool.d.ts.map +0 -1
- package/dist/tools/builtin/nft/NFTContractInfoTool.js +0 -19
- package/dist/tools/builtin/nft/NFTContractInfoTool.js.map +0 -1
- package/dist/tools/builtin/nft/NFTMetadataTool.d.ts +0 -15
- package/dist/tools/builtin/nft/NFTMetadataTool.d.ts.map +0 -1
- package/dist/tools/builtin/nft/NFTMetadataTool.js +0 -20
- package/dist/tools/builtin/nft/NFTMetadataTool.js.map +0 -1
- package/dist/tools/builtin/nft/SendNftTool.d.ts +0 -14
- package/dist/tools/builtin/nft/SendNftTool.d.ts.map +0 -1
- package/dist/tools/builtin/nft/SendNftTool.js +0 -20
- package/dist/tools/builtin/nft/SendNftTool.js.map +0 -1
- package/dist/tools/builtin/nft/WalletNFTsTool.d.ts +0 -15
- package/dist/tools/builtin/nft/WalletNFTsTool.d.ts.map +0 -1
- package/dist/tools/builtin/nft/WalletNFTsTool.js +0 -20
- package/dist/tools/builtin/nft/WalletNFTsTool.js.map +0 -1
- package/dist/tools/builtin/nft/index.d.ts +0 -7
- package/dist/tools/builtin/nft/index.d.ts.map +0 -1
- package/dist/tools/builtin/nft/index.js +0 -10
- package/dist/tools/builtin/nft/index.js.map +0 -1
- package/dist/tools/builtin/pool/EstimatePoolYieldTool.d.ts +0 -124
- package/dist/tools/builtin/pool/EstimatePoolYieldTool.d.ts.map +0 -1
- package/dist/tools/builtin/pool/EstimatePoolYieldTool.js +0 -236
- package/dist/tools/builtin/pool/EstimatePoolYieldTool.js.map +0 -1
- package/dist/tools/builtin/pool/OpenAddLiquidityFormTool.d.ts +0 -128
- package/dist/tools/builtin/pool/OpenAddLiquidityFormTool.d.ts.map +0 -1
- package/dist/tools/builtin/pool/OpenAddLiquidityFormTool.js +0 -520
- package/dist/tools/builtin/pool/OpenAddLiquidityFormTool.js.map +0 -1
- package/dist/tools/builtin/pool/PoolByAddressTool.d.ts +0 -127
- package/dist/tools/builtin/pool/PoolByAddressTool.d.ts.map +0 -1
- package/dist/tools/builtin/pool/PoolByAddressTool.js +0 -238
- package/dist/tools/builtin/pool/PoolByAddressTool.js.map +0 -1
- package/dist/tools/builtin/pool/PoolDetailTool.d.ts +0 -127
- package/dist/tools/builtin/pool/PoolDetailTool.d.ts.map +0 -1
- package/dist/tools/builtin/pool/PoolDetailTool.js +0 -273
- package/dist/tools/builtin/pool/PoolDetailTool.js.map +0 -1
- package/dist/tools/builtin/pool/PoolSearchTool.d.ts +0 -50
- package/dist/tools/builtin/pool/PoolSearchTool.d.ts.map +0 -1
- package/dist/tools/builtin/pool/PoolSearchTool.js +0 -160
- package/dist/tools/builtin/pool/PoolSearchTool.js.map +0 -1
- package/dist/tools/builtin/pool/PreviewAddLiquidityTool.d.ts +0 -124
- package/dist/tools/builtin/pool/PreviewAddLiquidityTool.d.ts.map +0 -1
- package/dist/tools/builtin/pool/PreviewAddLiquidityTool.js +0 -382
- package/dist/tools/builtin/pool/PreviewAddLiquidityTool.js.map +0 -1
- package/dist/tools/builtin/pool/TopPoolsTool.d.ts +0 -68
- package/dist/tools/builtin/pool/TopPoolsTool.d.ts.map +0 -1
- package/dist/tools/builtin/pool/TopPoolsTool.js +0 -159
- package/dist/tools/builtin/pool/TopPoolsTool.js.map +0 -1
- package/dist/tools/builtin/pool/index.d.ts +0 -15
- package/dist/tools/builtin/pool/index.d.ts.map +0 -1
- package/dist/tools/builtin/pool/index.js +0 -18
- package/dist/tools/builtin/pool/index.js.map +0 -1
- package/dist/tools/builtin/pool-subgraph/SubgraphCoinPoolPairsTool.d.ts +0 -54
- package/dist/tools/builtin/pool-subgraph/SubgraphCoinPoolPairsTool.d.ts.map +0 -1
- package/dist/tools/builtin/pool-subgraph/SubgraphCoinPoolPairsTool.js +0 -98
- package/dist/tools/builtin/pool-subgraph/SubgraphCoinPoolPairsTool.js.map +0 -1
- package/dist/tools/builtin/pool-subgraph/SubgraphPoolByAddressTool.d.ts +0 -63
- package/dist/tools/builtin/pool-subgraph/SubgraphPoolByAddressTool.d.ts.map +0 -1
- package/dist/tools/builtin/pool-subgraph/SubgraphPoolByAddressTool.js +0 -82
- package/dist/tools/builtin/pool-subgraph/SubgraphPoolByAddressTool.js.map +0 -1
- package/dist/tools/builtin/pool-subgraph/SubgraphPoolByPositionIdTool.d.ts +0 -79
- package/dist/tools/builtin/pool-subgraph/SubgraphPoolByPositionIdTool.d.ts.map +0 -1
- package/dist/tools/builtin/pool-subgraph/SubgraphPoolByPositionIdTool.js +0 -97
- package/dist/tools/builtin/pool-subgraph/SubgraphPoolByPositionIdTool.js.map +0 -1
- package/dist/tools/builtin/pool-subgraph/SubgraphPoolSearchTool.d.ts +0 -77
- package/dist/tools/builtin/pool-subgraph/SubgraphPoolSearchTool.d.ts.map +0 -1
- package/dist/tools/builtin/pool-subgraph/SubgraphPoolSearchTool.js +0 -190
- package/dist/tools/builtin/pool-subgraph/SubgraphPoolSearchTool.js.map +0 -1
- package/dist/tools/builtin/pool-subgraph/SubgraphPositionDetailTool.d.ts +0 -107
- package/dist/tools/builtin/pool-subgraph/SubgraphPositionDetailTool.d.ts.map +0 -1
- package/dist/tools/builtin/pool-subgraph/SubgraphPositionDetailTool.js +0 -92
- package/dist/tools/builtin/pool-subgraph/SubgraphPositionDetailTool.js.map +0 -1
- package/dist/tools/builtin/pool-subgraph/SubgraphTrendingPoolsTool.d.ts +0 -56
- package/dist/tools/builtin/pool-subgraph/SubgraphTrendingPoolsTool.d.ts.map +0 -1
- package/dist/tools/builtin/pool-subgraph/SubgraphTrendingPoolsTool.js +0 -94
- package/dist/tools/builtin/pool-subgraph/SubgraphTrendingPoolsTool.js.map +0 -1
- package/dist/tools/builtin/pool-subgraph/index.d.ts +0 -13
- package/dist/tools/builtin/pool-subgraph/index.d.ts.map +0 -1
- package/dist/tools/builtin/pool-subgraph/index.js +0 -18
- package/dist/tools/builtin/pool-subgraph/index.js.map +0 -1
- package/dist/tools/builtin/token/TokenAnalyticsTool.d.ts +0 -71
- package/dist/tools/builtin/token/TokenAnalyticsTool.d.ts.map +0 -1
- package/dist/tools/builtin/token/TokenAnalyticsTool.js +0 -147
- package/dist/tools/builtin/token/TokenAnalyticsTool.js.map +0 -1
- package/dist/tools/builtin/token/TokenHoldersTool.d.ts +0 -81
- package/dist/tools/builtin/token/TokenHoldersTool.d.ts.map +0 -1
- package/dist/tools/builtin/token/TokenHoldersTool.js +0 -139
- package/dist/tools/builtin/token/TokenHoldersTool.js.map +0 -1
- package/dist/tools/builtin/token/TokenInfoTool.d.ts +0 -40
- package/dist/tools/builtin/token/TokenInfoTool.d.ts.map +0 -1
- package/dist/tools/builtin/token/TokenInfoTool.js +0 -221
- package/dist/tools/builtin/token/TokenInfoTool.js.map +0 -1
- package/dist/tools/builtin/token/TokenScoreTool.d.ts +0 -63
- package/dist/tools/builtin/token/TokenScoreTool.d.ts.map +0 -1
- package/dist/tools/builtin/token/TokenScoreTool.js +0 -148
- package/dist/tools/builtin/token/TokenScoreTool.js.map +0 -1
- package/dist/tools/builtin/token/TopGainersTool.d.ts +0 -37
- package/dist/tools/builtin/token/TopGainersTool.d.ts.map +0 -1
- package/dist/tools/builtin/token/TopGainersTool.js +0 -100
- package/dist/tools/builtin/token/TopGainersTool.js.map +0 -1
- package/dist/tools/builtin/token/TopLosersTool.d.ts +0 -66
- package/dist/tools/builtin/token/TopLosersTool.d.ts.map +0 -1
- package/dist/tools/builtin/token/TopLosersTool.js +0 -129
- package/dist/tools/builtin/token/TopLosersTool.js.map +0 -1
- package/dist/tools/builtin/token/TrendingTokensTool.d.ts +0 -39
- package/dist/tools/builtin/token/TrendingTokensTool.d.ts.map +0 -1
- package/dist/tools/builtin/token/TrendingTokensTool.js +0 -83
- package/dist/tools/builtin/token/TrendingTokensTool.js.map +0 -1
- package/dist/tools/builtin/token/index.d.ts +0 -13
- package/dist/tools/builtin/token/index.d.ts.map +0 -1
- package/dist/tools/builtin/token/index.js +0 -16
- package/dist/tools/builtin/token/index.js.map +0 -1
- package/dist/tools/builtin/wallet/TransactionByHashTool.d.ts +0 -70
- package/dist/tools/builtin/wallet/TransactionByHashTool.d.ts.map +0 -1
- package/dist/tools/builtin/wallet/TransactionByHashTool.js +0 -111
- package/dist/tools/builtin/wallet/TransactionByHashTool.js.map +0 -1
- package/dist/tools/builtin/wallet/WalletApprovalsTool.d.ts +0 -107
- package/dist/tools/builtin/wallet/WalletApprovalsTool.d.ts.map +0 -1
- package/dist/tools/builtin/wallet/WalletApprovalsTool.js +0 -164
- package/dist/tools/builtin/wallet/WalletApprovalsTool.js.map +0 -1
- package/dist/tools/builtin/wallet/WalletDefiPositionsTool.d.ts +0 -61
- package/dist/tools/builtin/wallet/WalletDefiPositionsTool.d.ts.map +0 -1
- package/dist/tools/builtin/wallet/WalletDefiPositionsTool.js +0 -100
- package/dist/tools/builtin/wallet/WalletDefiPositionsTool.js.map +0 -1
- package/dist/tools/builtin/wallet/WalletDefiProtocolPositionsTool.d.ts +0 -68
- package/dist/tools/builtin/wallet/WalletDefiProtocolPositionsTool.d.ts.map +0 -1
- package/dist/tools/builtin/wallet/WalletDefiProtocolPositionsTool.js +0 -115
- package/dist/tools/builtin/wallet/WalletDefiProtocolPositionsTool.js.map +0 -1
- package/dist/tools/builtin/wallet/WalletDefiSummaryTool.d.ts +0 -50
- package/dist/tools/builtin/wallet/WalletDefiSummaryTool.d.ts.map +0 -1
- package/dist/tools/builtin/wallet/WalletDefiSummaryTool.js +0 -80
- package/dist/tools/builtin/wallet/WalletDefiSummaryTool.js.map +0 -1
- package/dist/tools/builtin/wallet/WalletHistoryTool.d.ts +0 -31
- package/dist/tools/builtin/wallet/WalletHistoryTool.d.ts.map +0 -1
- package/dist/tools/builtin/wallet/WalletHistoryTool.js +0 -154
- package/dist/tools/builtin/wallet/WalletHistoryTool.js.map +0 -1
- package/dist/tools/builtin/wallet/WalletNetWorthTool.d.ts +0 -44
- package/dist/tools/builtin/wallet/WalletNetWorthTool.d.ts.map +0 -1
- package/dist/tools/builtin/wallet/WalletNetWorthTool.js +0 -122
- package/dist/tools/builtin/wallet/WalletNetWorthTool.js.map +0 -1
- package/dist/tools/builtin/wallet/WalletNftTransfersTool.d.ts +0 -86
- package/dist/tools/builtin/wallet/WalletNftTransfersTool.d.ts.map +0 -1
- package/dist/tools/builtin/wallet/WalletNftTransfersTool.js +0 -265
- package/dist/tools/builtin/wallet/WalletNftTransfersTool.js.map +0 -1
- package/dist/tools/builtin/wallet/WalletPnlSummaryTool.d.ts +0 -43
- package/dist/tools/builtin/wallet/WalletPnlSummaryTool.d.ts.map +0 -1
- package/dist/tools/builtin/wallet/WalletPnlSummaryTool.js +0 -89
- package/dist/tools/builtin/wallet/WalletPnlSummaryTool.js.map +0 -1
- package/dist/tools/builtin/wallet/WalletPnlTool.d.ts +0 -43
- package/dist/tools/builtin/wallet/WalletPnlTool.d.ts.map +0 -1
- package/dist/tools/builtin/wallet/WalletPnlTool.js +0 -175
- package/dist/tools/builtin/wallet/WalletPnlTool.js.map +0 -1
- package/dist/tools/builtin/wallet/WalletTokenBalancesTool.d.ts +0 -35
- package/dist/tools/builtin/wallet/WalletTokenBalancesTool.d.ts.map +0 -1
- package/dist/tools/builtin/wallet/WalletTokenBalancesTool.js +0 -68
- package/dist/tools/builtin/wallet/WalletTokenBalancesTool.js.map +0 -1
- package/dist/tools/builtin/wallet/WalletTokenTransfersTool.d.ts +0 -109
- package/dist/tools/builtin/wallet/WalletTokenTransfersTool.d.ts.map +0 -1
- package/dist/tools/builtin/wallet/WalletTokenTransfersTool.js +0 -354
- package/dist/tools/builtin/wallet/WalletTokenTransfersTool.js.map +0 -1
- package/dist/tools/builtin/wallet/index.d.ts +0 -28
- package/dist/tools/builtin/wallet/index.d.ts.map +0 -1
- package/dist/tools/builtin/wallet/index.js +0 -32
- package/dist/tools/builtin/wallet/index.js.map +0 -1
- package/dist/tools/builtin/wallet-action/ApproveTokenTool.d.ts +0 -25
- package/dist/tools/builtin/wallet-action/ApproveTokenTool.d.ts.map +0 -1
- package/dist/tools/builtin/wallet-action/ApproveTokenTool.js +0 -98
- package/dist/tools/builtin/wallet-action/ApproveTokenTool.js.map +0 -1
- package/dist/tools/builtin/wallet-action/BaseWalletActionTool.d.ts +0 -211
- package/dist/tools/builtin/wallet-action/BaseWalletActionTool.d.ts.map +0 -1
- package/dist/tools/builtin/wallet-action/BaseWalletActionTool.js +0 -499
- package/dist/tools/builtin/wallet-action/BaseWalletActionTool.js.map +0 -1
- package/dist/tools/builtin/wallet-action/BuyTokenTool.d.ts +0 -240
- package/dist/tools/builtin/wallet-action/BuyTokenTool.d.ts.map +0 -1
- package/dist/tools/builtin/wallet-action/BuyTokenTool.js +0 -1257
- package/dist/tools/builtin/wallet-action/BuyTokenTool.js.map +0 -1
- package/dist/tools/builtin/wallet-action/SendNativeTool.d.ts +0 -41
- package/dist/tools/builtin/wallet-action/SendNativeTool.d.ts.map +0 -1
- package/dist/tools/builtin/wallet-action/SendNativeTool.js +0 -127
- package/dist/tools/builtin/wallet-action/SendNativeTool.js.map +0 -1
- package/dist/tools/builtin/wallet-action/SendTokenTool.d.ts +0 -63
- package/dist/tools/builtin/wallet-action/SendTokenTool.d.ts.map +0 -1
- package/dist/tools/builtin/wallet-action/SendTokenTool.js +0 -294
- package/dist/tools/builtin/wallet-action/SendTokenTool.js.map +0 -1
- package/dist/tools/builtin/wallet-action/SwapTokenTool.d.ts +0 -247
- package/dist/tools/builtin/wallet-action/SwapTokenTool.d.ts.map +0 -1
- package/dist/tools/builtin/wallet-action/SwapTokenTool.js +0 -1258
- package/dist/tools/builtin/wallet-action/SwapTokenTool.js.map +0 -1
- package/dist/tools/builtin/wallet-action/UnwrapNativeTool.d.ts +0 -20
- package/dist/tools/builtin/wallet-action/UnwrapNativeTool.d.ts.map +0 -1
- package/dist/tools/builtin/wallet-action/UnwrapNativeTool.js +0 -36
- package/dist/tools/builtin/wallet-action/UnwrapNativeTool.js.map +0 -1
- package/dist/tools/builtin/wallet-action/WrapNativeTool.d.ts +0 -23
- package/dist/tools/builtin/wallet-action/WrapNativeTool.d.ts.map +0 -1
- package/dist/tools/builtin/wallet-action/WrapNativeTool.js +0 -54
- package/dist/tools/builtin/wallet-action/WrapNativeTool.js.map +0 -1
- package/dist/tools/builtin/wallet-action/amountSpec.d.ts +0 -62
- package/dist/tools/builtin/wallet-action/amountSpec.d.ts.map +0 -1
- package/dist/tools/builtin/wallet-action/amountSpec.js +0 -93
- package/dist/tools/builtin/wallet-action/amountSpec.js.map +0 -1
- package/dist/tools/builtin/wallet-action/gasReserve.d.ts +0 -42
- package/dist/tools/builtin/wallet-action/gasReserve.d.ts.map +0 -1
- package/dist/tools/builtin/wallet-action/gasReserve.js +0 -103
- package/dist/tools/builtin/wallet-action/gasReserve.js.map +0 -1
- package/dist/tools/builtin/wallet-action/index.d.ts +0 -9
- package/dist/tools/builtin/wallet-action/index.d.ts.map +0 -1
- package/dist/tools/builtin/wallet-action/index.js +0 -20
- package/dist/tools/builtin/wallet-action/index.js.map +0 -1
- package/dist/tools/chainResolver.d.ts +0 -98
- package/dist/tools/chainResolver.d.ts.map +0 -1
- package/dist/tools/chainResolver.js +0 -302
- package/dist/tools/chainResolver.js.map +0 -1
- package/dist/tools/index.d.ts +0 -4
- package/dist/tools/index.d.ts.map +0 -1
- package/dist/tools/index.js +0 -23
- package/dist/tools/index.js.map +0 -1
- package/dist/types/index.d.ts +0 -777
- package/dist/types/index.d.ts.map +0 -1
- package/dist/types/index.js +0 -6
- package/dist/types/index.js.map +0 -1
|
@@ -1,240 +0,0 @@
|
|
|
1
|
-
import { BaseTool } from '../../BaseTool';
|
|
2
|
-
import { type MoralisServiceConfig } from '../../../services/MoralisService';
|
|
3
|
-
import type { ToolKind, ToolParameter, ToolResult, UIPayload, UserContext } from '../../../types';
|
|
4
|
-
/**
|
|
5
|
-
* Tool: open-buy-token-form
|
|
6
|
-
*
|
|
7
|
-
* A STANDALONE wallet-action tool (NOT a `BaseWalletActionTool`): instead of
|
|
8
|
-
* emitting the shared form payload, it does the quote + approval work itself and
|
|
9
|
-
* ships a custom `BuyTokenConfirmTx` UI payload the FE executes directly. That's
|
|
10
|
-
* why `buy_token` is intentionally NOT a member of `WalletActionType`.
|
|
11
|
-
*
|
|
12
|
-
* Branches, picked deterministically from the args:
|
|
13
|
-
*
|
|
14
|
-
* 0. **Trending picker** — the user wants to buy but did NOT name a token
|
|
15
|
-
* (`token_symbol` empty). The tool fetches the chain's live trending list
|
|
16
|
-
* and emits `actionButtons` so the user picks one. A click submits a new
|
|
17
|
-
* prompt like `"buy PEPE"` which routes back here for the standard flow.
|
|
18
|
-
*
|
|
19
|
-
* 1. **Pay-token picker** — the user named the dest token only (`token_symbol`)
|
|
20
|
-
* but not the pay token. The tool fetches the wallet's native + ERC-20
|
|
21
|
-
* holdings and emits `actionButtons` so the user picks the pay token.
|
|
22
|
-
*
|
|
23
|
-
* 1.4 **Balance check** — the user named a pay token (amount optional). Runs
|
|
24
|
-
* first so we never proceed with a token the user can't fund: if the wallet
|
|
25
|
-
* holds NONE of it, the tool reports that and offers the tokens the user
|
|
26
|
-
* DOES hold as alternatives (pay-token picker); if it holds SOME but less
|
|
27
|
-
* than the requested amount, it reports the shortfall and emits
|
|
28
|
-
* 25/50/75/100% buttons sized off the real balance. Skipped for the native
|
|
29
|
-
* pay token and when balances can't be read.
|
|
30
|
-
*
|
|
31
|
-
* 1.5 **Amount picker** — dest + pay token are known but no amount was given.
|
|
32
|
-
* The tool reads the pay-token balance and emits 25/50/75/100% buttons so
|
|
33
|
-
* the user sizes the spend in one tap (or types a custom amount).
|
|
34
|
-
*
|
|
35
|
-
* 1.75 **Confirm tx** — dest + pay token + a PAY-TOKEN amount are all known.
|
|
36
|
-
* The tool fetches a swap quote (estimated receive amount + the raw swap
|
|
37
|
-
* tx), checks allowance, and emits a `BuyTokenConfirmTx` payload bundling
|
|
38
|
-
* the estimate, the raw swap transaction, and the approve transaction (when
|
|
39
|
-
* one is needed). The FE executes approve (if any) then swap itself.
|
|
40
|
-
*
|
|
41
|
-
* When none of the above produces a result (couldn't resolve the dest token,
|
|
42
|
-
* quote failed, amount given only on the buy side, …) the tool returns an
|
|
43
|
-
* error/_instructions object — it never opens a generic form.
|
|
44
|
-
*
|
|
45
|
-
* Amount disambiguation mirrors the chatbot SDK:
|
|
46
|
-
* - "buy PEPE with 10 USDC" → pay_with_amount = "10"
|
|
47
|
-
* - "buy 0.02 PCM with USDC" → buy_amount = "0.02"
|
|
48
|
-
*/
|
|
49
|
-
export declare class BuyTokenTool extends BaseTool {
|
|
50
|
-
name: string;
|
|
51
|
-
kind: ToolKind;
|
|
52
|
-
category: string;
|
|
53
|
-
noSuggestions: boolean;
|
|
54
|
-
private readonly moralis?;
|
|
55
|
-
/** Trending tokens come from Pantograph (top-gainers), not Moralis. */
|
|
56
|
-
private readonly pantograph?;
|
|
57
|
-
/** Branch-tracing on/off — shares AgentCore's `debug` flag (passed in). */
|
|
58
|
-
private readonly debug;
|
|
59
|
-
constructor(config?: MoralisServiceConfig, options?: {
|
|
60
|
-
debug?: boolean;
|
|
61
|
-
});
|
|
62
|
-
/**
|
|
63
|
-
* Branch-tracing logger. Prints which branch the tool takes and the key
|
|
64
|
-
* values feeding that decision. Enabled by AgentCore's shared `debug` flag
|
|
65
|
-
* (so one switch covers the LLM trace and this tool). Kept terse.
|
|
66
|
-
*/
|
|
67
|
-
private dbg;
|
|
68
|
-
description: string;
|
|
69
|
-
parameters: ToolParameter[];
|
|
70
|
-
execute(args: Record<string, unknown>, userContext?: UserContext): Promise<ToolResult>;
|
|
71
|
-
protected run(args: Record<string, unknown>, userContext?: UserContext): Promise<{
|
|
72
|
-
actionButtons: {
|
|
73
|
-
label: string;
|
|
74
|
-
prompt: string;
|
|
75
|
-
}[];
|
|
76
|
-
_instructions: string;
|
|
77
|
-
} | {
|
|
78
|
-
ui: UIPayload;
|
|
79
|
-
_instructions: string;
|
|
80
|
-
} | {
|
|
81
|
-
error: string;
|
|
82
|
-
_instructions: string;
|
|
83
|
-
}>;
|
|
84
|
-
private buildResult;
|
|
85
|
-
private normaliseAddress;
|
|
86
|
-
private normaliseAmount;
|
|
87
|
-
private requireChain;
|
|
88
|
-
/**
|
|
89
|
-
* Resolve a token reference (symbol "USDC" or address "0x…") on a chain.
|
|
90
|
-
* Wallet balances first (most reliable), then Pantograph search. Decimals come
|
|
91
|
-
* from the API — never from the LLM.
|
|
92
|
-
*/
|
|
93
|
-
private resolveContractAddress;
|
|
94
|
-
/**
|
|
95
|
-
* Resolve one side of the buy (dest or pay). Honours the `"native"` sentinel
|
|
96
|
-
* the swap providers expect. Never errors — a side that can't be resolved
|
|
97
|
-
* just comes back with `address: null`.
|
|
98
|
-
*/
|
|
99
|
-
private resolveSide;
|
|
100
|
-
/**
|
|
101
|
-
* Pay token + dest token + a pay-token amount are known. Fetch a swap quote
|
|
102
|
-
* (estimated receive amount + raw swap tx), check approval, and return a
|
|
103
|
-
* `BuyTokenConfirmTx` UI payload the FE executes itself. Returns `null` when
|
|
104
|
-
* anything we need can't be produced (bad chain, quote failed, non-EVM tx).
|
|
105
|
-
*/
|
|
106
|
-
private buildConfirmTx;
|
|
107
|
-
/**
|
|
108
|
-
* deBridge only quotes EXACT_INPUT, so a "buy X of the dest token" request has
|
|
109
|
-
* no input amount to seed the quote. Convert the desired output into a pay-token
|
|
110
|
-
* amount using each side's live USD price:
|
|
111
|
-
*
|
|
112
|
-
* payAmount ≈ (buyAmount × destPriceUsd) / payPriceUsd × (1 + buffer)
|
|
113
|
-
*
|
|
114
|
-
* The +2% buffer covers slippage + fees so the user receives AT LEAST roughly
|
|
115
|
-
* the requested amount (the confirm panel still shows the REAL estimate from
|
|
116
|
-
* the quote, not this derived figure). Returns `null` when either token's USD
|
|
117
|
-
* price can't be fetched — the caller then asks for a pay amount instead.
|
|
118
|
-
*/
|
|
119
|
-
private derivePayAmountFromBuy;
|
|
120
|
-
/**
|
|
121
|
-
* Best-effort live USD price for one side of the swap, sourced from
|
|
122
|
-
* Pantograph (via `MoralisService.getTokenMetadata`, which queries Pantograph
|
|
123
|
-
* first). The native coin (`'native'`) is looked up with the zero address —
|
|
124
|
-
* the Pantograph token endpoint returns the native row for it. Returns `null`
|
|
125
|
-
* when no positive price is available so the caller can degrade gracefully.
|
|
126
|
-
*/
|
|
127
|
-
private getUsdPrice;
|
|
128
|
-
/**
|
|
129
|
-
* Resolve the PAY-side amount, which may be plain ("10"), a PERCENT of the
|
|
130
|
-
* held pay-token balance ("50%"), or a USD value ("5$"). Percent reads the
|
|
131
|
-
* wallet's pay-token balance; usd divides by the pay token's USD price. Returns
|
|
132
|
-
* a plain token amount string, or `null` when nothing usable was given / the
|
|
133
|
-
* balance or price needed for a percent/usd couldn't be fetched (the caller's
|
|
134
|
-
* existing "needs amount" / amount-picker branches then take over).
|
|
135
|
-
*/
|
|
136
|
-
private resolvePayAmountSpec;
|
|
137
|
-
/**
|
|
138
|
-
* Resolve the BUY-side amount, which may be plain ("5") or a USD value ("5$",
|
|
139
|
-
* "buy $5 of PEPE"). USD divides by the DEST token's price to get how many
|
|
140
|
-
* dest tokens "$X worth" is — that token figure then flows through Branch 1.3
|
|
141
|
-
* to derive the pay amount. A PERCENT on the buy side is meaningless (percent
|
|
142
|
-
* of what?), so it's ignored (returns null). Returns a plain token amount
|
|
143
|
-
* string or `null`.
|
|
144
|
-
*/
|
|
145
|
-
private resolveBuyAmountSpec;
|
|
146
|
-
/**
|
|
147
|
-
* Check whether the pay token needs an allowance for this swap and, if so,
|
|
148
|
-
* return a ready-to-sign ERC-20 approve tx. Relay bundles the approve step in
|
|
149
|
-
* the quote (`approvalData` is the tx); deBridge only reports the spender
|
|
150
|
-
* (`tx.to`), so we encode the approve calldata ourselves.
|
|
151
|
-
*/
|
|
152
|
-
private buildApproveTx;
|
|
153
|
-
/** Human amount → smallest-unit decimal string (no float drift via BigInt). */
|
|
154
|
-
private toRawAmount;
|
|
155
|
-
/**
|
|
156
|
-
* Pull a human-readable failure reason out of a failed quote. Adapters set
|
|
157
|
-
* `errorMessage` (string) and `error` (string or a provider object). deBridge
|
|
158
|
-
* also nests a reason in `raw.errorMessage` / `raw.error`. Falls back to a
|
|
159
|
-
* generic line so the caller always has something to show.
|
|
160
|
-
*/
|
|
161
|
-
private extractQuoteError;
|
|
162
|
-
/**
|
|
163
|
-
* Estimated receive amount in the dest token's smallest units. Shape differs
|
|
164
|
-
* per provider — deBridge same-chain: `raw.tokenOut.minAmount`; deBridge
|
|
165
|
-
* cross-chain: `raw.estimation.dstChainTokenOut.amount`; Relay:
|
|
166
|
-
* `raw.details.currencyOut.{amount|minimumAmount}`.
|
|
167
|
-
*/
|
|
168
|
-
private extractOutRaw;
|
|
169
|
-
private buildPayWithPicker;
|
|
170
|
-
/**
|
|
171
|
-
* Guard the buy flow against a pay token the user can't fund. Returns:
|
|
172
|
-
* - `null` when the user holds enough (or no amount yet, or balances can't be read).
|
|
173
|
-
* - `no_pay_balance` (+ picker buttons) when the wallet holds none of it.
|
|
174
|
-
* - `insufficient_pay_balance` (+ percentage buttons) when it holds some but
|
|
175
|
-
* less than the requested amount.
|
|
176
|
-
*/
|
|
177
|
-
private checkPayBalance;
|
|
178
|
-
/**
|
|
179
|
-
* Read the connected wallet's balance of the pay token. Returns the held
|
|
180
|
-
* amount + on-chain symbol, or `null` when balances can't be fetched / the
|
|
181
|
-
* token isn't held (zero balance or not held at all).
|
|
182
|
-
*
|
|
183
|
-
* For the NATIVE pay coin the returned balance is the SPENDABLE figure — the
|
|
184
|
-
* held balance minus a silently-estimated swap gas reserve (gasLimit
|
|
185
|
-
* 1_000_000 × gasPrice) — so the percent buttons, amount picker, and balance
|
|
186
|
-
* check stay within what the user can actually spend while still covering gas.
|
|
187
|
-
* The reserve is never surfaced; callers only ever expose the spendable
|
|
188
|
-
* number. ERC-20 pay tokens are returned at their raw held balance (gas is
|
|
189
|
-
* paid in the native coin, not the pay token).
|
|
190
|
-
*/
|
|
191
|
-
private readPayBalance;
|
|
192
|
-
/**
|
|
193
|
-
* 25/50/75/100% quick-spend buttons sized off a held balance. 100% spends the
|
|
194
|
-
* EXACT held string; the partial fractions are float-trimmed. The amount rides
|
|
195
|
-
* in the prompt; the label is a bare percent.
|
|
196
|
-
*/
|
|
197
|
-
private percentSpendButtons;
|
|
198
|
-
private buildAmountPicker;
|
|
199
|
-
/**
|
|
200
|
-
* Trim IEEE-754 noise from a computed amount (≤8 significant digits) and
|
|
201
|
-
* ALWAYS return plain decimal notation — never exponential ("1.5e-7").
|
|
202
|
-
*/
|
|
203
|
-
private trimAmount;
|
|
204
|
-
/** Format a number as a plain decimal string, expanding any e-notation. */
|
|
205
|
-
private toPlainDecimal;
|
|
206
|
-
/**
|
|
207
|
-
* Sanitize an amount STRING from an external source (e.g. Moralis
|
|
208
|
-
* `balance_formatted`): expand e-notation to plain decimal; else pass through.
|
|
209
|
-
*/
|
|
210
|
-
private cleanAmountString;
|
|
211
|
-
/**
|
|
212
|
-
* Build the trending-picker click-prompt ("buy {token}") from the
|
|
213
|
-
* LLM-supplied, already-localized template. The click-prompt is re-submitted
|
|
214
|
-
* as a fresh user turn, so keeping it in the user's language keeps that turn
|
|
215
|
-
* in the same language. Falls back to English when the LLM omits a template.
|
|
216
|
-
*/
|
|
217
|
-
private buildBuyPrompt;
|
|
218
|
-
/**
|
|
219
|
-
* Build the "buy X with Y" click-prompt from the LLM-supplied, already-
|
|
220
|
-
* localized template by substituting placeholders:
|
|
221
|
-
* {token} → token bought {pay} → payment token
|
|
222
|
-
* {buy_amount} → quantity bought (next to {token})
|
|
223
|
-
* {pay_amount} → quantity paid (next to {pay})
|
|
224
|
-
* The localized verb and "with" preposition live INSIDE the template, so we
|
|
225
|
-
* only substitute concrete values. Only one side ever carries an amount; the
|
|
226
|
-
* unused amount placeholder is replaced with '' (no preposition is attached
|
|
227
|
-
* to it, so nothing dangles). Falls back to an English template when the LLM
|
|
228
|
-
* omits one.
|
|
229
|
-
*/
|
|
230
|
-
private buildBuyWithPrompt;
|
|
231
|
-
private buildTrendingPicker;
|
|
232
|
-
/**
|
|
233
|
-
* Format a 24h price-change percentage: ~6 significant digits, no trailing
|
|
234
|
-
* noise, and always plain decimal (never exponential for a tiny change).
|
|
235
|
-
*/
|
|
236
|
-
private formatPercent;
|
|
237
|
-
/** Compact price string: e.g. 0.00001234 → "0.00001234", 1234.5 → "1,234.50". */
|
|
238
|
-
private formatPrice;
|
|
239
|
-
}
|
|
240
|
-
//# sourceMappingURL=BuyTokenTool.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BuyTokenTool.d.ts","sourceRoot":"","sources":["../../../../src/tools/builtin/wallet-action/BuyTokenTool.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAE1C,OAAO,EAAkB,KAAK,oBAAoB,EAAE,MAAM,kCAAkC,CAAC;AAI7F,OAAO,KAAK,EAGV,QAAQ,EACR,aAAa,EACb,UAAU,EACV,SAAS,EAET,WAAW,EACZ,MAAM,gBAAgB,CAAC;AAcxB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4CG;AACH,qBAAa,YAAa,SAAQ,QAAQ;IACxC,IAAI,SAAyB;IAC7B,IAAI,EAAE,QAAQ,CAAY;IAC1B,QAAQ,SAAmB;IAE3B,aAAa,UAAQ;IAErB,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAC,CAAiB;IAC1C,uEAAuE;IACvE,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAoB;IAChD,2EAA2E;IAC3E,OAAO,CAAC,QAAQ,CAAC,KAAK,CAAU;gBAEpB,MAAM,CAAC,EAAE,oBAAoB,EAAE,OAAO,CAAC,EAAE;QAAE,KAAK,CAAC,EAAE,OAAO,CAAA;KAAE;IASxE;;;;OAIG;IACH,OAAO,CAAC,GAAG;IAOX,WAAW,SAQ0F;IAErG,UAAU,EAAE,aAAa,EAAE,CA4FzB;IAKI,OAAO,CAAC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAAE,WAAW,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,UAAU,CAAC;cAkC5E,GAAG,CAAC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAAE,WAAW,CAAC,EAAE,WAAW;uBAmoCvD;YAAE,KAAK,EAAE,MAAM,CAAC;YAAC,MAAM,EAAE,MAAM,CAAA;SAAE,EAAE;uBAAiB,MAAM;;YArwB7D,SAAS;uBAAiB,MAAM;;;;;YA3VpC,WAAW;IA0NzB,OAAO,CAAC,gBAAgB;IAMxB,OAAO,CAAC,eAAe;IASvB,OAAO,CAAC,YAAY;IAMpB;;;;OAIG;YACW,sBAAsB;IA2CpC;;;;OAIG;YACW,WAAW;IAuCzB;;;;;OAKG;YACW,cAAc;IA0H5B;;;;;;;;;;;OAWG;YACW,sBAAsB;IA4BpC;;;;;;OAMG;YACW,WAAW;IAWzB;;;;;;;OAOG;YACW,oBAAoB;IAgClC;;;;;;;OAOG;YACW,oBAAoB;IAmBlC;;;;;OAKG;YACW,cAAc;IA0C5B,+EAA+E;IAC/E,OAAO,CAAC,WAAW;IAanB;;;;;OAKG;IACH,OAAO,CAAC,iBAAiB;IAuBzB;;;;;OAKG;IACH,OAAO,CAAC,aAAa;YAmBP,kBAAkB;IAyFhC;;;;;;OAMG;YACW,eAAe;IAoG7B;;;;;;;;;;;;OAYG;YACW,cAAc;IAsD5B;;;;OAIG;IACH,OAAO,CAAC,mBAAmB;YAwBb,iBAAiB;IA+B/B;;;OAGG;IACH,OAAO,CAAC,UAAU;IAKlB,2EAA2E;IAC3E,OAAO,CAAC,cAAc;IAwBtB;;;OAGG;IACH,OAAO,CAAC,iBAAiB;IAMzB;;;;;OAKG;IACH,OAAO,CAAC,cAAc;IAQtB;;;;;;;;;;;OAWG;IACH,OAAO,CAAC,kBAAkB;YAuBZ,mBAAmB;IA6DjC;;;OAGG;IACH,OAAO,CAAC,aAAa;IAKrB,iFAAiF;IACjF,OAAO,CAAC,WAAW;CAOpB"}
|