CoolFace
Apppublic

manitejeswar/project-webagent

sourceHugging Faceupdated 6mo agoView on Hugging Face
1likes
App README

Project WebAgent

A multi-agent autonomous system that architects and builds entire codebases from a single prompt.

Deployment on Hugging Face Spaces

This project is configured to run on Hugging Face Spaces using Docker.

Configuration

  • SDK: Docker
  • Main Port: 7860 (Standard for HF Spaces)
  • User: Runs as a non-root user (UID 1000)

Settings Requirements

To run this Space, you must add your GROQ_API_KEY as a Secret:

  1. 1.Go to Settings in your Space.
  2. 2.Navigate to Variables and secrets.
  3. 3.Create a New Secret:
  4. 4.Name: GROQ_API_KEY
  5. 5.Value: your_gsk_key_here

Built with LangGraph, FastAPI, and Next.js.