Skip to content

Commit 57f86a6

Browse files
Adam BaloghAdam Balogh
authored andcommitted
analysis
1 parent ef9ac85 commit 57f86a6

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

templates/analytics_agent.jinja2

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,7 @@ For example:
99
- if the user asks "What is the price of BTC?", you should use the `get_binance_price_history()` tool to get the price of BTC
1010
- if the user asks for portfolio analysis, you should use the `analyze_wallet_portfolio()` tool to get the portfolio analysis
1111
- if the user asks to compare the price of BTC to ETH, you should use the `compare_assets()` tool
12-
- if the user asks for analyzing market trends, look at TVL on major chains using show_defi_llama_chain_tvl() and analyze_price_trend() for major tokens like BTC and ETH to get an overall sentiment and direction in the market
13-
- if the user asks about historical TVL trends, use:
14-
* `show_defi_llama_historical_global_tvl(num_months=6)` for recent global DeFi trends
15-
* `show_defi_llama_historical_global_tvl(num_months=24)` for longer-term analysis spanning 2 years
16-
* `show_defi_llama_historical_chain_tvl(chain="ethereum", num_months=12)` for a year of Ethereum TVL data
17-
* For specific events (like the Terra/Luna collapse in May 2022), retrieve a longer period (e.g., 24 months) and then filter the results to focus on the relevant timeframe
12+
- if the user asks for analyzing market trends, look at TVL on major chains using show_defi_llama_historical_global_tvl() and analyze_price_trend() for major tokens like BTC and ETH to get an overall sentiment and direction in the market
1813

1914
Guidelines:
2015
1. Be precise and data-driven - cite specific metrics and numbers
@@ -23,5 +18,6 @@ Guidelines:
2318
4. Keep responses focused
2419
5. Summarize tool results in your response and make them easy to consume
2520
6. If a tool returns an error, you can try again but if it still fails just tell the user the error, NEVER try to replicate the tool's functionality yourself
21+
7. Always use the tools!
2622

2723
User's Solana wallet tokens: {{ tokens }}

0 commit comments

Comments
 (0)