Skip to content

Commit 15e1a3e

Browse files
committed
fix: NATS config and info
1 parent 0d9516a commit 15e1a3e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/coffee-agntcy/slim-coffee-agntcy.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# SLIM v0.4.0 in CoffeeAGNTCY
22

3-
CoffeeAGNTCY uses [SLIM](../messaging/slim-core.md) as its default transport layer for all inter-agent communication. SLIM supports request-reply, unicast (fire-and-forget), publisher/subscriber, and group communication (1-to-many) messaging patterns, making it well-suited for CoffeeAGNTCY's dynamic multi-agent workflows.
3+
CoffeeAGNTCY works with both NATS and [SLIM](../messaging/slim-core.md) transports and illustrates multiple messaging patterns including request-reply, unicast (fire-and-forget), publisher/subscriber, and group communication, making them well-suited for CoffeeAGNTCY's dynamic multi-agent workflows.
4+
5+
**Default Transport Usage:**
6+
- **NATS**: Default for publisher/subscriber patterns
7+
- **SLIM**: Default for group communication patterns
8+
9+
[Transport Configuration](https://github.com/agntcy/coffeeAgntcy/blob/main/coffeeAGNTCY/coffee_agents/lungo/config/config.py#L9-L10)
410

511
The **AGNTCY App SDK** abstracts the underlying SLIM protocol behind a unified factory API. This allows developers to instantiate SLIM-based A2A (agent-to-agent) clients and servers without dealing directly with low-level transport details. Learn more about the App SDK [here](https://github.com/agntcy/app-sdk).
612

0 commit comments

Comments
 (0)