MCPcopy
hub / github.com/kagent-dev/kagent / Agent

Interface Agent

ui/src/types/index.ts:442–458  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

440
441
442export interface Agent {
443 apiVersion?: string;
444 kind?: string;
445 metadata: ResourceMetadata;
446 spec: AgentSpec;
447 status?: {
448 observedGeneration?: number;
449 conditions?: Array<{
450 type: string;
451 status: string;
452 reason?: string;
453 message?: string;
454 /** RFC3339 from `lastTransitionTime` on Agent conditions */
455 lastTransitionTime?: string;
456 }>;
457 };
458}
459
460/** Merged into GET /api/agents for an AgentHarness backed by Agent Substrate. */
461export interface AgentHarnessListEntry {

Callers 5

to_agentMethod · 0.50
agent.pyFile · 0.50
researcherMethod · 0.50
analystMethod · 0.50
poem_writerMethod · 0.50

Implementers 1

agentClientgo/api/client/agent.go

Calls

no outgoing calls

Tested by

no test coverage detected