MCPcopy Create free account
hub / github.com/github/awesome-copilot / Agent

Interface Agent

website/src/scripts/pages/agents.ts:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20} from './agents-render';
21
22interface Agent extends RenderableAgent {
23 id?: string;
24 lastUpdated?: string | null;
25}
26
27interface AgentsData {
28 items: Agent[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected