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
tsfunction createCoordinatorAgent(config: GenerationConfig, deps: CoordinatorDependencies): AgentConfig<PmeContext>
Parameters
| Name | Type |
|---|---|
config | GenerationConfig |
deps | CoordinatorDependencies |
Returns: AgentConfig<PmeContext>
Was this page helpful?