Shadowvaibhav1/Open_deepagent
0
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
- Clone the repository:
git clone https://github.com/vaibhavmaurya/open-deepagent.git
cd open-deepagent- Install dependencies:
npm install- Create a
.envfile based on.env.exampleand add your API keys
- Build the frontend:
npm run build- Start the server:
node backend/server.js- Access the website at http://localhost:3001
๐ Usage
- Open the website in your browser
- Type your question or request in the chat interface
- 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.
