feat: Add Chat endpoint and fix Dockerfile
Browse files
README.md
CHANGED
|
@@ -1 +1,34 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: AmkyawDev Coder Backend
|
| 3 |
+
emoji: 🤖
|
| 4 |
+
colorFrom: indigo
|
| 5 |
+
colorTo: purple
|
| 6 |
+
sdk: docker
|
| 7 |
+
app_port: 7860
|
| 8 |
+
suggested_hardware: cpu-basic
|
| 9 |
+
pinned: false
|
| 10 |
+
license: apache-2.0
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
# AmkyawDev Coder Backend
|
| 14 |
+
|
| 15 |
+
🤖 AI-Powered Development Platform Backend built with FastAPI.
|
| 16 |
+
|
| 17 |
+
## Features
|
| 18 |
+
|
| 19 |
+
- 🤖 **AI Agents**: Skill Agents, Long Chain Agents, Script Agents, and Chat Agent
|
| 20 |
+
- 📦 **System Tools**: Zip Compiler, Deploy Orchestrator, Memory System
|
| 21 |
+
- 💬 **Chat**: Real-time AI conversation with Groq API
|
| 22 |
+
|
| 23 |
+
## API Endpoints
|
| 24 |
+
|
| 25 |
+
- `POST /api/agents/chat/chat` - Chat with AI
|
| 26 |
+
- `POST /api/agents/skill/execute` - Execute Skill
|
| 27 |
+
- `POST /api/agents/script/generate` - Generate Script
|
| 28 |
+
- `GET /api/health` - Health Check
|
| 29 |
+
|
| 30 |
+
## Tech Stack
|
| 31 |
+
|
| 32 |
+
- FastAPI
|
| 33 |
+
- Groq API (Llama 3.1 8B)
|
| 34 |
+
- Hugging Face Spaces
|