Now exiting stealth mode with a $26 million seed round, Keenable has been building a vast web search index for AI agents.
project/ ├── README.md ├── AI_NOTES.md ├── requirements.txt ├── expenses.json ├── src/ │ ├── __init__.py │ ├── main.py # FastAPI app entrypoint │ ├── routes.py # API endpoints │ ├── models.py ...