Skip to content

Commit 35f51ce

Browse files
authored
Revert "docs:Update README.md" (#451)
Reverts #419
1 parent 51e29ac commit 35f51ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Watch [this demo video](https://storage.googleapis.com/gweb-developer-goog-blog-
2929

3030
The Agent2Agent (A2A) protocol facilitates communication between independent AI agents. Here are the core concepts:
3131

32-
- **Agent Card:** A public metadata file (usually at `./well-known/agent.json`) describing an agent's capabilities, skills, endpoint URL, and authentication requirements. Clients use this for discovery.
32+
- **Agent Card:** A public metadata file (usually at `/.well-known/agent.json`) describing an agent's capabilities, skills, endpoint URL, and authentication requirements. Clients use this for discovery.
3333
- **A2A Server:** An agent exposing an HTTP endpoint that implements the A2A protocol methods (defined in the [json specification](/specification)). It receives requests and manages task execution.
3434
- **A2A Client:** An application or another agent that consumes A2A services. It sends requests (like `tasks/send`) to an A2A Server's URL.
3535
- **Task:** The central unit of work. A client initiates a task by sending a message (`tasks/send` or `tasks/sendSubscribe`). Tasks have unique IDs and progress through states (`submitted`, `working`, `input-required`, `completed`, `failed`, `canceled`).

0 commit comments

Comments
 (0)