
Security News
Opengrep Adds Apex Support and New Rule Controls in Latest Updates
The latest Opengrep releases add Apex scanning, precision rule tuning, and performance gains for open source static code analysis.
coinbase-agentkit-openai-agents-sdk
Advanced tools
OpenAI Agents SDK extension of AgentKit. Enables agentic workflows to interact with onchain actions.
pip install coinbase-agentkit coinbase-agentkit-openai-agents-sdk
Set the following environment variables:
export OPENAI_API_KEY=<your-openai-api-key>
export CDP_API_KEY_ID=<your-cdp-api-key-id>
export CDP_API_KEY_PRIVATE=<your-cdp-api-key-private>
from coinbase_agentkit import AgentKit
from coinbase_agentkit_openai_agents_sdk import get_openai_agents_sdk_tools
from agents import Agent
agentKit = AgentKit()
tools = get_openai_agents_sdk_tools(agentKit)
agent = Agent(
name="CDP Agent",
instructions="You are a helpful agent that can interact with the blockchain using AgentKit tools.",
tools=tools
)
For AgentKit configuration options, see the Coinbase Agentkit README.
For a full example, see the chatbot example.
See CONTRIBUTING.md for detailed setup instructions and contribution guidelines.
FAQs
Coinbase AgentKit OpenAI Agents SDK extension
We found that coinbase-agentkit-openai-agents-sdk demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The latest Opengrep releases add Apex scanning, precision rule tuning, and performance gains for open source static code analysis.
Security News
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.