mirror of
https://github.com/aaif-goose/goose.git
synced 2026-07-03 14:10:03 +02:00
114ae52b6b
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
goose-sdk
The bindings layer for Goose. It houses the shared types used for both ACP and SDK access, and exposes a cross-language version of the Goose API.
With --features uniffi the crate compiles to native bindings for Python and
Kotlin (namespace aaif_goose / aaif.goose). The published surface is
currently a ping -> pong stub in src/bindings.rs — the scaffold for the
real implementation.
just python # build bindings + run examples/uniffi/ping.py
just kotlin # build bindings + run examples/uniffi/Ping.kt
Both print pong: aaif.io.