Skip to content

Commit 1b36df4

Browse files
authored
fix: structures and typos (#18)
* fix: structures and typos * docs: link to OASF in intro
1 parent dd00e45 commit 1b36df4

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

docs/pages/connect.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Different agents may implement different parts of the protocol. For example: an
115115

116116
The ACP must define and endpoint that provides details about the specific capabilities that the agent supports.
117117

118-
Schemas, agent capabilities, and other essential information that describe an agent are also needed in what we call the [Agent Manifest](manifest.md). For this reason, ACP exposes an endpoint that serves the Agent Manifest.
118+
Schemas, agent capabilities, and other essential information that describe an agent are also needed in what we call the [Agent Manifest](manifest.md).
119119

120120
<a id="errors"></a>
121121
### Error Definitions

docs/pages/introduction.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ We are an open source collective that will build the Internet of Agents to be ac
1414
### Capabilities
1515

1616
Based on advanced protocols, frameworks and components, the goal of IoA software infrastructure enables and simplify the creation of multi-agent applications through the following steps:
17-
1 DISCOVER: Find and evaluate the best agents for the job 
18-
2 COMPOSE: Connect agents into effective workflows across any framework or vendor 
19-
3 DEPLOY: Run multi-agent systems at scale, securely
20-
4 EVALUATE: Monitor performance and improve efficiency and efficacy over time 
17+
1. DISCOVER: Find and evaluate the best agents for the job.
18+
1. COMPOSE: Connect agents into effective workflows across any framework or vendor.
19+
1. DEPLOY: Run multi-agent systems at scale, securely.
20+
1. EVALUATE: Monitor performance and improve efficiency and efficacy over time.
2121

2222
### Technical Objectives
2323

@@ -36,11 +36,11 @@ The initial set of IoA components and architecture is described below. As a very
3636
:align: center
3737
```
3838

39-
1. **Open Agent Schema Framework (OASF)**: A framework that provides standardized data models and schemas for representing and validating data exchanged between agents. OASF ensures data integrity and consistency across the Internet of Agents ecosystem.
39+
1. **Open Agent Schema Framework (OASF)**: A framework that provides standardized data models and schemas for representing and validating data exchanged between agents. OASF ensures data integrity and consistency across the Internet of Agents ecosystem. Current OASF repo can be found [here](https://github.com/agntcy/oasf), OASF schema documentation can be found [here](https://schema.oasf.agntcy.org).
4040
1. **Agent Directory**: A centralized service that stores and manages OASF metadata about AI agents, including their capabilities, attributes, and constraints. This service enables agents to discover and connect with each other based on their advertised capabilities.
4141
1. **Decentralized Agent Identity**: A system that leverages decentralized technologies to manage and verify the identities of Agents issued by any organization, ensuring secure and trustworthy interactions.
42-
1. **Agent Connect Protocol (ACP)**: A protocol that defines a standard interface to invoke agents, configure them, provide input, and retrieve output.
43-
1. **Multi-Agent Application Toolkit**: A set of agents and software libraries that support seamless creation of Multi-Agent workflows.
42+
1. **Agent Connect Protocol (ACP)**: A protocol that defines a standard interface to invoke agents, configure them, provide input, and retrieve output. Current ACP spec can be found [here](https://spec.acp.agntcy.org/).
43+
1. **Multi-Agent Application Toolkit**: A set of agents and software libraries that support seamless creation of Multi-Agent workflows.
4444
1. **Agent Workflow Server**: A server that leverages ACP to manage and executes workflows involving multiple AI agents, ensuring coordinated and efficient task execution.
4545
1. **Agent Manifest**: A standard format to describes agents, their capabilities, their dependencies, and how to deploy or consume them. The manifest is designed to be used by ACP and the Workflow Server and stored in the Agent Directory with the corresponding OASF extensions.
4646
1. **Agent Gateway Protocol (AGP)**: A protocol that defines the standards and guidelines for secure and efficient network-level communication between AI agents. AGP ensures interoperability and seamless data exchange by specifying message formats, transport mechanisms, and interaction patterns.

0 commit comments

Comments
 (0)