Skip to content

CoordinationDoc

reference
1 min readUpdated

Kind: Class

Source: atloria-monorepo/libs/agent-core/src/context/coordination-doc.ts

Methods

MethodSignatureReturns
toMarkdowntoMarkdown()string
getSectiongetSection(title: string)`CoordinationSection
getSectionTitlesgetSectionTitles()string[]
setSectionsetSection(title: string, content: string, updatedBy: string)void
appendToSectionappendToSection(title: string, content: string, updatedBy: string)void
removeSectionremoveSection(title: string)boolean
clearclear()void
isEmptyisEmpty()boolean

Where it refuses work

  • CoordinationDoc stops the work with an early return when this.sections.size === 0.

Was this page helpful?

Download as PDF