draht.dev domain via Spaceship
Looking for the draht coding agent? See packages/coding-agent for installation and usage.
Tools for building AI agents and managing LLM deployments.
| Package | Description |
|---|---|
| @draht/ai | Unified multi-provider LLM API (OpenAI, Anthropic, Google, etc.) |
| @draht/agent-core | Agent runtime with tool calling and state management |
| @draht/coding-agent | Interactive coding agent CLI |
| @draht/mom | Slack bot that delegates messages to the draht coding agent |
| @draht/tui | Terminal UI library with differential rendering |
| @draht/web-ui | Web components for AI chat interfaces |
| @draht/pods | CLI for managing vLLM deployments on GPU pods |
See CONTRIBUTING.md for contribution guidelines and AGENTS.md for project-specific rules (for both humans and agents).
bun install --frozen-lockfile --linker hoisted # Reproducible canonical install npm run build # Build all packages npm run check # Lint, format, and type check ./test.sh # Run tests (skips LLM-dependent tests without API keys) ./pi-test.sh # Run draht from sources (can be run from any directory)
Note:
npm run checkrequiresnpm run buildto be run first. The web-ui package usestscwhich needs compiled.d.tsfiles from dependencies.
MIT