Skip to content

Commit 45f6439

Browse files
committed
📝 (examples): Regenerate README prerequisites rows to rc.5
Run the generator so all 21 hand-written prerequisites SDK-version rows (16 python, 4 go, 1 scenario) advertise the single source-of-truth rc.5, matching each README's generated sdk-install block.
1 parent 6a47b79 commit 45f6439

21 files changed

Lines changed: 21 additions & 21 deletions

File tree

go/basic-agent/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Minimal Go example showing how to initialize the Agent Assembly Go SDK and execu
2929
| Requirement | Version |
3030
|---|---|
3131
| Go | >= 1.26 |
32-
| Agent Assembly Go SDK | v0.0.1-rc.3 |
32+
| Agent Assembly Go SDK | v0.0.1-rc.5 |
3333

3434
A live Agent Assembly gateway is **not required** to run this example. It uses an
3535
offline mock `GovernanceClient` by default. To use a real gateway, replace `mockClient`

go/cli-runtime-integration/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Go example showing how to integrate the `aasm` CLI runtime sidecar into a Go age
2929
| Requirement | Version |
3030
|---|---|
3131
| Go | >= 1.26 |
32-
| Agent Assembly Go SDK | v0.0.1-rc.3 |
32+
| Agent Assembly Go SDK | v0.0.1-rc.5 |
3333
| `aasm` binary | Optional — example runs in fallback mode without it |
3434

3535
### Install `aasm` (optional)

go/langchaingo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ agent's tool calls with Agent Assembly.
3333
| Requirement | Version |
3434
|---|---|
3535
| Go | >= 1.26 |
36-
| Agent Assembly Go SDK | v0.0.1-rc.3 |
36+
| Agent Assembly Go SDK | v0.0.1-rc.5 |
3737
| LangChainGo | v0.1.14 |
3838

3939
No live gateway and no LLM API key are required. Policy rules are applied by an

go/tool-policy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Go example showing explicit allow and deny behavior using Agent Assembly policy
2929
| Requirement | Version |
3030
|---|---|
3131
| Go | >= 1.26 |
32-
| Agent Assembly Go SDK | v0.0.1-rc.3 |
32+
| Agent Assembly Go SDK | v0.0.1-rc.5 |
3333

3434
No live gateway is required. Policy rules are applied by an in-process mock client.
3535

python/agno-tool-policy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Agno runs every function-tool call through a single chokepoint — `agno.tools.f
3434
|---|---|
3535
| Python | >= 3.12 |
3636
| [uv](https://github.com/astral-sh/uv) | latest |
37-
| Agent Assembly Python SDK | >= 0.0.1b4 |
37+
| Agent Assembly Python SDK | >= 0.0.1rc5 |
3838
| Agno | >= 2.0.0 |
3939

4040
No API key or running gateway is required for the offline demo.

python/autogen-tool-policy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ AutoGen (the `autogen-core` runtime shared by AutoGen and the ag2 fork) has **no
3434
|---|---|
3535
| Python | >= 3.12 |
3636
| [uv](https://github.com/astral-sh/uv) | latest |
37-
| Agent Assembly Python SDK | >= 0.0.1rc3 |
37+
| Agent Assembly Python SDK | >= 0.0.1rc5 |
3838
| autogen-core | >= 0.7.5 |
3939

4040
No API key or running gateway is required for the offline demo.

python/crewai-research-crew/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ audit event.
4242
|---|---|
4343
| Python | >= 3.12 |
4444
| [uv](https://github.com/astral-sh/uv) | latest |
45-
| Agent Assembly Python SDK | >= 0.0.1rc3 |
45+
| Agent Assembly Python SDK | >= 0.0.1rc5 |
4646

4747
The mock demo needs no gateway, no `crewai`, and no API keys. The optional
4848
`live` extra (`crewai`) is only required for the real-crew integration.

python/custom-tool-policy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Demonstrates how to add [Agent Assembly](https://github.com/ai-agent-assembly/ex
3535
|---|---|
3636
| Python | >= 3.12 |
3737
| [uv](https://github.com/astral-sh/uv) | latest |
38-
| Agent Assembly Python SDK | >= 0.0.1rc3 |
38+
| Agent Assembly Python SDK | >= 0.0.1rc5 |
3939

4040
No API key, no gateway, and no AI framework are required.
4141

python/google-adk/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ In ADK 1.x, concrete tools (`FunctionTool` and custom `BaseTool` subclasses) ove
3939
|---|---|
4040
| Python | >= 3.12 |
4141
| [uv](https://github.com/astral-sh/uv) | latest |
42-
| Agent Assembly Python SDK | >= 0.0.1rc3 |
42+
| Agent Assembly Python SDK | >= 0.0.1rc5 |
4343

4444
No running Agent Assembly gateway and no Google Cloud credentials are required for the offline demo.
4545

python/haystack-tool-policy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Haystack has a native adapter: `HaystackPatch` hooks `haystack.tools.Tool.invoke
3535
|---|---|
3636
| Python | >= 3.12 |
3737
| [uv](https://github.com/astral-sh/uv) | latest |
38-
| Agent Assembly Python SDK | >= 0.0.1rc3 |
38+
| Agent Assembly Python SDK | >= 0.0.1rc5 |
3939
| Haystack | >= 2.0.0, < 3.0 |
4040

4141
No API key or running gateway is required for the offline demo — the tools are driven through a `ToolInvoker` with a hand-built `ToolCall`, so no LLM is involved.

0 commit comments

Comments
 (0)