MCPcopy Create free account
hub / github.com/buct2012dbl/Dorchestrator / constructor

Method constructor

coding-agent/src/agent/coding-agent.ts:17–19  ·  view source on GitHub ↗
(config: AgentConfig)

Source from the content-addressed store, hash-verified

15
16export class CodingAgent extends BaseAgent {
17 constructor(config: AgentConfig) {
18 super(config);
19 }
20
21 async process(message: string, onFirstText?: () => void): Promise<string> {
22 const session = sessionManager.current();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected