-
Notifications
You must be signed in to change notification settings - Fork 0
/
agents_list.json
58 lines (58 loc) · 3.32 KB
/
agents_list.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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
[
{
"Icon": "https://assets-global.website-files.com/64028677e7e50a208e0a56a8/6414b10812844ea9718bd599_63c4885f0d5e9242fafd30b6_sagemaker.svg",
"Title": "Amazon SageMaker",
"Description": "Train ML models on Sagemaker from within Flyte™.",
"Docs Link": "https://docs.union.ai/integrations/agents/sagemaker-agent/",
"Source Code": "https://github.com/flyteorg/flytekit/tree/master/plugins/flytekit-aws-sagemaker/flytekitplugins/awssagemaker_inference"
},
{
"Icon": "https://assets-global.website-files.com/64028677e7e50a208e0a56a8/6414b1097c8cb25eed7002b8_63c488018ec264e0885627d7_airflow-logo.svg",
"Title": "Airflow",
"Description": "Run an Airflow operator as a Flyte task.",
"Docs Link": "https://docs.union.ai/integrations/agents/airflow-agent/",
"Source Code": "https://github.com/flyteorg/flytekit/tree/master/plugins/flytekit-airflow/flytekitplugins/airflow"
},
{
"Icon": "https://assets-global.website-files.com/64028677e7e50a208e0a56a8/6414b103642fda2109b1d1de_63c48bacd4a4c3b0073cf4b6_google_bigquery-icon.svg",
"Title": "BigQuery",
"Description": "Query a BigQuery table.",
"Docs Link": "https://docs.union.ai/integrations/agents/bigquery-agent/",
"Source Code": "https://github.com/flyteorg/flytekit/tree/master/plugins/flytekit-bigquery/flytekitplugins/bigquery"
},
{
"Icon": "https://assets-global.website-files.com/64028677e7e50a208e0a56a8/65f8cbd9fa3403da5233e6a1_chatgpt-logo.svg",
"Title": "ChatGPT",
"Description": "Interact with ChatGPT.",
"Docs Link": "https://docs.union.ai/integrations/agents/chatgpt-agent/",
"Source Code": "https://github.com/flyteorg/flytekit/tree/master/plugins/flytekit-openai/flytekitplugins/openai"
},
{
"Icon": "https://assets-global.website-files.com/64028677e7e50a208e0a56a8/6414b112a4cf4c137d8d6932_63c4d72d95a3b881387d118f_Databricks.svg",
"Title": "Databricks",
"Description": "Submit Spark jobs to Databricks.",
"Docs Link": "https://docs.union.ai/integrations/agents/databricks-agent/",
"Source Code": "https://github.com/flyteorg/flytekit/tree/master/plugins/flytekit-spark/flytekitplugins/spark"
},
{
"Icon": "https://assets-global.website-files.com/64028677e7e50a208e0a56a8/661840221550118046e49874_File-Sensor.svg",
"Title": "File Sensor",
"Description": "Build event driven workflows.",
"Docs Link": "https://docs.union.ai/integrations/agents/file-sensor-agent/",
"Source Code": "https://github.com/flyteorg/flytekit/tree/master/flytekit/sensor"
},
{
"Icon": "https://assets-global.website-files.com/64028677e7e50a208e0a56a8/65f8cc0d3ba6711e7f007d61_mmcloud_logo.png",
"Title": "Memory Machine Cloud",
"Description": "Run a task on MMCloud.",
"Docs Link": "https://docs.union.ai/integrations/agents/mmcloud-agent/",
"Source Code": "https://github.com/flyteorg/flytekit/tree/master/plugins/flytekit-mmcloud/flytekitplugins/mmcloud"
},
{
"Icon": "https://assets-global.website-files.com/64028677e7e50a208e0a56a8/6414b13ef334e909c9000664_63c8322cdddb883789b57ccd_snowflake-logo.svg",
"Title": "Snowflake",
"Description": "Query a Snowflake service.",
"Docs Link": "https://docs.union.ai/integrations/agents/snowflake-agent/",
"Source Code": "https://github.com/flyteorg/flytekit/tree/master/plugins/flytekit-snowflake/flytekitplugins/snowflake"
}
]