Commit ffc13ee
committed
feat: Initialize Artinet A2A SDK Project
Sets up the initial monorepo structure for the Artinet SDK, a TypeScript implementation of the Agent2Agent (A2A) protocol.
- Core project configuration (`package.json`, `tsconfig.json`, `.gitignore`).
- Initial source structure (`src/`) for client, server, types, transport, and utils.
- Basic class definitions for `A2AClient` and `A2AServer`.
- Foundational A2A schema types (`src/types/`).
- Build process configured to output ESM modules to `dist/`.1 parent c07bd01 commit ffc13ee
File tree
58 files changed
+6730
-446
lines changed- examples
- quickstart
- src
- client
- interfaces
- http
- lib
- server
- interfaces
- lib
- storage
- transport
- rpc
- streaming
- types
- utils
- common
- logging
- tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
58 files changed
+6730
-446
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
20 | | - | |
21 | | - | |
| 22 | + | |
| 23 | + | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
| |||
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
32 | | - | |
| 34 | + | |
33 | 35 | | |
34 | 36 | | |
35 | 37 | | |
| |||
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
42 | | - | |
| 44 | + | |
43 | 45 | | |
0 commit comments