Tooling to build a RAG pipeline comprised of internal documentation and codebases for the purpose of running an AI agent that can answer questions based on documentation, suggest code improvements, and review code related to Squads.
npm run start -- index-docs -p ./docs -n "My Docs"
npm run start -- index-code -r https://github.com/Squads-Protocol/repo -b main
npm run start -- list
npm run start -- ask "What is a spending limit?"
npm run start -- review -f ./code/src/index.ts
npm run start -- suggest -f ./code/src/index.ts