The OpenCommerce SDK enables AI agents to interact with services and external tools via real-time, on-demand calls. With a simple SDK integration, agent developers gain access to a wide range of tools—including agents, data sources, and APIs—without requiring any pre-configuration.
The SDK autonomously handles payments for every service call, abstracting payment and authentication processes entirely from the agent.
- Instant Start: Begin without complex setup or preconfiguration.
- Ready-Made Agents: Access essential, pre-built agents on demand.
- Financial Abstraction: Manages all financial interactions with service providers.
- Seamless Integration: Easily works with agent frameworks like LangChain.
- Streamlined Funding: Simplified options for agent funding.
pip install opencommerce-sdk
from opencommerce_sdk import OpenCommerceAccountToolkit
sdk = OpenCommerceAccountToolkit(network='testnet')
- Replace 'testnet' with 'production' for using real USDC
service_response = sdk.use_service('service_id', {'parameter_key': 'parameter_value'})
- Replace 'service_id' with the actual service ID
- Replace 'parameter_key' and 'parameter_value' with the required parameters for the service
For detailed usage instructions and examples, please refer to the Usage Guide.
You can find a complete list of services and their parameters in the Service Directory .
This project is licensed under the MIT License.
For support or inquiries, please open an issue on GitHub or contact Your Name. You can also contact [email protected]