# SDK

The `github.com/goppydae/sharur/sdk` package lets you embed a sharur agent in any Go program.

```go
import "github.com/goppydae/sharur/sdk"
```

See the sub-pages for a quickstart, custom tool implementations, the EventBus API, and in-process extensions.
