Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

File Search Server Example

REST API for semantic file search with AI-powered summarization.

Prerequisites

Install the auggie CLI and authenticate:

npm install -g @augmentcode/auggie@prerelease
auggie login

Usage

# From the context directory
cd examples/python-sdk/context
python -m file_search_server .

# Or run directly
python file_search_server/main.py .

API Endpoints

Search Files

curl "http://localhost:3000/search?q=python"
curl "http://localhost:3000/search?q=authentication+logic"

Health Check

curl "http://localhost:3000/health"