GHHG10's picture
download
raw
941 Bytes
import { SkillV2 } from "@opencode-ai/core/skill"
import { Location } from "@opencode-ai/core/location"
import { Schema } from "effect"
import { HttpApiEndpoint, HttpApiGroup, OpenApi } from "effect/unstable/httpapi"
import { LocationQuery, locationQueryOpenApi, LocationMiddleware } from "./location"
export const SkillGroup = HttpApiGroup.make("server.skill")
.add(
HttpApiEndpoint.get("skill.list", "/api/skill", {
query: LocationQuery,
success: Location.response(Schema.Array(SkillV2.Info)),
})
.annotateMerge(locationQueryOpenApi)
.annotateMerge(
OpenApi.annotations({
identifier: "v2.skill.list",
summary: "List skills",
description: "Retrieve currently registered skills.",
}),
),
)
.annotateMerge(
OpenApi.annotations({
title: "skills",
description: "Experimental skill routes.",
}),
)
.middleware(LocationMiddleware)

Xet Storage Details

Size:
941 Bytes
·
Xet hash:
15bf83d5a6db9c8f8f421bef359e625bba3303f8108cf70465ba0870d78b14a8

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