Python SDK
Installation
# Core package
pip install floe-agentkit-actions
# With CLI support
pip install floe-agentkit-actions[cli]
# With LangChain integration
pip install floe-agentkit-actions[langchain]Quick Start
As an AgentKit Provider
from coinbase_agentkit import AgentKit, AgentKitConfig
from floe_agentkit_actions import floe_action_provider
agentkit = AgentKit(AgentKitConfig(
wallet_provider=wallet_provider,
action_providers=[floe_action_provider()],
))Standalone Usage
Framework Integrations
LangChain
OpenAI Function Calling
CLI: floe-agent
floe-agentSubcommands
Command
Purpose
Setup flow (for run)
run)Multi-agent registry
Example Session
Wallet Providers
Provider
Use Case
Environment Variables
Variable
Description
Development
Agent Awareness Actions (v0.3.0+)
Source Code
Last updated
