Skip to content

Commit 2adbdde

Browse files
authored
feat: implement agent payment protocol with stream negotiation, on-chain micropayments, and CortexAgentSDK (#74)
1 parent 1705330 commit 2adbdde

17 files changed

Lines changed: 1824 additions & 7 deletions

File tree

backend/package-lock.json

Lines changed: 113 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"express-rate-limit": "^7.3.1",
1818
"express-validator": "^7.1.0",
1919
"helmet": "^7.1.0",
20+
"jsonwebtoken": "^9.0.3",
2021
"morgan": "^1.10.0",
2122
"pg": "^8.22.0",
2223
"uuid": "^10.0.0"

0 commit comments

Comments
 (0)