Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,19 @@ for agent_id in client.list_agents():

---

## Compatibility

The SDK talks to the runtime over its versioned REST API (`/api/v1`).

| SDK (`symbiont-sdk`) | Symbiont runtime |
|----------------------|------------------|
| 1.14.x | 1.14.x (tested); compatible with 1.15.x / 1.16.x for the documented surface |

Pin the SDK's minor version to your runtime's minor version when you can; newer
1.x runtimes remain compatible for the endpoints documented here.

---

## Capabilities

The main `Client` exposes runtime functionality directly and through namespaced sub-clients.
Expand Down
Loading