MCPcopy Create free account
hub / github.com/apache/maka / createSubagent

Method createSubagent

packages/runtime/src/session-manager.ts:635–635  ·  view source on GitHub ↗
(
    input: CreateSessionInput,
    initialBoundary?: ExecutionBoundary,
  )

Source from the content-addressed store, hash-verified

633export interface SessionStore {
634 create(input: CreateSessionInput, initialBoundary?: ExecutionBoundary): Promise<SessionHeader>;
635 createSubagent(
636 input: CreateSessionInput,
637 initialBoundary?: ExecutionBoundary,
638 ): Promise<{ header: SessionHeader; created: boolean }>;

Implementers 4

SqliteSessionStorepackages/storage/src/session-store.ts
MemorySessionStorepackages/runtime/src/__tests__/session
ReadOnlyStorepackages/runtime/src/__tests__/runtime
TinySessionStorepackages/runtime/src/__tests__/session

Calls

no outgoing calls

Tested by 5

seedMetadataOnlyChildFunction · 0.52
createClosedSubagentFunction · 0.52
createClaimedGraphChildFunction · 0.52
seedSourceFunction · 0.52