A collection of example applications and integrations demonstrating how to use Tensorlake for building AI-powered applications.
๐จ Outage Agent
A production-ready serverless AI agent deployed on Tensorlake Cloud that simulates an always-on on-call engineer. The agent automatically analyzes alerts, investigates incidents using semantic search and web browsing, and provides intelligent escalation decisions with structured output.
Features:
- Intelligent analysis using Groq LLM
- Evidence gathering via Exa search and HTTP tools
- Smart escalation logic
- Beautiful Streamlit web UI
- Structured JSON output for systems integration
๐๏ธ Podcast Agent
A Tensorlake-powered workflow that crawls an article URL, summarizes the content with Gemini, and produces a podcast-ready MP3 using ElevenLabs.
Features:
- Crawl + clean with a Chromium-based scraper (PyDoll)
- Summarize with Gemini for podcast-style scripts
- Generate audio with ElevenLabs
- Streamlit UI for quick testing
We welcome contributions! If you have an example application using Tensorlake, please feel free to submit a pull request.