Skip to content

Commit b331bf6

Browse files
authored
chore: removing ACP and fixing links (#335)
* chore: removing acp mentions Signed-off-by: Aron Kerekes <arkereke@cisco.com> * fix: updating broken link Signed-off-by: Aron Kerekes <arkereke@cisco.com> --------- Signed-off-by: Aron Kerekes <arkereke@cisco.com>
1 parent 0c22275 commit b331bf6

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/dir/directory-sandbox-deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ For production deployment, consider these enhancements:
154154

155155
- Use ExternalSecrets Operator with Vault instead of hardcoded secrets.
156156
- See commented ExternalSecrets configuration in values.yaml.
157-
- Reference: [agntcy-deployment](https://github.com/agntcy/agntcy-deployment) repository for production patterns.
157+
- RefFor more information, see the [ExternalSecrets configuration](https://github.com/agntcy/dir/blob/4bac23d129f030736198bf25708c24db97fc4547/install/charts/dir/values.yaml#L341-L382).
158158

159159
**Resource Sizing**:
160160

docs/identity/flow.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ This sequence diagram illustrates the process of creating, publishing, and regis
6363
sequenceDiagram
6464
autonumber
6565
66-
Agent Creator->>e.g. Github: Publish agent source<br/>code and ACP manifest
66+
Agent Creator->>e.g. Github: Publish agent source<br/>code
6767
6868
Agent Creator->>Identity CLI: Create and publish ResolverMetadata with an Agent ID
6969
@@ -82,7 +82,7 @@ This sequence diagram illustrates the process of updating an existing Agent alon
8282
sequenceDiagram
8383
autonumber
8484
85-
Agent Creator->>e.g. Github: Update and publish agent source<br/>code and ACP manifest
85+
Agent Creator->>e.g. Github: Update and publish agent source<br/>code
8686
8787
Agent Creator->>Directory CLI: Update Agent OASF keeping the same<br/>Agent ID in identity extension
8888
@@ -135,7 +135,7 @@ Agent Consumer->>Identity CLI: Verify the Agent Badge
135135
sequenceDiagram
136136
autonumber
137137
138-
Agent Creator->>e.g. Github: Publish agent source<br/>code and ACP manifest
138+
Agent Creator->>e.g. Github: Publish agent source<br/>code
139139
activate e.g. Github
140140
e.g. Github-->>Agent Creator: Published
141141
deactivate e.g. Github
@@ -192,7 +192,7 @@ deactivate Identity CLI
192192
sequenceDiagram
193193
autonumber
194194
195-
Agent Creator->>e.g. Github: Update and publish agent source<br/>code and ACP manifest
195+
Agent Creator->>e.g. Github: Update and publish agent source<br/>code
196196
activate e.g. Github
197197
e.g. Github-->>Agent Creator: Published
198198
deactivate e.g. Github

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The initial set of IoA components and architecture is outlined below. This is a
3838
![IoA Stack](assets/ioa_stack.png)
3939

4040
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).
41-
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, ACP agent manifests, and MCP server descriptions among other data models.
41+
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.
4242
1. **[Messaging SDK](./messaging/slim-core.md)**:
4343
* **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.
4444
* **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.

0 commit comments

Comments
 (0)