Skip to content

createCoordinatorAgent

reference
1 min readUpdated

Kind: Function

Source: atloria-monorepo/libs/pme-core/src/agents/coordinator.agent.ts

Create the coordinator agent config. Dependencies are injected — the agent config itself is a plain object.

Signature

ts
function createCoordinatorAgent(config: GenerationConfig, deps: CoordinatorDependencies): AgentConfig<PmeContext>

Parameters

NameType
configGenerationConfig
depsCoordinatorDependencies

Returns: AgentConfig<PmeContext>

Was this page helpful?

Download as PDF