Commit Graph

310 Commits

Author SHA1 Message Date
michaelessiet
00f033ccf0 merge: main 2025-01-16 15:50:24 +01:00
michaelessiet
ccbdc27f63 feat: add drift tools to langchain 2025-01-15 17:37:54 +01:00
michaelessiet
484a64de85 fix: drift user account info fetching 2025-01-15 14:52:13 +01:00
michaelessiet
df01cc3267 merge: main 2025-01-15 13:28:58 +01:00
aryan
a65463a77b chore: docs + lint 2025-01-15 02:55:30 +05:30
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
20360ba523 fix: remove unncesary import 2025-01-13 17:43:32 +05:30
shivaji43
9d1623ed7e added actions for tools 2025-01-13 17:37:20 +05:30
shivaji43
40193b75e8 fix:deleted unncessary files 2025-01-13 17:37:05 +05:30
shivaji43
71bfbc6bd8 feat:added spl token support to priority fee transaction 2025-01-13 17:37:05 +05:30
shivaji43
be3f158aaa fix : able to send transaction with priority fee 2025-01-13 17:37:05 +05:30
shivaji43
53ee654202 feat:added webhooks for live notifications 2025-01-13 17:37:05 +05:30
shivaji43
e09c6b5d0b fix:added solana tool in createSolanaTools 2025-01-13 17:37:04 +05:30
shivaji43
4a270c4a0d feat: send transaction with proiority fee 2025-01-13 17:37:04 +05:30
shivaji43
2de1a7365d added helius api key to config type 2025-01-13 17:37:04 +05:30
shivaji43
96608fd7a9 fix: removed unnecessary logs 2025-01-13 17:37:04 +05:30
shivaji43
418f55178a feat:parsing transactions and getting all Assets 2025-01-13 17:37:04 +05:30
shivaji43
58a9edd7e2 refactored code 2025-01-13 17:37:04 +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
Arihant Bansal
83a7616367 chore: combine all multisig tools in one 2025-01-11 22:44:45 +05:30
Arihant Bansal
9aa74ceab0 chore: remove unnecessary commented function 2025-01-11 22:39:52 +05:30
Arihant Bansal
80fb0c4d5f fix 2025-01-11 22:38:46 +05:30
0xCipherCoder
a6f9b05e2a Updated protocol name instead of library name 2025-01-11 21:27:54 +05:30
0xCipherCoder
af85a502e0 Removed types in solayer 2025-01-11 14:42:51 +05:30
0xCipherCoder
48c81ac7e0 Added fix for the issue 2025-01-11 14:41:55 +05:30
0xCipherCoder
f1b8a118ac Merged main 2025-01-11 10:09:56 +05:30
0xCipherCoder
04a27f974c Merged main 2025-01-11 10:09:09 +05:30
michaelessiet
8bef717eb9 feat: drift vault info action 2025-01-10 23:26:14 +01:00
aryan
677d17491c chore: docs + lint 2025-01-11 02:29:52 +05:30
calintje
e5e25b0ab0 Fix 2025-01-10 20:39:43 +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
6ef55a04da fix: parse provided wallet address to token balances 2025-01-10 17:38:20 +01:00
michaelessiet
51cf665c74 lint 2025-01-10 17:31:29 +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
aryan
5ba7178399 Merge branch 'main' into feat/squads_multisig 2025-01-10 05:17:46 +05:30
aryan
6c66606d59 feat: change jup api to fetch token directly (#122)
# Pull Request Description

## Related Issue
Fixes # (issue number)

## Changes Made
This PR adds the following changes:
<!-- List the key changes made in this PR -->
- change jup api to fetch token directly
  
## Implementation Details
<!-- Provide technical details about the implementation -->
doc api: https://station.jup.ag/docs/token-list/token-list-api

## Transaction executed by agent 
<!-- If applicable, provide example usage, transactions, or screenshots
-->
Example transaction: 

## Prompt Used
<!-- If relevant, include the prompt or configuration used -->
```
Get token data from either a token address or ticker symbol
```

## Additional Notes
<!-- Any additional information that reviewers should know -->
<img width="1455" alt="image"
src="https://github.com/user-attachments/assets/1a95ec16-ad10-461e-8ca9-90f4f89616aa"
/>


## Checklist
- [x] I have tested these changes locally
- [ ] I have updated the documentation
- [ ] I have added a transaction link
- [x] I have added the prompt used to test it
2025-01-10 05:02:39 +05:30
michaelessiet
b4b36e5adb feat: add drift vault tools 2025-01-09 21:13:00 +01:00
A91y
06e025c1a8 Merge branch 'main' into feat/squads_multisig 2025-01-08 22:58:50 +05:30