// Package examples provides runnable examples for flyto-agent. // // All examples in this package use the Go Example function convention // (ExampleXxx) so they are indexed by pkgsite/godoc automatically. // // Examples that require a real API key are guarded by os.Getenv checks // and will produce no output when run without credentials. // // Run a specific example: // // go test -v -run Example_basic ./examples/ package examples