Skip to content

A memory-enabled GPT-4 powered developer assistant API that stores user-specific interaction history and provides intelligent code help, Q&A, and architectural suggestions for software engineers and dev teams.

Notifications You must be signed in to change notification settings

Chegurrrrr/neural_hackpad_dev_assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Neural HackPad - Developer Assistant API 💻🧠

Neural HackPad is a memory-enhanced, GPT-4 powered developer assistant designed to help you with code problems, architecture, documentation, and design decisions — all while keeping your session history organized by user.

Features

  • Per-user memory across sessions
  • Real-time programming Q&A
  • Lightweight Flask API
  • Stores and retrieves conversation history

Setup

pip install -r requirements.txt
export OPENAI_API_KEY=your-key-here
python main.py

API Usage

POST /ask

{
  "user_id": "john@example.com",
  "query": "How do I implement a thread-safe queue in Python?"
}

GET /history/<user_id>

Returns last 10+ interactions for that user.

Use Cases

  • Coding assistant for teams
  • Technical documentation Q&A bot
  • Custom AI developer with persistent memory

About

A memory-enabled GPT-4 powered developer assistant API that stores user-specific interaction history and provides intelligent code help, Q&A, and architectural suggestions for software engineers and dev teams.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages