amkyawdev's picture
feat: Add Chat endpoint and fix Dockerfile
755a91f verified
|
Raw
History Blame Contribute Delete
779 Bytes
---
title: AmkyawDev Coder Backend
emoji: πŸ€–
colorFrom: indigo
colorTo: purple
sdk: docker
app_port: 7860
suggested_hardware: cpu-basic
pinned: false
license: apache-2.0
---
# AmkyawDev Coder Backend
πŸ€– AI-Powered Development Platform Backend built with FastAPI.
## Features
- πŸ€– **AI Agents**: Skill Agents, Long Chain Agents, Script Agents, and Chat Agent
- πŸ“¦ **System Tools**: Zip Compiler, Deploy Orchestrator, Memory System
- πŸ’¬ **Chat**: Real-time AI conversation with Groq API
## API Endpoints
- `POST /api/agents/chat/chat` - Chat with AI
- `POST /api/agents/skill/execute` - Execute Skill
- `POST /api/agents/script/generate` - Generate Script
- `GET /api/health` - Health Check
## Tech Stack
- FastAPI
- Groq API (Llama 3.1 8B)
- Hugging Face Spaces