A production-ready AI-powered developer tooling platform that reduces context switching and automates engineering workflows.
- Go Backend: REST API, RAG orchestration, LLM integration
- Rust Engine: High-performance vector search and embeddings
- LangGraph: Multi-agent workflow orchestration
- Vector DB: Semantic search over documentation and code
- RAG Query Service (
/services/rag-service/) - Natural language queries over internal docs - Test Generator (
/services/test-generator/) - Automated unit test generation for TypeScript - LLM Gateway (
/services/llm-gateway/) - Unified interface for OpenAI/Claude APIs - Vector Engine (
/rust-engine/) - Fast embedding and similarity search
# Build Rust engine
cd rust-engine && cargo build --release
# Start Go services
cd services && go run cmd/main.go
# Run test generator
cd services/test-generator && go run main.go- Natural language documentation search
- Codebase schema querying
- Automated test generation for legacy code
- Multi-LLM support (OpenAI, Claude)
- LangGraph-based agent workflows