Overview
Code Indexing adds asearch-code tool to your toolset, allowing AI agents to search code repositories without loading entire codebases into context.
Connect public GitHub repositories and Tadata handles the rest.
Setup
- Go to your toolset configuration and enable Code Indexing
- Enter one or more public GitHub repository URLs
- Click OK - Tadata indexes everything in the background
search-code tool is now available. Test it in the Playground.
Using search-code
Your AI agent can now search code:Example Query
Staying Updated
Manual Reindex: Click “Reindex Now” in your toolset configuration after major code changes Automatic Re-syncing: Enable automated re-syncing to keep the tool up to date automaticallyUse Cases
Debugging Agents
Debugging Agents
When errors occur, agents search code to find relevant functions and identify issues, then create tickets with file/line references
Code Review Agents
Code Review Agents
Agents search for existing patterns in the codebase to compare with PR changes and suggest improvements
Development Agents
Development Agents
Agents help developers find existing implementations and examples when building new features