HILDA is a human-in-the-loop engineering agent for real repositories. It helps developers understand codebases, generate evidence-backed plans, draft bounded patches, and run safe validation with full trace visibility.
Ship a self-hostable MVP that can:
- authenticate with Seamless Auth
- create workspaces
- connect one repository
- index code and docs
- answer repository-aware questions with evidence
- generate change plans
- draft safe patches behind approval
- run bounded validation
- show traces, tool calls, approvals, and memory
apps/web: React frontendapps/api: application APIapps/worker: async jobs for indexing, retrieval prep, and validationpackages/*: shared domain packages
- Copy
.env.exampleto.env - Start dependencies with Docker Compose
- Install dependencies with pnpm
- Run the workspace in dev mode
Initial scaffold in progress.