Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion docs/.index
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ nav:
- Introduction: index.md
- OASF: oasf
- Agent Directory Service: dir
- Messaging SDK: messaging
- Secure Low-Latency Interactive Messaging (SLIM): slim
- Identity: identity
- Observability and Evaluation: obs-and-eval
- CSIT: csit
Expand Down
2 changes: 1 addition & 1 deletion docs/coffee-agntcy/slim-coffee-agntcy.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SLIM v0.6.0 in CoffeeAGNTCY

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.
CoffeeAGNTCY works with both NATS and [SLIM](../slim/overview.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.

**Default Transport Usage:**

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ The initial set of IoA components and architecture is outlined below. This is a

1. **[Open Agent Schema Framework (OASF)](./oasf/open-agentic-schema-framework.md)**: An OCI based extensible data model allowing to describe agents' attributes and ensuring unique identification of agents. OASF supports the description of A2A agents, MCP servers and can be extended to support other popular formats, such as Copilot agent manifests and many more. Current OASF repo can be found [here](https://github.com/agntcy/oasf), OASF schema documentation can be found [here](https://schema.oasf.outshift.com).
1. **[Agent Directory](./dir/overview.md)**: Allows announcing and discover agents or multi-agent applications which are described using OASF. Any organization can run its directory and keep it in sync with others, forming the Internet of Agents inventory. Agent Directory supports A2A agent cards and MCP server descriptions among other data models.
1. **[Messaging SDK](./messaging/slim-core.md)**:
1. **[Secure Low-Latency Interactive Messaging (SLIM)](./slim/overview.md)**:
* **SLIM** (Secure Low-latency Interactive Messaging): A protocol that defines the standards and guidelines for secure and efficient network-level communication between AI agents. SLIM ensures interoperability and seamless data exchange by specifying message formats, transport mechanisms, and interaction patterns.
* **SLIM Nodes and SDK**: Offers handy secure (MLS and quantum safe) network-level communication services to a group of agents (typically those of a given multi-agent application) through SDK/Libraries. It extends gRPC to support pub/sub interactions in addition to request/reply, streaming, fire & forget and more.
1. **[Identity](./identity/identity.md)**: A system that leverages decentralized technologies to manage and verify the identities of Agents or Tools issued by any organization, ensuring secure and trustworthy interactions.
Expand Down
2 changes: 1 addition & 1 deletion docs/messaging/.index → docs/slim/.index
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
nav:
- Secure Low-Latency Interactive Messaging (SLIM): slim-core.md
- Overview: overview.md
- Getting Started with SLIM:
- Getting Started: slim-howto.md
- Configuration Reference: slim-data-plane-config.md
Expand Down
4 changes: 2 additions & 2 deletions docs/messaging/slim-core.md → docs/slim/overview.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Secure Low-Latency Interactive Messaging (SLIM)
# Overview

Secure Low-Latency Interactive Messaging (SLIM) is a secure, scalable, and
user-friendly communication framework that unifies state-of-the-art capabilities
Expand All @@ -24,4 +24,4 @@ The main components of SLIM are:
- [SLIM Controller](./slim-controller.md)

To get started with SLIM, see the [Getting Started with
SLIM](../messaging/slim-howto.md) guide.
SLIM](../slim/slim-howto.md) guide.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SLIM Controller

The [SLIM](slim-core.md) Controller is a central management component that
The [SLIM](overview.md) Controller is a central management component that
orchestrates and manages SLIM nodes in a distributed messaging system. It
provides a unified interface for configuring routes, managing node registration,
and coordinating communication between nodes.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SLIM Messaging Layer

The [SLIM](slim-core.md) Messaging Layer implements an efficient message routing and
The [SLIM](overview.md) Messaging Layer implements an efficient message routing and
delivery system between applications.

## Client and Channel Naming
Expand Down
2 changes: 1 addition & 1 deletion docs/messaging/slim-group.md → docs/slim/slim-group.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SLIM Group Creation and Management

One of the key features of [SLIM](slim-core.md) is its support for secure group communication.
One of the key features of [SLIM](overview.md) is its support for secure group communication.
In SLIM, a group consists of multiple clients that communicate through a shared
channel. Each channel is identified by a unique name, as described in the [SLIM
Messaging Layer](slim-data-plane.md). When MLS is enabled, group
Expand Down
2 changes: 1 addition & 1 deletion docs/messaging/slim-howto.md → docs/slim/slim-howto.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ unifies state-of-the-art capabilities from all mentioned frameworks into a
single implementation.

For more information on SLIM, see the [detailed
documentation](./slim-core.md).
documentation](./overview.md).

## Installation

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading