@assemblyline-agents/soundcloud 0.1.0 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Official Assembly Line SoundCloud connection plugin.
|
|
4
4
|
|
|
5
|
-
It connects agents to SoundCloud through its public API: the package exports `defineSoundCloudConnection(options)`, an OpenAPI-backed connection that turns SoundCloud API operations into agent tools, plus an `
|
|
5
|
+
It connects agents to SoundCloud through its public API: the package exports `defineSoundCloudConnection(options)`, an OpenAPI-backed connection that turns SoundCloud API operations into agent tools, plus an `assemblyLinePlugin` module so the Assembly Line CLI and compiler can discover the plugin's connection metadata. A bundled skill under `skills/` teaches agents how to use the connection's tools.
|
|
6
6
|
|
|
7
7
|
## Install
|
|
8
8
|
|
|
@@ -12,7 +12,7 @@ npm install @assemblyline-agents/soundcloud
|
|
|
12
12
|
|
|
13
13
|
## Part of Assembly Line
|
|
14
14
|
|
|
15
|
-
This package is part of [Assembly Line](https://github.com/jasonbadeaux/
|
|
15
|
+
This package is part of [Assembly Line](https://github.com/jasonbadeaux/assembly-line), a vendor-neutral, filesystem-first framework for durable AI agents. See the developer documentation in [docs/developers/](https://github.com/jasonbadeaux/assembly-line/tree/main/docs/developers) for setup, agent authoring, and deployment guides.
|
|
16
16
|
|
|
17
17
|
## License
|
|
18
18
|
|
package/dist/index.d.ts
CHANGED
|
@@ -3,5 +3,5 @@ export interface SoundCloudConnectionOptions extends Omit<OpenAPIPluginConnectio
|
|
|
3
3
|
auth?: ConnectionAuthDefinition | false;
|
|
4
4
|
}
|
|
5
5
|
export declare function defineSoundCloudConnection(options: SoundCloudConnectionOptions): import("@assemblyline-agents/core").OpenAPIConnectionDefinition;
|
|
6
|
-
export declare const
|
|
6
|
+
export declare const assemblyLinePlugin: import("@assemblyline-agents/core").PluginModule;
|
|
7
7
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAKL,KAAK,wBAAwB,EAC7B,KAAK,8BAA8B,EACpC,MAAM,2BAA2B,CAAC;AAInC,MAAM,WAAW,2BAA4B,SAAQ,IAAI,CAAC,8BAA8B,EAAE,MAAM,CAAC;IAC/F,IAAI,CAAC,EAAE,wBAAwB,GAAG,KAAK,CAAC;CACzC;AAED,wBAAgB,0BAA0B,CAAC,OAAO,EAAE,2BAA2B,mEAM9E;AAED,eAAO,MAAM,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAKL,KAAK,wBAAwB,EAC7B,KAAK,8BAA8B,EACpC,MAAM,2BAA2B,CAAC;AAInC,MAAM,WAAW,2BAA4B,SAAQ,IAAI,CAAC,8BAA8B,EAAE,MAAM,CAAC;IAC/F,IAAI,CAAC,EAAE,wBAAwB,GAAG,KAAK,CAAC;CACzC;AAED,wBAAgB,0BAA0B,CAAC,OAAO,EAAE,2BAA2B,mEAM9E;AAED,eAAO,MAAM,kBAAkB,kDAA0C,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -7,7 +7,7 @@ export function defineSoundCloudConnection(options) {
|
|
|
7
7
|
auth: auth === false ? false : auth ?? soundCloudOAuth()
|
|
8
8
|
});
|
|
9
9
|
}
|
|
10
|
-
export const
|
|
10
|
+
export const assemblyLinePlugin = definePlugin({ connections: [PLUGIN] });
|
|
11
11
|
function soundCloudOAuth() {
|
|
12
12
|
return ({ env }) => {
|
|
13
13
|
const clientId = env.SOUNDCLOUD_CLIENT_ID?.trim();
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,wBAAwB,EACxB,wBAAwB,EACxB,6BAA6B,EAC7B,YAAY,EAGb,MAAM,2BAA2B,CAAC;AAEnC,MAAM,MAAM,GAAG,wBAAwB,CAAC,YAAY,CAAE,CAAC;AAMvD,MAAM,UAAU,0BAA0B,CAAC,OAAoC;IAC7E,MAAM,EAAE,IAAI,EAAE,GAAG,UAAU,EAAE,GAAG,OAAO,CAAC;IACxC,OAAO,6BAA6B,CAAC,MAAM,EAAE;QAC3C,GAAG,UAAU;QACb,IAAI,EAAE,IAAI,KAAK,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,IAAI,IAAI,eAAe,EAAE;KACzD,CAAC,CAAC;AACL,CAAC;AAED,MAAM,CAAC,MAAM,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,wBAAwB,EACxB,wBAAwB,EACxB,6BAA6B,EAC7B,YAAY,EAGb,MAAM,2BAA2B,CAAC;AAEnC,MAAM,MAAM,GAAG,wBAAwB,CAAC,YAAY,CAAE,CAAC;AAMvD,MAAM,UAAU,0BAA0B,CAAC,OAAoC;IAC7E,MAAM,EAAE,IAAI,EAAE,GAAG,UAAU,EAAE,GAAG,OAAO,CAAC;IACxC,OAAO,6BAA6B,CAAC,MAAM,EAAE;QAC3C,GAAG,UAAU;QACb,IAAI,EAAE,IAAI,KAAK,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,IAAI,IAAI,eAAe,EAAE;KACzD,CAAC,CAAC;AACL,CAAC;AAED,MAAM,CAAC,MAAM,kBAAkB,GAAG,YAAY,CAAC,EAAE,WAAW,EAAE,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;AAE1E,SAAS,eAAe;IACtB,OAAO,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE;QACjB,MAAM,QAAQ,GAAG,GAAG,CAAC,oBAAoB,EAAE,IAAI,EAAE,CAAC;QAClD,MAAM,YAAY,GAAG,GAAG,CAAC,wBAAwB,EAAE,IAAI,EAAE,CAAC;QAC1D,MAAM,WAAW,GAAG,GAAG,CAAC,uBAAuB,EAAE,IAAI,EAAE,CAAC;QACxD,IAAI,CAAC,QAAQ,IAAI,CAAC,YAAY,EAAE,CAAC;YAC/B,MAAM,IAAI,KAAK,CAAC,8EAA8E,CAAC,CAAC;QAClG,CAAC;QACD,OAAO,wBAAwB,CAAC;YAC9B,WAAW,EAAE,YAAY;YACzB,YAAY,EAAE,yCAAyC;YACvD,QAAQ,EAAE,2CAA2C;YACrD,QAAQ;YACR,YAAY;YACZ,GAAG,CAAC,WAAW,CAAC,CAAC,CAAC,EAAE,WAAW,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC;YACvC,IAAI,EAAE,IAAI;YACV,SAAS,EAAE,OAAO;SACnB,CAAC,CAAC;IACL,CAAC,CAAC;AACJ,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@assemblyline-agents/soundcloud",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "1.0.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -9,9 +9,9 @@
|
|
|
9
9
|
}
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@assemblyline-agents/core": "
|
|
12
|
+
"@assemblyline-agents/core": "1.0.0"
|
|
13
13
|
},
|
|
14
|
-
"description": "Official
|
|
14
|
+
"description": "Official Assembly Line SoundCloud connection plugin.",
|
|
15
15
|
"files": [
|
|
16
16
|
"dist",
|
|
17
17
|
"skills"
|
|
@@ -22,16 +22,16 @@
|
|
|
22
22
|
"license": "MIT",
|
|
23
23
|
"repository": {
|
|
24
24
|
"type": "git",
|
|
25
|
-
"url": "git+https://github.com/jasonbadeaux/
|
|
25
|
+
"url": "git+https://github.com/jasonbadeaux/assembly-line.git",
|
|
26
26
|
"directory": "packages/soundcloud"
|
|
27
27
|
},
|
|
28
28
|
"bugs": {
|
|
29
|
-
"url": "https://github.com/jasonbadeaux/
|
|
29
|
+
"url": "https://github.com/jasonbadeaux/assembly-line/issues"
|
|
30
30
|
},
|
|
31
|
-
"homepage": "https://github.com/jasonbadeaux/
|
|
32
|
-
"author": "
|
|
31
|
+
"homepage": "https://github.com/jasonbadeaux/assembly-line#readme",
|
|
32
|
+
"author": "Assembly Line contributors",
|
|
33
33
|
"keywords": [
|
|
34
|
-
"
|
|
34
|
+
"assembly-line",
|
|
35
35
|
"ai",
|
|
36
36
|
"agents",
|
|
37
37
|
"soundcloud",
|