GHHG10's picture
download
raw
813 Bytes
import { AgentV2 } from "@opencode-ai/core/agent"
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 AgentGroup = HttpApiGroup.make("server.agent")
.add(
HttpApiEndpoint.get("agent.list", "/api/agent", {
query: LocationQuery,
success: Location.response(Schema.Array(AgentV2.Info)),
})
.annotateMerge(locationQueryOpenApi)
.annotateMerge(
OpenApi.annotations({
identifier: "v2.agent.list",
summary: "List agents",
description: "Retrieve currently registered agents.",
}),
),
)
.middleware(LocationMiddleware)

Xet Storage Details

Size:
813 Bytes
·
Xet hash:
d03e0f82d5e8d54cb853b543d5ccdbf88032bce2138b9572fccb7f5952357154

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