Skip to content

Commit 85b7f02

Browse files
chore: bump agntcy-dir dependency from >=0.6.1 to >=1.0.0 (#113)
* chore: bump agntcy-dir dependency from >=0.6.1 to >=1.0.0. Update README to reflect Directory and Identity as supported * style: revert unintended ruff format changes --------- Co-authored-by: Cody Hartsook <[email protected]>
1 parent 5d8fba3 commit 85b7f02

3 files changed

Lines changed: 21 additions & 20 deletions

File tree

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -58,20 +58,20 @@ It is intended as an integration and learning surface primarily used in [coffeeA
5858
</td>
5959
<td width="25%" valign="top">
6060

61-
**📂 Directory 🕐**
61+
**📂 Directory**
6262

6363
- Agntcy Directory integration
6464
- Agent Record Push / Pull / Search
65+
- OASF ↔ AgentCard conversion
6566

6667
</td>
6768
<td width="25%" valign="top">
6869

69-
**🔐 Identity 🕐**
70+
**🔐 Identity**
7071

71-
- Agent badge creation
72-
- Agent badge verification
73-
- Tool-based access control
74-
- Task-based access control
72+
- Access token management
73+
- Shared secret & JWT identity providers
74+
- Auth middleware (A2A, FastMCP)
7575

7676
</td>
7777
</tr>
@@ -531,12 +531,12 @@ For a fully functional distributed multi-agent sample app, check out our [coffee
531531
<img alt="Agntcy App SDK Architecture" src="assets/app-sdk-arch.jpg" width="600">
532532
</a>
533533

534-
| Component | Version | Description | Repo |
535-
| --------------- | ------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------- |
536-
| **SLIM** | `1.0.0` | Secure Low-Latency Interactive Messaging (SLIM) facilitates communication between AI agents using request-reply and moderated group-chat patterns. | [Repo](https://github.com/agntcy/slim) |
537-
| **Observe SDK** | `1.0.34` | Enables multi-agent observability by setting `enable_tracing=True` when initializing the `AgntcyFactory`. This automatically configures tracing and auto-instrumentation for SLIM and A2A. | [Repo](https://github.com/agntcy/observe/tree/main) |
538-
| **Directory** | _Coming soon_ | Component for service discovery and directory-based agent lookups. | [Repo](https://github.com/agntcy/dir) |
539-
| **Identity** | _Coming soon_ | Provides agent identity, authentication, and verification mechanisms. | [Repo](https://github.com/agntcy/identity/tree/main) |
534+
| Component | Version | Description | Repo |
535+
| --------------- | -------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------- |
536+
| **SLIM** | `1.0.0` | Secure Low-Latency Interactive Messaging (SLIM) facilitates communication between AI agents using request-reply and moderated group-chat patterns. | [Repo](https://github.com/agntcy/slim) |
537+
| **Observe SDK** | `1.0.34` | Enables multi-agent observability by setting `enable_tracing=True` when initializing the `AgntcyFactory`. This automatically configures tracing and auto-instrumentation for SLIM and A2A. | [Repo](https://github.com/agntcy/observe/tree/main) |
538+
| **Directory** | `1.0.0` | Agent discovery and registration via the Agntcy Directory service. Push, pull, and search agent records with automatic OASF ↔ AgentCard conversion. Integrated into `AppSession` lifecycle. | [Repo](https://github.com/agntcy/dir) |
539+
| **Identity** | `0.0.7` | Agent identity and authentication via the Agntcy Identity Service SDK. Supports shared-secret and JWT identity providers, access token management, and auth middleware for A2A and FastMCP. | [Repo](https://github.com/agntcy/identity/tree/main) |
540540

541541
# Development
542542

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies = [
1919
"slim-bindings~=1.1",
2020
"agntcy-identity-service-sdk==0.0.7",
2121
"slima2a==0.3.0",
22-
"agntcy-dir>=0.6.1",
22+
"agntcy-dir>=1.0.0",
2323
"protobuf>=6.33.0",
2424
]
2525

uv.lock

Lines changed: 8 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)