Skip to content

Commit 9be2d00

Browse files
chore(main): release 0.3.0 (#7)
* chore(main): release 0.2.4 Signed-off-by: Agntcy Build Bot <build@agntcy.io> * Update release-manifest.json Signed-off-by: Mauro Sardara <msardara@cisco.com> * Update CHANGELOG.md Signed-off-by: Mauro Sardara <msardara@cisco.com> * Update pyproject.toml Signed-off-by: Mauro Sardara <msardara@cisco.com> * fix: readme Signed-off-by: Mauro Sardara <msardara@cisco.com> * fix: readme Signed-off-by: Mauro Sardara <msardara@cisco.com> * fix: readme Signed-off-by: Mauro Sardara <msardara@cisco.com> * fix: readme Signed-off-by: Mauro Sardara <msardara@cisco.com> --------- Signed-off-by: Agntcy Build Bot <build@agntcy.io> Signed-off-by: Mauro Sardara <msardara@cisco.com> Co-authored-by: Mauro Sardara <msardara@cisco.com>
1 parent 6a093eb commit 9be2d00

6 files changed

Lines changed: 20 additions & 13 deletions

File tree

.github/release-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.2.3"
2+
".": "0.3.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.3.0](https://github.com/agntcy/slim-a2a-python/compare/v0.2.3...v0.3.0) (2026-02-17)
4+
5+
6+
### Features
7+
8+
* upgrade to slim-bindings ~= 1.1 ([#6](https://github.com/agntcy/slim-a2a-python/issues/6)) ([6a093eb](https://github.com/agntcy/slim-a2a-python/commit/6a093eb7e3fcc56d1694cfe9e81c254462a6af31))
9+
310
## [0.2.3](https://github.com/agntcy/slim-a2a-python/compare/v0.2.2...v0.2.3) (2026-01-09)
411

512

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ identities for authentication and addressing.
66

77
## Compile the protobuf
88

9-
- Refer to this [documentation](xxx) to download the correct slirpc compiler for your system and make sure to have in in $PATH.
10-
- Install [bufbuild](https://buf.build/docs/cli/installation/)
9+
- Refer to this [documentation](https://docs.agntcy.org/slim/slim-slimrpc-compiler/) to download the correct slirpc compiler for your system and make sure to have in in $PATH.
10+
- Install [bufbuild](https://buf.build/docs/cli/installation/)
1111

1212
Run the following from the repo root:
1313

examples/travel_planner_agent/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Travel Planner Example
2+
23
This is the Travel Planner Example from the A2A repo, modified to use SLIM A2A
34

45
## Getting started
@@ -7,12 +8,12 @@ This is the Travel Planner Example from the A2A repo, modified to use SLIM A2A
78

89
You can set the required values either via a `.env` file or as environment variables.
910

10-
| Variable | Required | Default |
11-
|---|---|---|
12-
| `AZURE_OPENAI_API_KEY` |||
13-
| `AZURE_OPENAI_ENDPOINT` |||
14-
| `AZURE_OPENAI_API_VERSION` || `2024-08-01-preview` |
15-
| `AZURE_OPENAI_DEPLOYMENT_NAME` || `gpt-4o` |
11+
| Variable | Required | Default |
12+
| ------------------------------ | -------- | -------------------- |
13+
| `AZURE_OPENAI_API_KEY` | | |
14+
| `AZURE_OPENAI_ENDPOINT` | | |
15+
| `AZURE_OPENAI_API_VERSION` | | `2024-08-01-preview` |
16+
| `AZURE_OPENAI_DEPLOYMENT_NAME` | | `gpt-4o` |
1617

1718
**Option A:** Create a `.env` file:
1819

@@ -35,8 +36,7 @@ This is the Travel Planner Example from the A2A repo, modified to use SLIM A2A
3536
```
3637

3738
2. Start SLIM
38-
3.
39-
Download the slimctl version for your system from the [release page.](https://github.com/agntcy/slim/releases/tag/slimctl-v1.0.0)
39+
3. Download the slimctl version for your system from the [release page.](https://github.com/agntcy/slim/releases/tag/slimctl-v1.0.0)
4040

4141
```shell
4242
slimctl slim start --endpoint 127.0.0.1:46357

examples/travel_planner_agent/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
"model_name": "gpt-4o",
88
"model_name_env": "AZURE_OPENAI_DEPLOYMENT_NAME",
99
"temperature": 0.7
10-
}
10+
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[project]
55
name = "slima2a"
6-
version = "0.2.3"
6+
version = "0.3.0"
77
description = "A2A protocol over slimrpc"
88
readme = "README.md"
99
requires-python = ">=3.10, <4.0"

0 commit comments

Comments
 (0)