feat(typescript): add M2M Sentinel action provider for Base bytecode & proxy observations - #1447
Open
AntoineSakkalis wants to merge 1 commit into
Open
Conversation
…& proxy observations
🟡 Heimdall Review Status
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds the M2M Sentinel Action Provider to
@coinbase/agentkit(TypeScript) to equip autonomous AI agents with deterministic preflight smart contract bytecode capability inspection, proxy resolution, and market telemetry on Base Mainnet (chainId: 8453) in <35ms.Key Capabilities
notASafetyGuarantee: true).Actions Provided
audit_contract: Inspect target Base contract bytecode capability observations, proxy implementation slots, and limitations (address: string).get_gas_metrics: Get real-time Base network gas execution metrics and priority fee recommendations.get_token_price: Observe real-time Base DEX token prices for slippage checks and preflight valuation (symbol: string).get_service_status: Check operational status and trust quorum of M2M Sentinel verification rails.Resources & Upstream Links
Test Plan
m2mSentinelActionProvider.test.tscovering network validation (Base mainnet8453and Base Sepolia84532) and action execution mocks.