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: typescript/agentkit/CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,19 @@
4
4
5
5
### Patch Changes
6
6
7
+
- Added `oneLyActionProvider` to enable AI agents to buy AND sell APIs on the 1ly marketplace using x402 payments
8
+
- Added `onely_search` action for searching APIs and services
9
+
- Added `onely_get_details` action for getting x402 payment details
10
+
- Added `onely_call` action for paying and calling APIs with automatic USDC payments
11
+
- Added `onely_review` action for leaving reviews after purchases
12
+
- Added `onely_create_store` action for creating agent stores with wallet signature
13
+
- Added `onely_create_link` action for listing APIs for sale
14
+
- Added `onely_list_links` action for viewing all listings
15
+
- Added `onely_get_stats` action for checking earnings and statistics
16
+
- Added `onely_withdraw` action for withdrawing revenue to Solana wallet
17
+
- First action provider enabling agents to be both buyers AND sellers
18
+
- Supports Base mainnet and Solana mainnet via x402 protocol
19
+
7
20
-[#883](https://github.com/coinbase/agentkit/pull/883)[`02f9291`](https://github.com/coinbase/agentkit/commit/02f9291ef09c6edab2bb81ed6de81a06206e866d) Thanks [@pawelpolak2](https://github.com/pawelpolak2)! - Updated Vaults.fyi provider to use the v2 API
8
21
9
22
-[#863](https://github.com/coinbase/agentkit/pull/863)[`2471251`](https://github.com/coinbase/agentkit/commit/24712518430c787f5c543781b39116708a2d759a) Thanks [@phdargen](https://github.com/phdargen)! - Converted all dynamic to static imports
0 commit comments