-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathavailable_agents.json
24 lines (24 loc) · 1.51 KB
/
available_agents.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"agents": [
{
"name": "Data Science Pyramid Expert",
"slug": "data-science-pyramid",
"capabilities": "Analyzes project insights, suggests additional analyses, and provides probing questions to enhance analytical value and depth. Best for iterating on expanding an input or refining an idea before going back to other agents."
},
{
"name": "NEAR Blockchain Analyst",
"slug": "near-expert-analyst",
"capabilities": "Writes SQL queries for analyzing NEAR blockchain data using Flipside's NEAR schema, specializing in on-chain metrics and patterns. Include 'STRICT MODE' in the request to get exclusively a SQL response with no ``` markdown. Returns a list of text (the response) and usage (tokens used)"
},
{
"name": "Expert-EVM",
"slug": "expert-evm",
"capabilities": "Flipside compliant Snowflake SQL generator for Ethereum Virtual Machine (EVM) chains including arbitrum, avalanche, base, blast, bsc, ethereum, gnosis, ink, kaia, mantle, optimism, polygon. Include 'STRICT MODE' in the request to get exclusively a SQL response with no ``` markdown. Returns a list of text (the response) and usage (tokens used)"
},
{
"name": "JSON Responder",
"slug": "json-responder",
"capabilities": "Takes any generic request, and always responds with JSON. It may add keys or introduce other data not asked for. The main purpose is to confirm JSON formatting. Provide the keys and all content in 1 shot when interacting with the responder."
}
]
}