cursor-agent-a2a 1.4.0 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/routes/__tests__/cursorAgent.test.d.ts +4 -3
- package/dist/routes/__tests__/cursorAgent.test.d.ts.map +1 -1
- package/dist/routes/__tests__/cursorAgent.test.js +221 -130
- package/dist/routes/__tests__/cursorAgent.test.js.map +1 -1
- package/dist/routes/cursorAgent.d.ts +16 -7
- package/dist/routes/cursorAgent.d.ts.map +1 -1
- package/dist/routes/cursorAgent.js +478 -111
- package/dist/routes/cursorAgent.js.map +1 -1
- package/dist/services/__tests__/cursorAgentService.test.js +22 -2
- package/dist/services/__tests__/cursorAgentService.test.js.map +1 -1
- package/dist/services/cursorAgentService.d.ts +7 -1
- package/dist/services/cursorAgentService.d.ts.map +1 -1
- package/dist/services/cursorAgentService.js +12 -8
- package/dist/services/cursorAgentService.js.map +1 -1
- package/package.json +2 -2
|
@@ -3,12 +3,13 @@
|
|
|
3
3
|
*
|
|
4
4
|
* Tests cover:
|
|
5
5
|
* - Homepage endpoint
|
|
6
|
-
* - Agent Card discovery
|
|
7
|
-
* - Message endpoints (sync and streaming)
|
|
8
|
-
* - Task management (create, query, cancel)
|
|
6
|
+
* - Service-level and project-level Agent Card discovery
|
|
7
|
+
* - Message endpoints (sync and streaming) with standard A2A format
|
|
8
|
+
* - Task management (create, query, cancel) with standard A2A format
|
|
9
9
|
* - Authentication
|
|
10
10
|
* - Session management
|
|
11
11
|
* - Webhook callbacks
|
|
12
|
+
* - Project mapping
|
|
12
13
|
*/
|
|
13
14
|
export {};
|
|
14
15
|
//# sourceMappingURL=cursorAgent.test.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cursorAgent.test.d.ts","sourceRoot":"","sources":["../../../src/routes/__tests__/cursorAgent.test.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"cursorAgent.test.d.ts","sourceRoot":"","sources":["../../../src/routes/__tests__/cursorAgent.test.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG"}
|