MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / readyAgents

Method readyAgents

packages/agent-core/src/session/index.ts:859–863  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

857 }
858
859 *readyAgents(): Iterable<Agent> {
860 for (const entry of this.agents.values()) {
861 if (entry instanceof Agent) yield entry;
862 }
863 }
864
865 private async resolveAgentEntry(entry: AgentEntry): Promise<ResumedAgent> {
866 if (entry instanceof Agent) return { agent: entry };

Callers 10

setToolKaosMethod · 0.95
setAdditionalDirsMethod · 0.95
closeMethod · 0.95
closeForReloadMethod · 0.95
hasActiveTurnMethod · 0.95
flushMetadataMethod · 0.95

Calls 1

valuesMethod · 0.65

Tested by

no test coverage detected