Commit Graph

29 Commits

Author SHA1 Message Date
michaelessiet
97e9673089 feat: add more drift actions 2025-01-16 19:39:47 +01:00
michaelessiet
df01cc3267 merge: main 2025-01-15 13:28:58 +01:00
michaelessiet
4d50d2f260 fix: drift vault experience 2025-01-14 15:08:18 +01:00
michaelessiet
f0d84f6924 feat: add drift functions to agent class 2025-01-14 12:43:28 +01:00
michaelessiet
69cfcd90d2 merge: main. Also removed eslint config from discord bot starter it was conflicting with global eslint config 2025-01-13 21:42:22 +01:00
michaelessiet
60adc8d8c5 feat + fix: add action to get user drift account info and fix deposit, borrow, lend and withdraw on drift 2025-01-13 21:17:53 +01:00
shivaji43
9d1623ed7e added actions for tools 2025-01-13 17:37:20 +05:30
Arihant Bansal
bb6d51471c feat: fix merge 2025-01-12 09:52:11 +05:30
michaelessiet
25f0f503cb feat: drift perp trade, account creation, withdraw, and deposit 2025-01-12 01:33:11 +01:00
Arihant Bansal
ba9f6a9423 feat: add rest of squads actions 2025-01-11 23:33:14 +05:30
Arihant Bansal
ea6430129b feat: add more squads actions 2025-01-11 23:24:58 +05:30
Arihant Bansal
cd72af002e feat: add squads actions 2025-01-11 23:15:37 +05:30
0xCipherCoder
a6f9b05e2a Updated protocol name instead of library name 2025-01-11 21:27:54 +05:30
michaelessiet
8bef717eb9 feat: drift vault info action 2025-01-10 23:26:14 +01:00
michaelessiet
315ce64eed feat: drift vault actions 2025-01-10 19:46:42 +01:00
michaelessiet
272f77f851 feat: token balances 2025-01-10 17:31:08 +01:00
0xCipherCoder
85eabc2263 Removed tooling added 2025-01-10 19:15:37 +05:30
0xCipherCoder
7032ed7d99 Added refactoring changes for agent, action and tools 2025-01-10 17:34:13 +05:30
UjjwalGupta49
9adc80ee32 export actions 2025-01-06 17:56:13 +05:30
aryan
06ad5ba728 chore: docs + lint 2025-01-04 15:29:47 +05:30
JoshuaSum
058877b4d5 Merge remote-tracking branch 'upstream/main' 2025-01-03 14:35:16 -08:00
michaelessiet
c2bf6191ff fix: lint 2025-01-03 18:22:32 +01:00
JoshuaSum
1a34e9a4e5 Add Solayer staking through blinks 2025-01-01 17:41:46 -08:00
michaelessiet
802f42ca6f fix: update to the new actions architecture and add the wallet address action 2025-01-01 05:11:03 +01:00
aryan
e2f1536774 fix: naming 2025-01-01 03:37:56 +05:30
Fahri Bilici
c00515f3d2 Fix formatting issues and removing unusued libaries 2024-12-30 22:31:15 +01:00
Fahri Bilici
378fea201d feat: Refactor actions to use tool functions for improved code clarity and maintainability 2024-12-28 16:24:57 +01:00
Fahri Bilici
9326da25b1 adding missing tools 2024-12-27 23:34:15 +01:00
Fahri Bilici
79cada2cbd feat: Enhance Solana tools with action-based architecture
- Introduced action system for Solana tools, allowing for better modularity and maintainability.
- Updated SolanaBalanceTool, SolanaTransferTool, SolanaDeployTokenTool, SolanaDeployCollectionTool, SolanaMintNFTTool, SolanaTradeTool, and SolanaRequestFundsTool to utilize action handlers.
- Added new action exports in index.ts for better organization and accessibility.
2024-12-26 21:54:55 +01:00