REST API for semantic file search with AI-powered summarization.
Install the auggie CLI and authenticate:
npm install -g @augmentcode/auggie@prerelease
auggie login# From the context directory
cd examples/python-sdk/context
python -m file_search_server .
# Or run directly
python file_search_server/main.py .curl "http://localhost:3000/search?q=python"
curl "http://localhost:3000/search?q=authentication+logic"curl "http://localhost:3000/health"