Dev Pulse - ElevenLabs Worldwide Hackathon
AI Tinkerers - Mumbai
Hackathon Showcase

Dev Pulse

Team consisting of an AI-Technical Architect (Harbinger) and Data Scientist (Blenheim Chalcot) skilled in React, Node.js, Python, and LLM Agentic workflows.

2 members

DevPulse AI - Developer Status Agent

An AI-powered client support system where each developer has their own AI proxy that can answer questions about their work, projects, and technical status based on their knowledge base.

🎯 Overview

DevPulse allows clients to interact with AI agents representing individual developers. Each agent can:

  • Answer questions about project status
  • Provide technical context and decisions
  • Share updates on active work
  • Clearly indicate when information is not available

✨ Features

  • πŸ€– Individual Developer Agents - Each developer has their own AI proxy
  • πŸ“š Knowledge Base Driven - Agents respond based on curated markdown knowledge bases
  • πŸ’¬ Natural Conversations - First-person responses as if speaking to the developer
  • 🎯 Honest Responses - Clear β€œI don’t know” when information is unavailable
  • πŸ”„ Easy Updates - Simple markdown files for updating developer information

πŸ—οΈ Architecture

β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”  
β”‚   Client    β”‚  
β””β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”˜  
       β”‚  
       β–Ό  
β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”  
β”‚  Frontend (React)   β”‚  
β”‚  - Agent Selection  β”‚  
β”‚  - Chat Interface   β”‚  
β””β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜  
       β”‚  
       β–Ό  
β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”  
β”‚  Backend API        β”‚  
β”‚  - FastAPI/Express  β”‚  
β”‚  - RAG System       β”‚  
β””β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜  
       β”‚  
       β–Ό  
β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”  
β”‚  Claude API         β”‚  
β”‚  (Sonnet 4.5)       β”‚  
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜  
`  
  
  
  
## πŸ“ Creating Knowledge Bases  
  
Each developer has a markdown file in `backend/knowledge_bases/`:  
  
```markdown  
  
# Alex Chen - Backend Engineer  
  
## About  
- Role: Senior Backend Engineer  
- Expertise: Node.js, PostgreSQL, AWS  
- Current focus: Payment systems  
  
## Active Projects  
  
### Payment Gateway Integration  
- Status: In Progress (60% complete)  
- Last update: Dec 10, 2025  
- Details: Integrated Stripe API, working on webhook handlers  
- Challenges: Handling edge cases for failed payments  
  
## Technical Decisions  
- Chose PostgreSQL over MongoDB for transactional integrity  
- Reason: Better consistency guarantees for payment data  

πŸ”§ Configuration

Webhook Integration (ElevenLabs/n8n)

The system supports webhook integration for real-time updates:

Endpoint: https://kernel-ctrl.app.n8n.cloud/webhook-test/DevPulse

Request Format:

{  
  "query": "What's the status on the payment integration?",  
  "developer": "alex",  
  "timestamp": "2025-12-11T10:30:00Z"  
}  

πŸ“ž Support

For questions or issues, please open a GitHub issue or contact the development team.


Built with ❀️ for better developer-client communication

ElevenLabs n8n

github link

Summarizing URL...