Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
22
interface
Agent extends RenderableAgent {
23
id?: string;
24
lastUpdated?: string | null;
25
}
26
27
interface
AgentsData {
28
items: Agent[];
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected