amkyawdev commited on
Commit
755a91f
·
verified ·
1 Parent(s): 53154d7

feat: Add Chat endpoint and fix Dockerfile

Browse files
Files changed (1) hide show
  1. README.md +34 -1
README.md CHANGED
@@ -1 +1,34 @@
1
- # AmkyawDev Coder Backend - Updated Thu Jun 18 13:22:51 UTC 2026
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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