No description
|
|
||
|---|---|---|
| .project/handoffs | ||
| codebase | ||
| docker | ||
| docs | ||
| e2e | ||
| tooling | ||
| .gitignore | ||
| CLAUDE.md | ||
| docker-compose.yml | ||
| package.json | ||
| pnpm-lock.yaml | ||
| pnpm-workspace.yaml | ||
| run | ||
| tsconfig.base.json | ||
| turbo.json | ||
Kthulu Documentation
Local-first AI coding agent powered by locally fine-tuned open-source LLMs.
Documents
| Document | Description |
|---|---|
| Architecture | System architecture, package inventory, data flows, and infrastructure diagram |
| Feature Comparison | Comprehensive comparison against Claude Code, Cursor, Aider, Cline, Continue, Windsurf, GitHub Copilot, and Amazon Q — includes gap analysis with 32 identified gaps and prioritized implementation roadmap |
Quick Links
- Project root:
../CLAUDE.md— dev commands, workspace structure, port registry - Shared types:
../codebase/@packages/shared/— the contract (@kthulu/shared) - Agent core:
../codebase/@packages/agent-core/— conversation loop, planning, context management (@kthulu/agent-core) - CLI app:
../codebase/apps/cli/— terminal interface - API app:
../codebase/apps/api/— NestJS backend - Web dashboard:
../codebase/apps/web/— React monitoring UI - Tools:
../codebase/features/tools/— file-ops, bash, code-search, git, lsp, browser, mcp-bridge, sub-agent - Training:
../codebase/features/training/— data-collector, evaluator, feedback