src/
├── agent/ # Agent-related interfaces and implementations
├── task/ # Task management and execution
├── utils/ # Utility functions and helpers
└── types/ # TypeScript type definitions
## Related
<CardGroup cols={2}>
<Card title="TypeScript" icon="book" href="/docs/js/typescript">TypeScript overview</Card>
<Card title="Node.js" icon="robot" href="/docs/js/nodejs">Node.js overview</Card>
</CardGroup>