Kind: Class
Source: atloria-monorepo/libs/agent-core/src/context/coordination-doc.ts
Methods
| Method | Signature | Returns |
|---|---|---|
toMarkdown | toMarkdown() | string |
getSection | getSection(title: string) | `CoordinationSection |
getSectionTitles | getSectionTitles() | string[] |
setSection | setSection(title: string, content: string, updatedBy: string) | void |
appendToSection | appendToSection(title: string, content: string, updatedBy: string) | void |
removeSection | removeSection(title: string) | boolean |
clear | clear() | void |
isEmpty | isEmpty() | boolean |
Where it refuses work
CoordinationDocstops the work with an early return whenthis.sections.size === 0.
Was this page helpful?