Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions plugins/code_index/index.yaml
Original file line number Diff line number Diff line change
@@ -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
Loading