You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/pages/connect.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,7 +115,7 @@ Different agents may implement different parts of the protocol. For example: an
115
115
116
116
The ACP must define and endpoint that provides details about the specific capabilities that the agent supports.
117
117
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).
Copy file name to clipboardExpand all lines: docs/pages/introduction.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,10 +14,10 @@ We are an open source collective that will build the Internet of Agents to be ac
14
14
### Capabilities
15
15
16
16
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.
21
21
22
22
### Technical Objectives
23
23
@@ -36,11 +36,11 @@ The initial set of IoA components and architecture is described below. As a very
36
36
:align: center
37
37
```
38
38
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).
40
40
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.
41
41
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.
44
44
1.**Agent Workflow Server**: A server that leverages ACP to manage and executes workflows involving multiple AI agents, ensuring coordinated and efficient task execution.
45
45
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.
46
46
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