diff --git a/plugins/code_index/index.yaml b/plugins/code_index/index.yaml new file mode 100644 index 0000000..ad9ce9a --- /dev/null +++ b/plugins/code_index/index.yaml @@ -0,0 +1,13 @@ +title: Code Index +description: 'Automatic semantic code index for Agent Zero projects. Detects every + git repository in the active project folder (whole folder when there are none), + indexes incrementally on startup and file changes, and ships the code_search tool: + natural-language and symbol search across all repos with an optional repository + filter. Embeddings use the embedding model configured in Agent Zero model settings.' +github: https://github.com/Nicfox77/a0-plugin-code-index +tags: +- development +- search +- embeddings +- rag +- tools