CoolFace
Apppublic

Shadowvaibhav1/Open_deepagent

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
App README

OpenDeepAgent

A free, open-source AI agent platform opendeepagent

๐Ÿš€ Features

  • โ€”Free & Open Source: Completely free to use with open-source code available on GitHub
  • โ€”Powered by DeepSeek v3: Leverages the powerful DeepSeek v3 0324 model for intelligent responses
  • โ€”Multiple LLM Support: Fallback to alternative free LLM APIs when needed
  • โ€”Task Automation: Helps automate various tasks like research, writing, and data analysis

๐Ÿ“‹ About

Open DeepAgent is a free, open-source AI agent platform. Our mission is to make powerful AI agent technology accessible to everyone without cost barriers.

Built with modern web technologies and powered by free LLM APIs like DeepSeek v3 0324, Open DeepAgent provides an intuitive interface for interacting with AI assistants capable of handling complex tasks and providing helpful responses.

๐Ÿ› ๏ธ Technology Stack

  • โ€”Frontend: React, CSS3, Webpack
  • โ€”Backend: Node.js, Express
  • โ€”APIs: DeepSeek v3 0324, Llama 4 Scout, Gemini Pro, Qwen 72B (via OpenRouter)
  • โ€”Deployment: Static site with API backend

๐Ÿ”ง Installation

  1. 1.Clone the repository:
   git clone https://github.com/vaibhavmaurya/open-deepagent.git
   cd open-deepagent
  1. 1.Install dependencies:
   npm install
  1. 1.Create a .env file based on .env.example and add your API keys
  1. 1.Build the frontend:
   npm run build
  1. 1.Start the server:
   node backend/server.js
  1. 1.Access the website at http://localhost:3001

๐Ÿ“ Usage

  1. 1.Open the website in your browser
  2. 2.Type your question or request in the chat interface
  3. 3.Receive intelligent responses powered by DeepSeek v3 0324 or other free LLM APIs

๐Ÿค Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

๐Ÿ“„ License

This project is licensed under the MIT License - see the LICENSE file for details.

๐Ÿ‘จโ€๐Ÿ’ป Credits

Developed by Vaibhav Maurya (Btech CSE) and Manus AI

โš ๏ธ Important Notice

This repository is locked to prevent unauthorized modifications or deletions. All rights reserved.