Native Go client library for PromptRails. Execute agents, handle streaming responses, and manage workspace resources from your Go applications with idiomatic error handling.
How to Connect
1Install the SDK: go get github.com/promptrails/go-sdk
2Import and initialize the client with your API key.
3Call agent execution methods from your Go application.