pub fn version() -> &'static str
Get SDK version information
use composio_sdk; println!("Using Composio SDK v{}", composio_sdk::VERSION);