Skip to content

Docs/Codebases -> RAG Pipeline -> Agent that knows Squads

Notifications You must be signed in to change notification settings

Squads-Protocol/knowledge-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Squads Knowledge Agent

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.

Index documentation files

npm run start -- index-docs -p ./docs -n "My Docs"

Index a code repository

npm run start -- index-code -r https://github.com/Squads-Protocol/repo -b main

List all indexes

npm run start -- list

Ask questions about documentation

npm run start -- ask "What is a spending limit?"

Review code against documentation

npm run start -- review -f ./code/src/index.ts

Get suggestions for code improvements

npm run start -- suggest -f ./code/src/index.ts

About

Docs/Codebases -> RAG Pipeline -> Agent that knows Squads

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published