AI Agents SDE Task Viewer
  1. Home
  2. PS-311
  3. orchestrator_notes.md
Using sample data — backend API not available
orchestrator_notes.md
  • Overview
  • Code Example

Sample Task Document#

This is a sample markdown document displayed when the backend API is not available.

Overview#

This task demonstrates the file viewer with:

  • Markdown rendering with syntax highlighting
  • Breadcrumb navigation for path tracking
  • Previous/Next file navigation

Code Example#

hljs language-typescript
const result = await scanTasks();
console.log(`Found ${result.totalTasks} tasks`);

Note: Connect the backend at localhost:3000 to view real task files.

ChangesPlanner Prompt