Skip to content

Commit 85942b4

Browse files
committed
readme update
1 parent 20d78e0 commit 85942b4

File tree

3 files changed

+115
-271
lines changed

3 files changed

+115
-271
lines changed

MYREADME.md

-271
This file was deleted.

__pycache__/dontshare.cpython-310.pyc

-174 Bytes
Binary file not shown.

packages/plugin-trading/README.md

+115
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,121 @@ Completed 12/21
2929

3030

3131

32+
==== studying eliza and resources
33+
34+
35+
trades: https://app.eliza.systems/trades
36+
hi
37+
38+
top 5 wallets
39+
https://solscan.io/account/9YnQdCWDAQRfQYm5HvRzoPgc5GRn8fyhsH2eru8nfsxG
40+
https://solscan.io/account/8CaTuoD1r6CzR1mu6ueTDvjNpLj7sq5nWafDLymkQ4jH
41+
https://solscan.io/account/CX3Nx8NPv8ZVqiBS7eLHBjrcRk69o7k1Z5q8Go1Uqc2z
42+
https://solscan.io/account/G8AFH5qJ3eGx7vKFZsjo4LmxYCgTQ45WFb5FErq7PT1r
43+
https://solscan.io/account/6rg2rfZ6Sim6j63LXvaLgbWicVGWhJUYHkCxgSHZBCqs
44+
45+
resources
46+
- docs: https://ai16z.github.io/eliza/docs/intro/#
47+
- eliza dev playlist: https://www.youtube.com/watch?v=ArptLpQiKfI&list=PLx5pnFXdPTRzWla0RaOxALTSTnVq53fKL
48+
- each ai can launch a token: https://www.daos.fun/
49+
- virtuals.io is the base one: https://app.virtuals.io/
50+
- listen: https://x.com/weremeow/status/1851365658916708616
51+
https://x.com/0xtechnoir/status/1853907223526920461
52+
- watch community call: https://www.youtube.com/watch?v=iQ0UFGREhJI
53+
-read this dialougefounder ai16z 100 agents https://www.panewslab.com/en/sqarticledetails/bn6f9u6m.html
54+
- https://shaw.wtf/Crypto-Is-Good/
55+
- https://shaw.wtf/
56+
- typescript: https://github.com/moondevonyt/learn-typescript-from-python
57+
58+
59+
models
60+
https://lmarena.ai/ - go to arena to see whos top dawg
61+
https://context.ai/compare/o1-preview-2024-09-12/gemini-1-5-pro
62+
usage: https://console.cloud.google.com/apis/api/generativelanguage.googleapis.com/cost?project=gen-lang-client-0134479047
63+
64+
65+
- claude rn is the best
66+
- grok is good for this type of stuff
67+
- gemeni is technically the best model out rn
68+
69+
cloud gpus
70+
- lambda of course, most exp
71+
- prime intellect cheaper but works cheaper
72+
- https://app.hyperbolic.xyz/compute
73+
model selection for AFI
74+
- gemini + rag for now
75+
- maybe use llama or a smaler cheaper modle for small stuff, f it just use gemini sma
76+
77+
78+
notes
79+
- Llama 70B is used for ai16z - suggested to be optimal for training character trading bots
80+
- Truth Terminal uses Claude Opus
81+
- nvm use 23 or nvm install
82+
cd docs
83+
code2prompt ./
84+
code2prompt src/
85+
- they use llama cloud for their bots
86+
- fork this so i can just work on my own and keep changes seperate
87+
- use claude and grok (by x)
88+
- gemini has a 2m context windwo
89+
- build our mods and community support, could be tutors
90+
- actions: predefined behaciours that agents can execut in reponse to messages, enabling them to perform and interact iwth external systems
91+
- clients act as interfaces between agents and platforms likediscord twitter and telegram
92+
- providers supply agents with xontextual info including itme awareness, user relationshpsand data from extrenal source
93+
- evaluators assess and extract info from convos helpng agents tracks goals build memory and maintain context awareness
94+
- character files are json files define personality knowledge and behavoi of each ai agent
95+
- memory system featurs a sophistiated memoru mangement system that utilizer verctor embediinngs and relational database storage to store and retreive info for agents
96+
- The capability to do so is there, it's ultimately up to the AI agent on whether or not it will. TURN OFF
97+
- they havea tons of plug ins but bootcstrat is where its at... thats all the code they provided
98+
- extenal integrations - they have a take order for trading
99+
- we can also make custom actions here; https://ai16z.github.io/eliza/docs/core/actions/
100+
- they also give access to trustscore system: https://ai16z.github.io/eliza/docs/guides/advanced/
101+
- more on trust score: https://ai16z.github.io/eliza/docs/advanced/trust-engine/
102+
- also speech with eleven labs is here
103+
- autonomous trading: https://ai16z.github.io/eliza/docs/advanced/autonomous-trading/
104+
- extracting tweets from a user is userful its a script for training at the bototom: https://ai16z.github.io/eliza/docs/guides/local-development/
105+
- supabase is a cloud hosted postgres for dployment shaw said ppl use
106+
- auto client is the trading client we would use: https://ai16z.github.io/eliza/docs/packages/clients/
107+
- https://www.youtube.com/watch?v=XenGeAcPAQo
108+
109+
110+
CONFIGUTATION: https://ai16z.github.io/eliza/docs/guides/configuration/
111+
112+
LEARN TYPESCRIPT FOR ELIZA: https://chatgpt.com/share/6762f33c-0cd0-800e-8fd6-1ec653feb345
113+
114+
contribute to project
115+
- Contribute to the autonomous trading system and trust engine: Leverage expertise in market analysis, technical analysis, and risk management to enhance these features.
116+
117+
12/19
118+
119+
- building afi.xyz artificial financial intelligence for the people fuck wall street.
120+
- learned typescript today, so we ready to build & contribute
121+
- https://www.youtube.com/watch?v=XenGeAcPAQo finishing up the day with finishing this training and then will watch next one.
122+
123+
step 1: learn typescript
124+
125+
12/17 taking the school
126+
- cod to prompt tool in here code2prompt
127+
- he uses claude/grok > openai
128+
- npm install langchain is node package manager, pip essentially
129+
- pnpm is the performance node packamge manager
130+
131+
12/10-
132+
- can interact with discord, twitter, and solana and eve..
133+
- these can possible engage in trading strategies because they will be able to interact in discords and twitters in order feel sentiment
134+
- supports openai and tropic
135+
- i got oi data
136+
- i got liq data
137+
- solana plug in??
138+
- coinbase commerce so the agent can have OHLCV data for all coinbase tokens.
139+
* advanced/autonomous-trading and advanced/trust-engine docs to manage agent trust scores, token recommendations, and risk profiles.
140+
* explore auditomioze trading docs
141+
* get this agent its own discord channel and communicate with another agent to lock in on quant, using my framework and we can watch them in their own chanel
142+
* since we built the GE that outputs millionaires of strats, then we do rigors testing, we literally have a pool of hundreds of working strats that the AI agents can pick from…
143+
144+
145+
146+
32147

33148

34149

0 commit comments

Comments
 (0)