michaelessiet
79fe5b0cb4
fix: bugs noticed during testing
2025-01-16 21:33:07 +01:00
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
2f05af13cb
fix: drift vault deposits and withdrawals
2025-01-14 20:33:18 +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
2f83188cb9
fix: add descriptions to some drift vault schemas
2025-01-10 20:07:46 +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
Michael Essiet
4638d7c8a4
Merge branch 'sendaifun:main' into feature/totalbalance
2025-01-10 17:05:36 +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
Michael Essiet
692735c10f
Merge branch 'main' into feature/totalbalance
2025-01-07 09:12:32 +01:00
Thrishank
69c000d5c6
Merge branch 'main' into feature/reclaim_rent
2025-01-06 19:01:24 +05:30
UjjwalGupta49
9adc80ee32
export actions
2025-01-06 17:56:13 +05:30
UjjwalGupta49
de4e724365
move types and created actions
2025-01-06 17:50:39 +05:30
Thrishank
c06a86322c
Merge branch 'main' into feature/reclaim_rent
2025-01-05 21:37:27 +05:30
Arihant Bansal
9cb3477831
chore: husky docs
2025-01-05 15:45:44 +05:30
thrishank
fabcf636c4
add action file
2025-01-05 13:04:41 +05:30
Arihant Bansal
a4f990f4c8
fix: url
2025-01-05 00:40:27 +05:30
Arihant Bansal
15a5a6b08d
merge and docs
2025-01-04 23:41:47 +05:30
Arihant Bansal
8bd0b462d2
feat: update to hermes v2
2025-01-04 23:37:51 +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
aryan
7c3f4180a0
chore: docs + lint
2025-01-04 03:42:56 +05:30
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
d277d0d283
feat: get all token balances
2025-01-01 20:46:56 +01:00
simplysabir
376eaadffe
fix: latest pull
2025-01-01 17:17:24 +05:30
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
aryan
9bf1755c75
Merge branch 'main' into gib-bounty-sol756670
2025-01-01 03:04:34 +05:30
aryan
42e8e4758a
wip: langchain
2025-01-01 02:51:40 +05:30
Fahri Bilici
2a08017dcd
adding missing actions
2024-12-31 17:54:33 +01:00
Fahri Bilici
1b601b839d
adapting langchain to use actions
2024-12-31 01:17:53 +01:00
Fahri Bilici
c00515f3d2
Fix formatting issues and removing unusued libaries
2024-12-30 22:31:15 +01:00
Fahri Bilici
e48959fb1a
fix: Make recipient address mandatory in mintNFT action validation
2024-12-28 16:48:10 +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