GHHG10's picture
download
raw
456 Bytes
export * as ConfigSkillsV1 from "./skills"
import { Schema } from "effect"
export const Info = Schema.Struct({
paths: Schema.optional(Schema.Array(Schema.String)).annotate({
description: "Additional paths to skill folders",
}),
urls: Schema.optional(Schema.Array(Schema.String)).annotate({
description: "URLs to fetch skills from (e.g., https://example.com/.well-known/skills/)",
}),
})
export type Info = Schema.Schema.Type<typeof Info>

Xet Storage Details

Size:
456 Bytes
·
Xet hash:
49e48780fee3e5c4021bde77eac0c46d0ee6131f258dc41927fc232d688edd23

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.